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.
我想从例如 mp3 文件的声音信号中获得一个 mif 文件。我怎样才能使用 MATLAB 来做到这一点?
谢谢,BooMZ!
结果,我找不到任何将 MP3 文件转换为 mif 的解决方案。但我可以将 wav 文件转换为 mif。这是说明:首先,您必须将 wav 文件拖放到 MatLab。MatLab 将从 wav 文件中创建一个数组。最后,您必须将数据数组写入 mif 格式的文件。(你可以这样做fprintf)
fprintf