How do I apply a 5 level wavelet to an audio file?

1 回表示 (過去 30 日間)
studentmatlaber
studentmatlaber 2022 年 5 月 27 日
コメント済み: Biral Pradhan 2022 年 6 月 20 日
Hello everyone,
I add a wavelet to the example in the link before the stft process. I want to unlock 5 levels. However, I am making such a mistake. How can I solve this?
len=length(audio);
[c,l]=wavedec(audio,5,'bior3.1');
approx = appcoef(c,5,'bior3.1');
[cd1,cd2,cd3,cd4,cd5] = detcoef(c,l,[1 2 3 4 5]);
  1 件のコメント
Biral Pradhan
Biral Pradhan 2022 年 6 月 20 日
I understand, you want to add a wavelet to the audio in this example. Could you kindly provide more information that can help me understand your workflow? Please include the error messages, if any.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by