Connexions

You are here: Home » Content » Additive Synthesis Techniques
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
In these lenses
  • This module is included inLens: Digital Signal Processing with NI LabVIEW and the National Instruments Platform
    By: Sam ShearmanAs a part of collection:"Musical Signal Processing with LabVIEW (All Modules)"

    Comments:

    "This online course covers signal processing concepts using music and audio to keep the subject relevant and interesting. Written by Prof. Ed Doering from the Rose-Hulman Institute of Technology, […]"

    Click the "NI Signal Processing" link to see all content selected in this lens.

    NI Signal Processing
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Additive Synthesis Techniques

Module by: Ed Doering

Summary: Additive synthesis creates complex sounds by adding together individual sinusoidal signals called "partials." In this module you will learn how to synthesize audio waveforms by designing the frequency and amplitude trajectories of the partials. LabVIEW programming techniques for additive synthesis will also be introduced in two examples.

LabVIEWq.png 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

Additive synthesis creates complex sounds by adding together individual sinusoidal signals called partials. The prerequisite module Additive Synthesis Concepts reviews the main concepts of additive synthesis. In this module you will learn how to synthesize audio waveforms by designing the frequency and amplitude trajectories of the partials. Also, LabVIEW programming techniques for additive synthesis will be introduced in two examples.

Frequency and Amplitude Trajectory Design

A partial is the fundamental building block of additive synthesis. A partial is a single sinusoidal component whose amplitude and frequency are each time-varying. The time-varying amplitude denoted a(t) a(t) is called the amplitude trajectory and the time-varying frequency denoted f(t) f(t) is called the frequency trajectory. Additive synthesis requires the design of both trajectories for each partial; the partials are then summed together to create the sound.
The screencast video of Figure 1 shows how to begin the design of a sound as a spectrogram plot, how to design the amplitude trajectory first as an intensity (loudness) trajectory in "log space" using decibels, and how to design the frequency trajectory in "log space" using octaves. Designing the partials in log space accounts for hearing perception which is logarithmic in both intensity and in frequency; refer to Perception of Sound for a detailed treatment of this subject.
add_techniques-design.html
Figure 1: [video] Design of frequency and amplitude trajectories

Example 1: Fractal Partials

In this first example, partials are created during a fixed time interval and then concatenated to create the overall sound. During the first time interval a single partial is created at a reference frequency. During the second time interval the partial's frequency linearly increases in "octave space" from the reference frequency to a frequency two octaves above the reference frequency. In the third interval the partial bifurcates into two partials, where one increases by an octave and the other decreases by an octave. In the fourth interval, each of the two partials bifurcates again to make a total of four partials, each increasing or decreasing by half an octave. This behavior repeats in each subsequent time interval, doubling the number of partials, and halving the amount of frequency increase or decrease.
The screencast video of Figure 2 shows how the frequency trajectories are designed in "octave space", and then reviews the key LabVIEW programming techniques needed to implement this design. The video also includes an audio demonstration so you can hear the design of this "audible fractal."
LabVIEW.png The LabVIEW VI demonstrated within the video is available here: genfnc.zip. This VI requires installation of the TripleDisplay front-panel indicator.
add_techniques-genfnc.html
Figure 2: [video] Design of the "audible fractal," LabVIEW implementation, and audio demonstration

Example 2: Spectrogram Art

The design of a sound using additive synthesis typically begins with a spectrogram representation of the desired sound. In this second example, straight line segments define the frequency trajectories of nine distinct partials that create a spectrum of a recognizable object, specifically, a cartoon drawing of an individual who is happy to be wearing a French beret.
The screencast video of Figure 3 shows how the frequency trajectories are designed in "octave space" and specified according to the coordinates of the line segment endpoints. The design of the corresponding amplitude trajectories necessary to make the partials start and stop at the correct times is likewise discussed. Key LabVIEW programming techniques needed to implement this design and an audio demonstration are also presented.
LabVIEW.png The LabVIEW VI demonstrated within the video is available here: face.zip. This VI requires installation of the TripleDisplay front-panel indicator.
add_techniques-face.html
Figure 3: [video] Design of the cartoon face, LabVIEW implementation, and audio demonstration

Comments, questions, feedback, criticisms?

Send feedback