Import line: | GstFft = imports.gi.GstFft; |
GIR File: | GstFft-0.10.gir |
C documentation: | GstFFTF32 |
Struct : | FFTF32 |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_padding : Array
|
GstFft.FFTF32 | |
cfg : void*
|
GstFft.FFTF32 | |
inverse : Boolean
|
GstFft.FFTF32 | |
len : Number
|
GstFft.FFTF32 |
Method / Constructor | Defined By | |
---|---|---|
new GstFft.FFTF32
()
Create a new GstFft.FFTF32
Create a new GstFft.FFTF32
|
||
Create a new GstFft.FFTF32
Create a new GstFft.FFTF32
|
||
This performs the FFT on timedata and puts the result in freqdata.
This performs the FFT on timedata and puts the result in freqdata. allocating the GstFFTF32 instance with gst_fft_f32_new(). domain samples.
|
GstFft.FFTF32 | |
free
()
:
none
This frees the memory allocated for self.
This frees the memory allocated for self.
|
GstFft.FFTF32 | |
inverse_fft
(FFTF32Complex freqdata)
:
Number
This performs the inverse FFT on freqdata and puts the result in timedata.
This performs the inverse FFT on freqdata and puts the result in timedata. while allocating the GstFFTF32 instance with gst_fft_f32_new().
|
GstFft.FFTF32 | |
This calls the window function window on the timedata sample buffer.
This calls the window function window on the timedata sample buffer.
|
GstFft.FFTF32 |
None |