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
| Name | Description |
|---|---|
| TBandFilterRecord |
Methods
| Name | Description |
|---|---|
| Assign (2) | Assign all fields from Src. |
| AssignTo | Assign all fields to Dst. |
Fields
| Name | Type | Description |
|---|---|---|
| Achieved | double | Contains the achieved amplitude ripple across the frequency band after the filter has been computed. |
| AttRipple | double | AttRipple is the required amplitude ripple across the frequency band. |
| BandEnd | double | Defines the end of the pass band. |
| BandStart | double | Defines the start of the pass band. |
| Checked | bool | If checked is True, the frequency band should be included in the filter design process. |
| Gain | double | Defines 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. |