Back to Seed Clases

GstFft


Classes

Interfaces

Structs

Unions

Enums

Struct GstFft.FFTF64Complex

Import line: GstFft = imports.gi.GstFft;
GIR File: GstFft-0.10.gir
C documentation: GstFFTF64Complex
Struct : FFTF64Complex
  Show / Hide Inherited methods, properties and signals
Data type for complex numbers composed of 64 bit float.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstFft.FFTF64Complex ()
Create a new GstFft.FFTF64Complex
Create a new GstFft.FFTF64Complex
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstFft.FFTF64
Method
fft (Number timedata, FFTF64Complex freqdata) : Number
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)