Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Sound and Sonification >

SampledSoundList

SampledSoundList[{a1, a2, ...}, r]
is a sound primitive, which represents a sound whose amplitude has levels ai sampled r times a second.
  • SampledSoundList[{list1, list2, ...}, r] yields sound on several channels. If the lists are of different lengths, silence is inserted at the ends of shorter lists.
Generate a sampled sound signal, sampling twice per period of a 1000 Hz signal:
Generate a sampled sound signal, sampling twice per period of a 1000 Hz signal:
In[1]:=
Click for copyable input
Out[1]=
ListPlay generates a SampledSoundList containing normalized amplitudes:
Sampling a signal less than twice the largest frequency leads to aliasing:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team