plz help me with this error

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)
>>

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 9 Jan 2014
Modifié(e) : Azzi Abdelmalek le 9 Jan 2014

0 votes

The error message indicates that the file you are trying to read is not supported by the function wavread

3 commentaires

jimy george
jimy george le 9 Jan 2014
plz check the attachment.the files are in .wav format.but i can't open in matlab.
Azzi Abdelmalek
Azzi Abdelmalek le 9 Jan 2014
Where is the attached file?
jimy george
jimy george le 9 Jan 2014
here it is

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by