DewDSPMasterNET
TSpectrum.ValuesToStrings Method

Class
TSpectrum

Declaration
Procedure ValuesToStrings(Dst: TStrings; FrequencyFormat: string = ''; AmplitudeFormat: string = ''; PhaseFormat: string = ''; XTitle: string = 'Frequency [Hz]'; ATitle: string = 'Amplitude'; PTitle: string = 'Phase'; IncludePhase: boolean = True);

Description
Convert values to strings. 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.

Copyright 2008 Dew Research
http://www.dewresearch.com