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 更改 .WAV 文件的频率,因为 WAV 文件正在运行(声音(y,FS)),我对如何处理它感到困惑。有什么建议么?
您可以以较低的速率重新采样数据(使用许多插值函数之一,例如interp1)。然后将结果传递给sound。
interp1
sound
或者,只需将fs参数修改为sound.
fs