Filter löschen
Filter löschen

How to read audio file in matlab 2017?

8 Ansichten (letzte 30 Tage)
FAZLI  HADI
FAZLI HADI am 16 Okt. 2018
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);
  1 Kommentar
Walter Roberson
Walter Roberson am 16 Okt. 2018
R2015b was the last release that had wavread()

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

madhan ravi
madhan ravi am 16 Okt. 2018
Bearbeitet: madhan ravi am 16 Okt. 2018
Try audioread instead
  2 Kommentare
Faiza Hassan
Faiza Hassan am 4 Mai 2019
But this gives error of matlb path.
Walter Roberson
Walter Roberson am 4 Mai 2019
Which MATLAB version are you using, and what is the exact error message?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by