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
Wayne King 2011년 10월 11일

0 개 추천

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

댓글 수: 1

Walter Roberson
Walter Roberson 2011년 10월 11일
Y(5,:) in case there is more than one channel.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2011년 10월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by