using wavread function

after using wavread function [Y,FS,NBITS]=wavread('x.wav'); how can i acess the say 5th sample data from Y

Réponses (1)

Wayne King
Wayne King le 11 Oct 2011

0 votes

Y(5)
but is that really what you're asking? Or did I misunderstand your question?

1 commentaire

Walter Roberson
Walter Roberson le 11 Oct 2011
Y(5,:) in case there is more than one channel.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by