creates a Sound object that is a frequency-modulated sinusoid, having carrier and modulating frequencies and , measured in hertz, peak deviation pd hertz, and a duration of dur seconds. |
FrequencyModulation[fc, {{f1, pd1}, {f2, pd2}, ...}, dur, ModulationType->Cascade] creates a cascade frequency-modulated sinusoid, where is the peak deviation associated with modulating frequency . |
FrequencyModulation[fc, {{f1, pd1}, {f2, pd2}, ...}, dur, ModulationType->Parallel] creates a parallel frequency-modulated sinusoid, where is the peak deviation associated with modulating frequency . |