Summary
Type used for triangle tone generation.
Unit
SignalUtils
Declaration
TTriangleState = record
Freq: TSample;
Mag: TSample;
Phase: TSample;
Asym: TSample;
Complex: boolean;
Initialized: boolean;
end;
Description
Type required for (triangle) 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