Back to Seed Clases

GstFft


Classes

Interfaces

Structs

Unions

Enums

Struct GstFft.FFTS16Complex

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