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 个)
另请参阅
类别
在 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!