Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对matlab中音频文件的信号处理有疑问。
我想要做的是以下内容:
谁能告诉我如何在matlab中编写这些步骤。
在 Windows 中,Matlab 对音频有很好的支持(至少比 Linux/Mac 好)。查看audiorecorder, audiowrite, wavread, filter(结合firls或任何其他可以进行带通滤波的滤波器设计函数)和plot。
audiorecorder
audiowrite
wavread
filter
firls
plot