|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SampledSoundList
SampledSoundList[{a1, a2, ...}, r]
is a sound primitive that represents a sound whose amplitude has levels
sampled r times a second.
DetailsDetails
- 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.
- SampledSoundList is generated by ListPlay.
- SampledSoundList primitives can appear inside Sound objects.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Generate a sampled sound signal, sampling twice per period of a 1000 Hz signal:
| In[1]:= |
| Out[1]= | ![]() |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

