Dew.Signal.Tee Unit

Classes

NameDescription
AnalysisChartAbstract class for drawing signals and spectrums.
AxisScaleToolTeeTool extends the scaling capabalities of the axes on a TChart. Use this component to add more options to the default axis scaling provided by TeeChart. The tool allows you to define top and bottom margins for any axis and a "peak hold" behaviour.
CursorMarkToolThe abstract class provides basics for peak marking feature for a frequency spectrum and measurement cursor feature for a time signal.
DSPTeeItemA place holder for a reference to TAnalysis/TAnalysisList object.
SignalChartTChart descendant supports drawing of data from connected TSpectrum components. This TChart component allows you to link (associate) TSpectrum descendants with chart series from the Chart.SeriesList.
SignalCollectionBaseAbstract class supporting connections of TAnalysis components to be made to TeeChart TChart object.
SignalDiscreteSeriesA series drawing a discrete signal sample by sample.
SignalHighLowSeriesSeries usefull for signal overview charts.
SignalMarkToolMarks values of the signal. Use this Tool to examine and measure the time signal.
SignalSeriesTeeEncapsulates static helper functions for Dew Signal series types.
SignalTeeCollectionThe class is used to handle a collection of references to TSignal objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSignal descendants and a list of TeeChart Series descendants in the Chart.SeriesList. Once the connected components will udpate, so will their connected chart series to display the new data.
SignalTeeItemCollection item. The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.}
SpectrumChartTChart descendant supports drawing of data from connected TSpectrum components.
SpectrumMarkToolMarks peaks in the frequency spectrums. Use this Tool to examine peaks (their exact frequency, amplitude and phase) of a frequency spectrum.
SpectrumTeeCollectionThe class is used to handle a collection of references to TSpectrum objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSpectrum descendants and a list of TeeChart Series descendants in the Chart.SeriesList. Once the connected components will udpate, so will their connected chart series to display the new data.
SpectrumTeeItemCollection item. The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.}

Enumerations

NameDescription
AxisScaleModeDescribes axis scaling.
SignalMarkModeDefines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.
SignalSeriesDataTypeDefines the data source format.
SignalSeriesModeDefines the drawing style of the Dew.Signal.Tee.SignalHighLowSeries.
SpectrumMarkModeDefines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.
SpectrumMarkTypeSpecifies what will the labels above the marked spectrum peaks display.
SpectrumPartDefines which spectrum will be displayed on the chart. sppAmplt The amplitude spectrum will drawn. sppPhase The phase spectrum will be drawn on the SpectrumChart.}