TBandFilterRecord Class

Header: Dew.Signal/SignalProcessing.h · Cross-compiler
tObjectTBandFilterRecord

class TBandFilterRecord : public tObject;

Used by TSignalFilter for filter definition.

Structure used by the TSignalFilter component to define the filter parameters of multiband filters.

Constructors

NameDescription
TBandFilterRecord

Methods

NameDescription
Assign (2)Assign all fields from Src.
AssignToAssign all fields to Dst.

Fields

NameTypeDescription
AchieveddoubleContains the achieved amplitude ripple across the frequency band after the filter has been computed.
AttRippledoubleAttRipple is the required amplitude ripple across the frequency band.
BandEnddoubleDefines the end of the pass band.
BandStartdoubleDefines the start of the pass band.
CheckedboolIf checked is True, the frequency band should be included in the filter design process.
GaindoubleDefines the gain of the band. If it is bigger of equal to one it is a passband. If it is zero it is a stopband.