Next  |  Top  |  JOS Index  |  JOS Pubs  |  JOS Home  |  Search

Introduction

One of the very first computer music techniques introduced was additive synthesis [3]. It is based on Fourier's theorem which states that any sound can be constructed from elementary sinusoids, such as are approximately produced by carefully struck tuning forks. Additive synthesis attempts to apply this theorem to the synthesis of sound by employing large banks of sinusoidal oscillators, each having independent amplitude and frequency controls. Many analysis methods, e.g., the phase vocoder, have been developed to support additive synthesis. A summary is given in [5].

While additive synthesis is very powerful and general, it has been held back from widespread usage due to its computational expense. For example, on a single DSP56001 digital signal-processing chip, clocked at 33 MHz, only about $60$ sinusoidal partials can be synthesized in real time using non-interpolated, table-lookup oscillators. Interpolated table-lookup oscillators are much more expensive, and when all the bells and whistles are added, and system overhead is accounted for, only around $12$ fully general, high-quality partials are sustainable at $44.1$ KHz on a $33 MHz$ DSP56001 (based on analysis of implementations provided by the NeXT Music Kit).

At CD-quality sampling rates, the note A1 on the piano requires $22050/55\approx 400$ sinusoidal partials, and at least the low-frequency partials should use interpolated lookups. Assuming a worst-case average of $100$ partials per voice, providing 32-voice polyphony requires $3200$ partials, or around $64$ DSP chips, assuming we can pack an average of $50$ partials into each DSP. A more reasonable complement of $8$ DSP chips would provide only $4$-voice polyphony which is simply not enough for a piano synthesis. However, since DSP chips are getting faster and cheaper, DSP-based additive synthesis looks viable in the future.

The cost of additive synthesis can be greatly reduced by making special purpose VLSI optimized for sinusoidal synthesis. In a VLSI environment, major bottlenecks are wavetables and multiplications. Even if a single sinusoidal wavetable is shared, it must be accessed sequentially, inhibiting parallelism. The wavetable can be eliminated entirely if recursive algorithms are used to synthesize sinusoids directly.

In [1], three techniques were examined for generating sinusoids digitally by means of recursive algorithms. The recursions can be interpreted as implementations of second-order digital resonators in which the damping is set to zero. The three methods considered were

  1. the coupled form which is identical to a two-dimensional vector rotation,
  2. the modified coupled form, or ``magic circle'' algorithm, which is similar to (1) but has ideal numerical behavior, and
  3. the direct-form, second-order, digital resonator with its poles set to the unit circle.

These three recursions are defined as follows:

\begin{displaymath}
\begin{array}{crcll}
(1) & x_n&=& c_nx_{n-1}+ s_ny_{n-1}& \\...
...
& y_n&=& x_{n-1}& \mbox{(Direct-Form Resonator)}
\end{array}\end{displaymath}

where $c_n\mathrel{\stackrel{\mathrm{\Delta}}{=}}\cos(2\pi f_n T)$, $s_n\mathrel{\stackrel{\mathrm{\Delta}}{=}}\sin(2\pi f_n T)$, $f_n$ is the instantaneous frequency of oscillation (Hz) at time sample $n$, and $T$ is the sampling period in seconds. The magic circle parameter is $\epsilon=2\sin(\pi f_n T)$.

The digital waveguide oscillator appears to have the best overall properties yet seen for VLSI implementation. The new structure was derived as a spin-off from recent results in the theory and implementation of digital waveguides [6,7]. Any second-order digital filter structure can be used as a starting point for developing a corresponding sinusoidal signal generator, so in this case we begin with the second-order waveguide filter.


Next  |  Top  |  JOS Index  |  JOS Pubs  |  JOS Home  |  Search

Download wgo.pdf
Visit the online book containing this material.

``The Second-Order Digital Waveguide Oscillator'', by Julius O. Smith III and Perry R. Cook, Proceedings of the International Computer Music Conference (ICMC-92, San Jose), pp. 150-153, Computer Music Association, October 1992.
Copyright © 2008-08-31 by Julius O. Smith III and Perry R. Cook
Center for Computer Research in Music and Acoustics (CCRMA),   Stanford University
CCRMA  [About the Automatic Links]