怎么使用AudioGenerator函数

2025-04-01 21:31:25

1、生成长度为6秒钟的和弦音频:Generates chord sounds with lengths of 6 seconds:AudioGenerator["Sin",6]

怎么使用AudioGenerator函数

2、注意,上面的"Sin"代表的是和弦发引器,不能写成“Cos”。Note that the above "Sin" is cited is not written in the "Cos" chord.

怎么使用AudioGenerator函数

3、查看和弦音频的波形和频谱图。看到了吗,没有噪音,或者噪音很少。See the chord audio waveform and spectrogram.You see, there is no noise, or little noise.

怎么使用AudioGenerator函数

4、再来生成一个六秒的噪音音频:Then generate a six second noise audio:b = AudioGenerator["White", 6]"White"是一个噪音生成器("White" is a noise generator.)。

怎么使用AudioGenerator函数

5、那么这段纯粹的噪音是什么形状呢?嗯……漫漫的全是声音,一点空隙都没有。So what's the shape of this pure noise?Wow...... It's full of noise, not even a little space.

怎么使用AudioGenerator函数

6、看看三角波动:b = AudioGenerator["Triangle", 6];AudioPlot[b]Spectrogram[b]

怎么使用AudioGenerator函数

7、锯齿波是:"Sawtooth"方形波是:"Square"脉冲波是:"Impulse"

怎么使用AudioGenerator函数
怎么使用AudioGenerator函数
怎么使用AudioGenerator函数

8、而常用的噪音生成器,除了“White”之外,还有:"Pink"、 "Brown"、 "Blue"。The commonly used noise generator, in addition to the “White”, and:"Pink"、 "Brown"、 "Blue".

怎么使用AudioGenerator函数
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢