Summary
Type used for sine function generation.
Unit
SignalUtils
Declaration
TToneState = record
Freq: TSample;
Mag: TSample;
Phase: TSample;
Complex: boolean;
Negative: boolean;
EdgeFreq: boolean;
Initialized: boolean;
end;
Description
Type required for tone (sine) signal generation. DToneState and ZToneState are defined by Intel NSP. Complex is True, if the resulting sine wave should be complex.
| Copyright 2008 Dew Research |
http://www.dewresearch.com