TSpectrumBands Class

Source: SignalAnalysis.cs · Assembly: Dew.Signal
TObjectListTStreamedListTSpectrumBands

public class TSpectrumBands : TStreamedList

A list to frequency band definitions.

Manages a list to frequency band definitions. The list ownes the items.

Properties

NameTypeDescription
ItemTBandRecordDefault array property allows access to individual list items.

Methods

NameDescription
AddAdd a new band definition and allocate the record internally.
ClearPointers
ctor (2)Create the list and pass TSpectrumBandsAnalyzer component as the owner.
LoadFromStreamLoad the list from the stream.
SaveToStreamSave the list to stream.
UpdateRecalculate the statistics for bands.