How to read audio file in matlab 2017?

8 次查看(过去 30 天)
I am using Matlab 2017a and trying to read an audio file of extention .wav and I am using the command 'wavread' but it give me the error that undefined function or variable 'wavread'.here is my command to read the file. [sa2 fs] = wavread('sa2.wav', 40000);

采纳的回答

madhan ravi
madhan ravi 2018-10-16
编辑:madhan ravi 2018-10-16
Try audioread instead
  2 个评论
Walter Roberson
Walter Roberson 2019-5-4
Which MATLAB version are you using, and what is the exact error message?

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by