怎么使用AudioGenerator函数?
来源:网络收集 点击: 时间:2024-09-10生成长度为6秒钟的和弦音频:
Generates chord sounds with lengths of 6 seconds:
AudioGenerator

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

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

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

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

看看三角波动:
b = AudioGenerator;
AudioPlot
Spectrogram

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



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

本文主要介绍了用Mathematica生成声音的一些常用的生成器。
This paper mainly introduces some commonly used generator to generate Mathematica sound.
函数MATHEMATICA声音生成器版权声明:
1、本文系转载,版权归原作者所有,旨在传递信息,不代表看本站的观点和立场。
2、本站仅提供信息发布平台,不承担相关法律责任。
3、若侵犯您的版权或隐私,请联系本站管理员删除。
4、文章链接:http://www.1haoku.cn/art_1208350.html