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!