TBandFilterList Class

Source: SignalProcessing.cs · Assembly: Dew.Signal
TObjectListTStreamedListTBandFilterList

public class TBandFilterList : TStreamedList

Stores digital filter design specification.

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

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
ctor (2)Create the list and pass a valid TSignalFilter object as the owner.
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