Class tfft

Unit

Declaration

type tfft = class(tmsecomponent)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Fields

Protected fstate: fftstatesty;

Methods

Protected procedure checkwindowfunc;
Protected procedure checkinit;
Protected procedure resetwindowdata;
Public destructor destroy; override;
Public procedure clear;

Properties

Public property inpreal: realarty write setinpreal;
Public property inpcomplex: complexarty write setinpcomplex;
Public property outreal: realarty read getoutreal;
Public property outcomplex: complexarty read getoutcomplex;
Published property windowfunc: windowfuncty read fwindowfunc write setwindowfunc default wf_rectangular;
Published property windowfuncpar0: double read fwindowfuncpar0 write setwindowfuncpar0;
Published property windowfuncpar1: double read fwindowfuncpar1 write setwindowfuncpar1;

Description

Fields

Protected fstate: fftstatesty;
 

Methods

Protected procedure checkwindowfunc;
 
Protected procedure checkinit;
 
Protected procedure resetwindowdata;
 
Public destructor destroy; override;
 
Public procedure clear;
 

Properties

Public property inpreal: realarty write setinpreal;
 
Public property inpcomplex: complexarty write setinpcomplex;
 
Public property outreal: realarty read getoutreal;
 
Public property outcomplex: complexarty read getoutcomplex;
 
Published property windowfunc: windowfuncty read fwindowfunc write setwindowfunc default wf_rectangular;
 
Published property windowfuncpar0: double read fwindowfuncpar0 write setwindowfuncpar0;
 
Published property windowfuncpar1: double read fwindowfuncpar1 write setwindowfuncpar1;
 

Generated by PasDoc 0.16.0.