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 ExchangeDeep 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