필터 지우기
필터 지우기

plz help me with this error

조회 수: 1 (최근 30일)
jimy george
jimy george 2014년 1월 9일
댓글: jimy george 2014년 1월 9일
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)
>>

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 1월 9일
편집: Azzi Abdelmalek 2014년 1월 9일
The error message indicates that the file you are trying to read is not supported by the function wavread
  댓글 수: 3
Azzi Abdelmalek
Azzi Abdelmalek 2014년 1월 9일
Where is the attached file?
jimy george
jimy george 2014년 1월 9일
here it is

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by