SampledSoundFunction
Usage
•
SampledSoundFunction[f, n, r] 是一个声音基元, 用来表示一种声音, 其幅度每秒被采样 r 次并通过把函数 f 应用到从 1 到n的连续整数上得到.
Notes
• SampledSoundFunction is generated by Play.
SampledSoundFunction 由 Play生成. • SampledSoundFunction primitives can appear inside Sound, Graphics and Graphics3D objects.
SampledSoundFunction 图元可以出现在 Sound, Graphics 和 Graphics3D 对象的内部.
Further Examples
The Sound object produced by Play contains a SampledSoundFunction primitive that uses a compiled function to generate amplitude samples for the sound. Evaluate the cell to see the graphic and hear the sound.
In[1]:=
|
|