TBandRecord Class

Header: Dew.Signal/SignalAnalysis.h · Cross-compiler
tObjectTBandRecord

class TBandRecord : public tObject;

Stores the definition of a frequency band.

Frequency band is specified to compute RMS from a specified frequency range. It is also possible to specify transition regions to approximate digital filter response.

Methods

NameDescription
Assign (2)Assign all field values from Src.
AssignToAssign all field values to Dst.
MapToIndexesMaps frequency information to array indexes .

Fields

NameTypeDescription
BandReferenceTBandReferenceBand reference defines the frequency reference for the band definition.
CheckedboolIf Checked is True, the statistics based on this band will be updated.
EndHzdoubleEnd of the pass band.
EndTransHzdoubleEndTransHz is the ending transition of the pass band.
PeakNumberintPeakNumber is an additional parameter used by the NthPeak band reference method.
RMSValuedoubleRMSValue holds the RMS estimated on the frequency band.
SpcTypeAdjustboolIf true, the RMS value will be adjusted to compensate for the spectrum type.
StartHzdoubleStart of the pass band.
StartTransHzdoubleStartTransHz is the starting transition of the frequency band.