Unit 'DAV_DspWindowFunctions' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_asiovst]

TWindowFunctionCosineTerm

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

Declaration

Source position: DAV_DspWindowFunctions.pas line 183

type TWindowFunctionCosineTerm = class(TCustomWindowFunction)

protected

  FCoefPointer: PDAVDoubleFixedArray;

  

  function GetWindowFactor(); override;

  

  procedure SetCosineTerms(); virtual;

  

  procedure AssignTo(); override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure ProcessBlock32(); override;

  

  procedure ProcessBlock64(); override;

  

  property CosineTerms: Integer; [rw]

  

end;

Inheritance

TWindowFunctionCosineTerm

  

|

TCustomWindowFunction

  

|

TDspPersistent

  

|

TNotifiablePersistent

  

|

TObject



CT Web help

CodeTyphon Studio