TSpectrumBandsAnalyzer::ValuesToStrings Method

virtual void ValuesToStrings(tStrings *Strings, const DewString &FrequencyFormat = "", const DewString &RMSFormat = "", const DewString &FreqTitle = "Frequency range [Hz]", const DewString &RMSTitle = "RMS", const DewString &Delimiter = "");

Convert values to strings.

#NameTypeDescription
1StringstStrings *
2FrequencyFormat = ""const DewString &
3RMSFormat = ""const DewString &
4FreqTitle = "Frequency range [Hz]"const DewString &
5RMSTitle = "RMS"const DewString &
6Delimiter = ""const DewString &
Remarks:

The strings will be stored in TStrings object with two 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 or RMSFormat are empty strings, full numeric precision will be used for the coresponding column.

Declared in Dew::Signal::TSpectrumBandsAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler