Azzera filtri
Azzera filtri

plz help me with this error

1 visualizzazione (ultimi 30 giorni)
jimy george
jimy george il 9 Gen 2014
Commentato: jimy george il 9 Gen 2014
for index = 1 : length(filelist)
fprintf('Processing %s\n', filelist(index).name);
% Read the sample rate Fs and store it.
[y, Fs] = wavread(filelist(index).name)
Error messages: Error using wavread Invalid Wave File. Reason: Data compression format (CCITT mu-law) is not supported.
Error in chikkuspeech (line 10) [y, Fs] = wavread(filelist(index).name)
>>

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 9 Gen 2014
Modificato: Azzi Abdelmalek il 9 Gen 2014
The error message indicates that the file you are trying to read is not supported by the function wavread
  3 Commenti
Azzi Abdelmalek
Azzi Abdelmalek il 9 Gen 2014
Where is the attached file?

Accedi per commentare.

Categorie

Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by