FM synthesis creates complex timbres through modulation of a carrier frequency by a modulator; timbre is determined by modulation index and modulator frequency ratio. Understanding FM mathematics enables controlled timbre design and evolution. This approach bridges digital synthesis with compositional intent.
Study FM synthesis and implement a simple FM instrument; experiment with ratios and modulation indices to discover timbre families. Analyze Chowning's Stria to understand how algorithmic timbre generation creates form.
Frequency modulation synthesis begins with a deceptively simple idea: instead of playing a sine wave at a fixed frequency (a carrier), you let another oscillator (the modulator) continuously vary the carrier's frequency. If the carrier frequency is f_c and the modulator oscillates at frequency f_m with amplitude d, the output signal is sin(2πf_c·t + d·sin(2πf_m·t)). The term d·sin(2πf_m·t) is the instantaneous frequency deviation — it swings the carrier's pitch up and down at the modulator's rate. When d (the modulation index) is zero, you hear a pure sine; as d increases, the spectrum explodes in complexity.
Why does a simple frequency wobble produce rich spectra? The mathematics, which connects to your prerequisite knowledge of trigonometric identities and the complex exponential, reveals the answer. Expanding sin(f_c·t + d·sin(f_m·t)) using Bessel functions shows the output contains sidebands at frequencies f_c ± n·f_m for n = 0, 1, 2, …, with amplitudes determined by Bessel function values J_n(d). The modulation index d controls both how many sidebands have significant energy and their relative amplitudes. Low d gives a nearly pure tone with faint first-order sidebands. High d spreads energy broadly, producing a dense, buzzing spectrum. This is why FM synthesis can model anything from a pure flute tone (low d) to a metallic bell (high d) with the same basic algorithm.
The ratio f_c/f_m is the other crucial parameter. When this ratio is a simple integer or rational fraction — say f_c = 200 Hz, f_m = 100 Hz — the sidebands land at integer multiples of 100 Hz, producing a harmonic series that sounds pitched and musical. When the ratio is irrational — f_c = 200 Hz, f_m = 141 Hz — sidebands fall at inharmonic frequencies, producing the bell-like, gong-like, or percussive timbres that made FM synthesis famous on digital synthesizers in the 1980s. John Chowning's original insight, developed at Stanford in the 1970s, was that musically significant timbres cluster into families defined by ratio classes, and that time-varying the modulation index simulates the natural evolution of real instrument timbres (attack, sustain, decay each have their own spectral character).
For composers, the compositional power of FM lies in treating timbre as a continuous, structurally governed parameter rather than a fixed sound property. You can create smooth timbral morphs by gradually varying the modulation index over time — a trumpet-like tone that dissolves into noise, or a bell that slowly acquires harmonic warmth. You can design timbral narratives where the texture of the music evolves through a space of spectral possibilities governed by the FM parameters. This bridges the electronic-composition basics you know (oscillators, envelopes, signal flow) with compositional thinking: FM parameters become compositional variables, and the score must specify not just pitch and rhythm but the trajectory through timbre space.
Topics in reflective domains aren't scored by quiz answers. Read, reflect, and mark when you've thought it through.