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.
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
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 interestingsounds with a time-varying modulation index to alter the effective bandwidth and
sideband amplitudes over time. This relatively simple modification to the basic FM equationcreates 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 soundconcludes 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 initialtransient. 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
:
You can easily model a physical instrument with this equation by causing the modulation index
to
track the time-varying amplitude
. 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
with the following parameters:
- peak amplitude
- maximum value of modulation index i(t)
- minimum value of modulation index
[Hz] - carrier frequency
- harmonicity ratio
(
)
duration [s] - duration of generated audio
- prototype waveform for time-varying amplitude
- 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
is converted to the time-varying amplitude as
. The prototype waveform
is converted to the time-varying modulation index as
.Representative Chowning FM instrument specifications are described in the PDF document
chowning_instruments.pdf .
The
screencast video walks through the complete process to implement the Chowning clarinet instrument in LabVIEW.
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.
Receive real-time job alerts and never miss the right job again
Source:
OpenStax, Musical signal processing with labview -- modulation synthesis. OpenStax CNX. Nov 07, 2007 Download for free at http://cnx.org/content/col10483/1.1
Google Play and the Google Play logo are trademarks of Google Inc.
Notification Switch
Would you like to follow the 'Musical signal processing with labview -- modulation synthesis' conversation and receive update notifications?