VCDoc
Class Tree

Class
  unaDsp.unaDspFFT

Class Hierarchy
  / unaObject / TObject

Description
 

FFT implementation.


Members
  Fields
 
Field Description

Methods
 
Method Description
unaObject.AfterConstruction Makes sure "inherited" create() was called during object's creation.
unaObject.create Creates an object.
AfterConstruction Makes sure "inherited" create() was called during object's creation.
BeforeDestruction  
create  
dft_complex_forward complex DFT. Results are in dataR, dataI.
fft_complex_forward complex FFT. Results are in dataR, dataI.
setFormat  
setFormat  
setWindowSize size should be power of 2.

Properties
 
Property Description
unaObject._classID Returns string description of this instance.
unaObject._this Returns pointer to self (this instance of object). Useful is some cases where self will refer to method's owner object instead.
data  
dataI  
dataR  
steps  
windowSize size should be power of 2.

Events
 
Event Description



(c) 2001-2008 Lake of Soft, Ltd
Created with DelphiCodeToDoc.