type TSignalReport = class(TPersistent);
Defines parameters for generating signal analysis report.
Defines parameters for generating signal analysis report.
Properties
| Name | Type | Description |
|---|---|---|
| AmplitudeFormat | string | Defines the floating point number formating applied to amplitude values in the frequency analysis report. |
| Delimiter | string | A good example for the delimiter would be Tab character. |
| ReportItems | TSignalReportSet | Defines a set of items to be included in spectrum analysis report. |
| TimeFormat | string | Defines the floating point number formating applied to frequency values in the frequency analysis report. |
| UseTab | Boolean | If true, tab is used to separate description of parameter from its value. |
Methods
| Name | Description |
|---|---|
| CreateReport | Create spectrum analysis report and store in Strings. |