Visible to Intel only — GUID: GUID-F30C543B-9703-475C-BCDF-FE32692CAF79
Visible to Intel only — GUID: GUID-F30C543B-9703-475C-BCDF-FE32692CAF79
Tone-Generating Functions
The functions described below generate a tone (or “sinusoid”) of a given frequency, phase, and magnitude. Tones are fundamental building blocks for analog signals. Thus, sampled tones are extremely useful in signal processing systems as test signals and as building blocks for more complex signals.
The use of tone functions is preferable against the analogous C math library's sin() function for many applications, because Intel IPP functions can use information retained from the computation of the previous sample to compute the next sample much faster than standard sin() or cos().
- Tone
Generates a tone with a given frequency, phase, and magnitude.