TBandFilterList Class

TObjectListTStreamedListTBandFilterList

type TBandFilterList = class(TStreamedList);

Stores digital filter design specification.

A list of frequency bands used for digital filter definition. The list items are owned by the list.

Constructors

NameDescription
Create (2)Create the list and pass a valid TSignalFilter object as the owner.

Properties

NameTypeDescription
ItemTBandFilterRecordDefault array property allows access to individual list items.

Methods

NameDescription
AddAdd a new band definition.
CheckFilterCheck the validity of the filter and return the error as a result. BandIndex will contain the index of the invalid band on exit.
ClearPointers
DeleteOverlappingBandsDelete all frequency bands which have overlapping borders.
LoadFromStreamLoad the list from stream.
SaveToStreamSave the list to stream.
SortSort the frequency bands by frequency.
Update