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
| Name | Description |
|---|---|
| Assign (2) | Assign all field values from Src. |
| AssignTo | Assign all field values to Dst. |
| MapToIndexes | Maps frequency information to array indexes . |
Fields
| Name | Type | Description |
|---|---|---|
| BandReference | TBandReference | Band reference defines the frequency reference for the band definition. |
| Checked | bool | If Checked is True, the statistics based on this band will be updated. |
| EndHz | double | End of the pass band. |
| EndTransHz | double | EndTransHz is the ending transition of the pass band. |
| PeakNumber | int | PeakNumber is an additional parameter used by the NthPeak band reference method. |
| RMSValue | double | RMSValue holds the RMS estimated on the frequency band. |
| SpcTypeAdjust | bool | If true, the RMS value will be adjusted to compensate for the spectrum type. |
| StartHz | double | Start of the pass band. |
| StartTransHz | double | StartTransHz is the starting transition of the frequency band. |