What is the cut-off frequency when using wavelet transform?
4 ビュー (過去 30 日間)
古いコメントを表示
I use the following command:
[A,D] = wavedec(signal,1,wname);
to do a 1-level wavelet transform for my signal. I know this gives me approximation and detailed coefficients, A & D, respectively. According to Matlab documentation, the algorithm simply low pass and high pass filter the signal, then downsample.
Q1) What are the cut off frequencies used?
Q2) How is the specified wavelet used? I don't see it anywhere!
1 件のコメント
Carlos Eduardo
2017 年 3 月 11 日
Hi, I have exactly the same question I have already search at all the Wavelet UG and I havent found nothing. If you get success in your question, please help me.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Continuous Wavelet Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!