How do I convert a .wav file to a .matlab file using wavread?

4 ビュー (過去 30 日間)
Angela Burgess
Angela Burgess 2019 年 8 月 15 日
回答済み: Star Strider 2019 年 8 月 15 日
Can anyone help please? I am trying to use wavread to convert .wav to .matfiles but I am getting a message saying "undefined function or variable 'wavread'.
For example one of my named sound files: y = wavread('barber-s-01-t1.wav')
Or is there another way of converting to .mat files?
Any suggestions would be much appreciated.
Thanks in advance.

回答 (1 件)

Star Strider
Star Strider 2019 年 8 月 15 日
The wavread function was deprecated a while ago. Use the audioread function (R2012b and later versions) instead.

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by