Back to Seed Clases

GstFft


Classes

Interfaces

Structs

Unions

Enums

Struct GstFft.FFTS32Complex

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