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!