Output 'y' from wavread(filename): what is it?
1 回表示 (過去 30 日間)
古いコメントを表示
I was wondering what exactly is the data stored in two columuns by y. If, for instance, I run y = wavread(a, 44100) (my file has a fs = 44100, so this would mean I am getting all the samples for the first second. Is this right?). So I would imagine y gives me the info, but I don't know exactly what are represented by the two columns). Thanks!
0 件のコメント
採用された回答
Walter Roberson
2013 年 1 月 17 日
The columns represent channels. Usually column 1 is the left channel and column 2 is the right channel.
0 件のコメント
その他の回答 (2 件)
Jan
2013 年 1 月 17 日
The values of y are the amplitude, and for stereo files you get 2 columns.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Propagation and Channel Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!