In case processing .wav file what would the input to DWT fucntion ?
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
Walter Roberson
2013 年 2 月 22 日
X = wavread('YourFile.wav');
Or possibly
X = wavread('YourFile.wav') ';
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Discrete Multiresolution Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!