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!