Summary: Frequency modulation (FM) in the audio frequency range can create very rich spectra from only two sinusoidal oscillators, and the spectra can easily be made to evolve with time. The mathematics of FM synthesis is developed, and the spectral characteristics of the FM equation are discussed. Audio demonstrations as implemented by LabVIEW VIs illustrate the relationships between the three fundamental FM synthesis parameters (carrier frequency, modulation frequency, modulation index) and the synthesized spectra.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
![]() |
This module refers to LabVIEW, a software development environment that features a graphical programming language. Please see the LabVIEW QuickStart Guide module for tutorials and documentation that will help you: |
| • Apply LabVIEW to Audio Signal Processing | |
| • Get started with LabVIEW | |
| • Obtain a fully-functional evaluation edition of LabVIEW |
Frequency modulation (FM) is most often associated with communications systems; for example, you can find all sorts of music stations on the FM band of your radio. In communications systems the baseband signal has a bandwidth similar to that of speech or music (anywhere from 8 kHz to 20 kHz), and the modulating frequency is several orders of magnitude higher; the FM radio band is 88 MHz to 108 MHz.
When applied to audio signals for music synthesis purposes, the modulating frequency is of the same order as the audio signals to be modulated. FM can create very rich spectra, and the spectra can easily be made to evolve with time. The ability of FM to produce a wide variety of interesting spectra from only two sinusoidal oscillators makes FM a fascinating synthesis technique.
John Chowning was the first to systematically evaluate FM in the audio spectrum, and along with Stanford University, filed for a patent on the technique in 1975 (see U.S. Patent 4,018,121 at U.S. Patent and Trademark Office or at Google Patent Search). The patent was issued in 1977, and Stanford University licensed the technology to Yamaha Corporation. Six years later in 1983, Yamaha introduced the revolutionary DX7 synthesizer (Figure 1), the first commercially successful instrument based on FM synthesis. The DX7 was also a milestone by introducing two other new technologies: digital synthesis and MIDI (Musical Instrument Digital Interface). The "FM sound" defines much of the pop music styles of the 1980s.
![]() |
The basic FM equation is presented in Equation 1:
where the parameters are defined as follows:
The Figure 2 screencast video continues the discussion by explaining the significance of each part of Equation 1, and demonstrates in a qualitative fashion how the different parameters of the equation influence the spectrum of the audio signal.
Download the LabVIEW VI demonstrated in the video: fm_demo1.vi.
Refer to TripleDisplay to install the front-panel indicator used to view the signal spectrum.
The following trigonometric identity facilitates quantitative understanding of the spectrum produced by the basic FM equation of Equation 1:
The term
Note how the left-hand side of the identity possesses exactly the same form as the basic FM equation of Equation 1. Therefore, the right-hand side of the identity explains where the spectral components called sidebands are located, and indicates the amplitude of each spectral component. The Figure 3 screencast video continues the discussion by explaining the significance of each part of Equation 2, especially the location of the sideband spectral components.
![]() |
As discussed Figure 3 video, the basic FM equation produces an infinite number of sideband components; this is also evident by
noting that the summation of Equation 2 runs from k=1 to infinity. However, the amplitude of each sideband is controlled by the Bessel function,
and non-zero amplitudes tend to cluster around the central carrier frequency.
The Figure 4 screencast video continues the discussion by examining the behavior of the Bessel function
![]() |
Now that you have developed a better quantitative understanding of the spectrum produced by the basic FM equation, the Figure 5 screencast video revisits the earlier audio demonstration of the FM equation to relate the spectrum to its quantitative explanation.
The basic FM equation generates a cluster of spectral components centered about the carrier frequency
Harmonicity ratios that involve an integer, i.e.,
Try experimenting with the basic FM equation yourself. The LabVIEW VI fm_demo2.vi provides front-panel controls for
carrier frequency, modulation index, and harmonicity ratio. You can create an amazingly wide variety of sound effects by strategically choosing specific
values for these three parameters. The Figure 6 screencast video illustrates how to use the VI and provides some
ideas about how to choose the parameters.
Refer to TripleDisplay to install the front-panel indicator used to view the signal spectrum.
"Developed by Rose Hulman Prof Ed Doering, this collection is a multimedia educational resource for students and faculty that augments traditional DSP courses and courses that cover music […]"