getting started
Programming Guide
API Reference
----------------------------------------
A3DDouble
m_dAmplitude
m_dPhase
m_dFreq
m_dDCOffset
Trigonometric structure.
The following equation shows the result of a trigonometric function, where t is the parameter and x is the result:
x = m_dDCOffset + m_dAmplitude*cos((t*m_dFreq)-m_dPhase);
2.0
Public Members
Amplitude.
Phase.
Frequency.
DCOffset.