TSpectrumBandsAnalyzer Class

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

public class TSpectrumBandsAnalyzer : TStreamTemplates

A list of list of lists of frequency band definitions.

Manages a list of lists of frequency band definitions.

Properties

NameTypeDescription
ItemTBandRecordDefault array property allows access to individual list items.
OwnerComponentReturns the owner object.
TemplateTSpectrumBandsHolds a list of objects.
TemplateIndexInt32Set TemplateIndex to decode the stream at position TemplateIndex to Template property.
TemplateNameStringSet TemplateName to decode the stream with name TemplateName to Template property.
TemplatesTStringStreamListHolds the list of streams containing data to be decoded to the Template property.

Methods

NameDescription
AddCopyTemplateAdd a new template named S to the list of templates and set TemplateIndex to point to the template added.
AddTemplateAdd a new template (TMemoryStream) named S to the list.
ClearClears the Templates and Template properties.
ConsolidateCall this method to ensure that Template and Templates properties are synchronized.
DeleteDelete the template at position Index from the Templates property.
LoadFromFileLoad the object from the file.
LoadFromStreamLoad all data from the stream.
SaveToFileSave the object to the file.
SaveToStreamSave all data to the stream.
UpdateCalls the Template.Update method.
ValuesToStringsConvert values to strings.