フィルターのクリア

In case processing .wav file what would the input to DWT fucntion ?

1 回表示 (過去 30 日間)
I Made
I Made 2013 年 2 月 22 日
So here is the formula of DWT as you can see
[cA,cD] = dwt(X,'wname')
cA = approximation coefficients vector
cD = detail coefficients vector
X = vector x
But in case of processing .wav file what would X be?

採用された回答

Walter Roberson
Walter Roberson 2013 年 2 月 22 日
X = wavread('YourFile.wav');
Or possibly
X = wavread('YourFile.wav') ';
  1 件のコメント
I Made
I Made 2013 年 2 月 22 日
編集済み: I Made 2013 年 2 月 22 日
Wow yeah that's it, sorry i'm really new to matlab. After all my college not allowed using matlab for this paper of mine. I just wanted to rewrite the matlab code in java. I need much more understanding about the function. Thanks for the answer, and do you know what is it exactly the output of the wavread? is it frequency over time of the wav file(the theory say that)? or?
If yes, an example of the output it'll be great
Anyway thanks for your answer :D

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDiscrete Multiresolution Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by