Import line: | GstFft = imports.gi.GstFft; |
GIR File: | GstFft-0.10.gir |
C documentation: | GstFFTF32Complex |
Struct : | FFTF32Complex |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
i : Number
|
GstFft.FFTF32Complex | |
r : Number
|
GstFft.FFTF32Complex |
Method / Constructor | Defined By | |
---|---|---|
new GstFft.FFTF32Complex
()
Create a new GstFft.FFTF32Complex
Create a new GstFft.FFTF32Complex
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstFft.FFTF32
Method |
This performs the FFT on timedata and puts the result in freqdata.
|
GstFft.FFTF32
Method |
inverse_fft
(FFTF32Complex freqdata)
:
Number
This performs the inverse FFT on freqdata and puts the result in timedata.
|