Saturday, September 25, 2010

Chowning FM Synthesis Instruments in LabVIEW

Summary: John Chowning pioneered frequency modulation (FM) synthesis in the 1970s, and demonstrated how the technique could simulate a diversity of instruments such as brass, woodwinds, and percussion. FM synthesis produces rich spectra from only two sinusoidal oscillators, and more interesting sounds can be produced by using a time-varying modulation index to alter the effective bandwidth and sideband amplitudes over time. A LabVIEW VI is developed to implement the sound of a clarinet, and the VI can be easily modified to simulate the sounds of many other instruments.


Overview

Frequency modulation synthesis (FM synthesis) produces incredibly rich spectra from only two sinusoidal oscillators; refer to FM Mathematics for a complete description of the spectral characteristics of FM synthesis. You can produce even more interesting sounds with a time-varying modulation index to alter the effective bandwidth and sideband amplitudes over time. This relatively simple modification to the basic FM equation creates tones with time-varying spectra to emulate many types of physical musical instruments.
John Chowning pioneered FM synthesis in the 1970s and demonstrated how the technique could simulate instruments such as brass, woodwinds, and percussion. These techniques are the subject of this module.

Significance of Time-Varying Spectra

Physical musical instruments produce audio spectra that evolve with time. A typical sound begins with some type of dynamic transient, for example, as pressure builds up within a brass instrument or when a percussion instrument is first struck. The sound continues with some type of quasi steady-state behavior when mechanical energy is continually applied, i.e., blowing on a flute, bowing a violin string, and repeatedly striking a gong. Once the mechanical energy input ceases, the sound concludes by decaying in some fashion to silence.
Clearly the amplitude of the instrument's audio signal changes during the course of the tone, following the typical attack-decay-sustain-release (ADSR) envelope described in Analog Synthesis Modules. Even more important, the intensity of the higher-frequency spectral components changes as well. The high-frequency components are often more evident during the initial transient. In fact, the dynamic nature of the spectra during the instrument's transient plays an important role in timbre perception.

FM Equation with Time-Varying Modulation Index

The basic FM equation with time-varying amplitude and modulation index is presented in Equation 1:
y(t)=a(t)sin(2πfct+i(t)sin(2πfmt))
(1)
You can easily model a physical instrument with this equation by causing the modulation index i(t) to track the time-varying amplitude a(t). In this way, a louder portion of the note also has more sidebands, because the modulation index effectively controls the bandwidth of the FM spectra.

Chowning Instruments

John Chowning's publication, The Synthesis of Complex Audio Spectra by Means of Frequency Modulation (Journal of the Audio Engineering Society, 21(7), 1973), describes a basic structure to implement Equation 1 with the following parameters:
  • A - peak amplitude
  • Imax - maximum value of modulation index i(t)
  • Imin - minimum value of modulation index i(t)
  • fc [Hz] - carrier frequency
  • H - harmonicity ratio (fm/fc)
  • duration [s] - duration of generated audio
  • w1(t) - prototype waveform for time-varying amplitude
  • w2(t) - prototype waveform for time-varying modulation index
The prototype waveforms are normalized in both dimensions, i.e., the range and domain are both zero to one. The prototype waveform w1(t) is converted to the time-varying amplitude asa(t)=Aw1(t). The prototype waveform w2(t) is converted to the time-varying modulation index as i(t)=(ImaxImin)w2(t)+Imin. Representative Chowning FM instrument specifications are described in the PDF document chowning_instruments.pdf. The Figure 1 screencast video walks through the complete process to implement the Chowning clarinet instrument in LabVIEW.
LabVIEW.png Download the finished VI: chowning_clarinet.vi. Refer to TripleDisplay to install the front-panel indicator used to view the signal spectrum.
You can easily adapt the VI to create the remaining Chowning instruments once you understand the general implementation procedure.
Figure 1: [video] Implement a Chowning FM instrument in LabVIEW
Figure 1 (mod_fm-chowning-clarinet.html)

Content actions

GIVE FEEDBACK:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Popular Projects

My Blog List

Give support

Give support
Encourage Me through Comments & Followers

Followers