using wavread function

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

Respuestas (1)

Wayne King
Wayne King el 11 de Oct. de 2011

0 votos

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

1 comentario

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

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 11 de Oct. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by