フィルターのクリア

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 Center および File ExchangeAudio 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