what is the criteria to select the mother wavelet for analysing a signal.?
1 回表示 (過去 30 日間)
古いコメントを表示
i tried finding out the correlation coefficient between signal and the wavelet function(psi) obtained using command 'wavefun' with the formula
</matlabcentral/answers/uploaded_files/4009/Untitled.png> but its not giving correct energy distribution in frequency bands...is there any other method?
0 件のコメント
回答 (1 件)
Wayne King
2013 年 11 月 1 日
編集済み: Wayne King
2013 年 11 月 1 日
You don't want to use wavefun() in that way. Use the wavelet transform and then analyze the distribution of energy in the wavelet coefficients.
If you want to this with the discrete wavelet transform, I would recommend using the dual-tree transform (introduced in 13b) or the stationary wavelet transform (swt) because those are shift-invariant.
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!