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