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