Import line: | GstFft = imports.gi.GstFft; |
GIR File: | GstFft-0.10.gir |
C documentation: | GstFFTF64 |
Struct : | FFTF64 |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_padding : Array
|
GstFft.FFTF64 | |
cfg : void*
|
GstFft.FFTF64 | |
inverse : Boolean
|
GstFft.FFTF64 | |
len : Number
|
GstFft.FFTF64 |
Method / Constructor | Defined By | |
---|---|---|
new GstFft.FFTF64
()
Create a new GstFft.FFTF64
Create a new GstFft.FFTF64
|
||
Create a new GstFft.FFTF64
Create a new GstFft.FFTF64
|
||
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 GstFFTF64 instance with gst_fft_f64_new(). domain samples.
|
GstFft.FFTF64 | |
free
()
:
none
This frees the memory allocated for self.
This frees the memory allocated for self.
|
GstFft.FFTF64 | |
inverse_fft
(FFTF64Complex 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 GstFFTF64 instance with gst_fft_f64_new().
|
GstFft.FFTF64 | |
This calls the window function window on the timedata sample buffer.
This calls the window function window on the timedata sample buffer.
|
GstFft.FFTF64 |
None |