Playing with Familiar Periodic Phenomena: Sound

Sounds will not be available on PDF or HTML versions
Let's begin by "looking" at a familiar periodic phenomena:

We index the notes and write an indexed set of frequency (in Hertz) for each of the notes for one octave above middle-c. We write a function to create a Sound for each note.

"index_1.gif"

We extend the function to get simultaneous notes from a List. We use Thread which takes f[{a,b,c}] to {f[a],f[b],f[c]}

"index_2.gif"

Here are examples of their use.

"index_3.gif"

"index_4.gif"

"index_5.gif"

We can play with variable amplitudes for a fixed frequency, here we can hear the increased, but non-singular amplitude through zero.

"index_6.gif"

"index_7.gif"

"index_8.gif"

We can vary amplitudes and frequencies. Warning, playing with this function can become addictive...

"index_9.gif"

"index_10.gif"


Created by Wolfram Mathematica 6.0  (24 October 2007) Valid XHTML 1.1!