using wavread function
이전 댓글 표시
after using wavread function [Y,FS,NBITS]=wavread('x.wav'); how can i acess the say 5th sample data from Y
답변 (1개)
Wayne King
2011년 10월 11일
Y(5)
but is that really what you're asking? Or did I misunderstand your question?
댓글 수: 1
Walter Roberson
2011년 10월 11일
Y(5,:) in case there is more than one channel.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!