How to plot a PCM graph
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
I have tried to run a MP3 decoder coding which is obtained from this link http://se.mathworks.com/matlabcentral/fileexchange/27303-complete-implementation-of-a-mp3-decoder. I want to plot a PCM graph, so I add a few lines of code before the ending.
plot(1/frequency,out_PCM_samples);
title('PCM waveform');
end
However, there was error showing : Vectors must be the same lengths. May I know what is the problem and the solution for plotting a PCM graph?
Thank you.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 PCM에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!