The screencast video of Figure 4 demonstrates the aural effects of
modulating a single spectral component, i.e., a sinusoid.
The LabVIEW code for the demo is
also described in detail, especially the use of an event structure contained in a
while-loop structure (see video in Figure 5).
The event structure provides an efficient way to run an algorithm
with real-time interactive parameter control without polling the front panel controls. The event
structure provides an alternative to the polled method described in
Real-Time Audio Output in LabVIEW.
The LabVIEW VI demonstrated within the video is
available here: am_demo1.vi.
Refer to TripleDisplay to install the
front-panel indicator used to view the signal spectrum.
The next screencast video (see Figure 6) demonstrates the aural effects of
modulating two spectral components created by summing together a sinusoid at frequency f0 and another
sinusoid at frequency 2f0. You can obtain interesting effects depending on whether the spectral
components end up in a harmonic relationship; if so, the components fuse together and you perceive a single
pitch. If not, you perceive two distinct pitches.
The LabVIEW VI demonstrated within the video is
available here: am_demo2.vi.
Refer to TripleDisplay to install the
front-panel indicator used to view the signal spectrum.
The third demonstration (see Figure 7) illustrates the effect of
modulating a music clip and a speech signal. You can obtain Interesting special effects
because the original source spectrum simultaneously shifts to a higher and lower
frequency.
The LabVIEW VI demonstrated within the video is
available here: am_demo3.vi.
Refer to TripleDisplay to install the
front-panel indicator used to view the signal spectrum.
The two audio clips used in the example are available here: flute.wav
and speech.wav (speech clip courtesy of the Open Speech Repository,
www.voiptroubleshooter.com/open_speech; the sentences are two of the many phonetically-balanced Harvard Sentences, an important standard
for the speech processing community).
"A multimedia educational resource for signal processing students and faculty."