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

TDAVResampling

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

Declaration

Source position: DAV_DspUpDownsampling.pas line 43

type TDAVResampling = class(TDspSampleRatePersistent)

protected

  FFactor: Integer;

  

  FOrder: Integer;

  

  FTransitionBandwidth: Double;

  

  procedure AssignTo(); override;

  

  procedure FactorChanged; virtual;

  

  procedure FilterClassChanged; virtual; abstract;

  

  procedure OrderChanged; virtual;

  

  procedure SampleRateChanged; override;

  

  procedure TransitionBandwidthChanged; virtual;

  

  procedure UpdateFilter; virtual; abstract;

  

public

  constructor Create; override;

  

  procedure ResetStates; virtual; abstract;

  

  property FilterClass: TOrderFilterClass; [rw]

  

published

  property Factor: Integer; [rw]

  

  property Order: Integer; [rw]

  

  property TransitionBandwidth: Double; [rw]

  

  property SampleRate: Double;

  

end;

Inheritance

TDAVResampling

  

|

TDspSampleRatePersistent

  

|

TDspPersistent

  

|

TNotifiablePersistent

  

|

TObject



CT Web help

CodeTyphon Studio