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