TStaticSpectrumAnalyzer::ValuesToStrings Method

virtual void ValuesToStrings(tStrings *Dst, const DewString &FrequencyFormat = "", const DewString &AmplitudeFormat = "", const DewString &PhaseFormat = "", const DewString &XTitle = "Frequency [Hz]", const DewString &ATitle = "Amplitude", const DewString &PTitle = "Phase", bool IncludePhase = true, const DewString &Delimiter = "");

Convert values to strings.

#NameTypeDescription
1DsttStrings *
2FrequencyFormat = ""const DewString &
3AmplitudeFormat = ""const DewString &
4PhaseFormat = ""const DewString &
5XTitle = "Frequency [Hz]"const DewString &
6ATitle = "Amplitude"const DewString &
7PTitle = "Phase"const DewString &
8IncludePhase = truebool
9Delimiter = ""const DewString &
Remarks:

The strings will be stored in TStrings object with three columns, alligned for display with a fixed charachter width Font. The Header of each column is defined with the XTitle and ATitle and PTitle properties. The header line will not be displayed, if you set XTitle, ATitle and PTitle to empty strings. The width of the columns is defined with global variable: SignalTextColumnWidth. If FrequencyFormat, AmplitudeFormat or PhaseFormat is an empty string, full numeric precision will be used for the coresponding column.

Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler