Unit 'DAV_DspCorrelation' Package
[Overview][Classes][Index] [#pl_asiovst]

TCustomCorrelation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DAV_DspCorrelation.pas line 43

type TCustomCorrelation = class(TDspPersistent)

protected

  FFFT: TFftReal2Complex;

  

  FFFTSize: Integer;

  

  FFFTSizeHalf: Integer;

  

  procedure AssignTo(); override;

  

  procedure ImpulseResponseChanged; virtual; abstract;

  

  procedure FFTOrderChanged; virtual;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property FFTOrder: Byte; [rw]

  

  property FFTSize: Integer; [r]

  

end;

Inheritance

TCustomCorrelation

  

|

TDspPersistent

  

|

TNotifiablePersistent

  

|

TObject



CT Web help

CodeTyphon Studio