using wavread function

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

Antworten (1)

Wayne King
Wayne King am 11 Okt. 2011

0 Stimmen

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

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 11 Okt. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by