Back to Seed Clases

GstFft


Classes

Interfaces

Structs

Unions

Enums

Struct GstFft.FFTF32Complex

Import line: GstFft = imports.gi.GstFft;
GIR File: GstFft-0.10.gir
C documentation: GstFFTF32Complex
Struct : FFTF32Complex
  Show / Hide Inherited methods, properties and signals
Data type for complex numbers composed of 32 bit float.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstFft.FFTF32Complex ()
Create a new GstFft.FFTF32Complex
Create a new GstFft.FFTF32Complex
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstFft.FFTF32
Method
fft (Number timedata, FFTF32Complex freqdata) : Number
This performs the FFT on timedata and puts the result in freqdata.
GstFft.FFTF32
Method
inverse_fft (FFTF32Complex 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)