連続ウェーブレット変換(cwt)のデフォルトのマザーウェーブレットについて
Afficher commentaires plus anciens
連続ウェーブレット変換(cwt)を使用していますが、デフォルトのマザーウェーブレットである Morse wavelet 概形及びパラメータが分かりません。
MATLABの上記サイトより、γ=3であるということはわかるのですが、P^2の値が分からないため、cwtのデフォルトのマザーウェーブレットが分かりません。
パラメーター及び概形を教えてください。
Réponses (2)
Yoshio
le 9 Jan 2019
1 vote
P^2は the time-bandwidth productですので、
wname — Analytic waveletの部分
The default Morse wavelet has symmetry parameter (γ) equal to 3 and time-bandwidth product equal to 60.
となっているのが分かります。
このページの下部にある
Changing the Time-bandwidth Product
を見て頂くと、TimeBandwidthをデフォルトの60の場合と、10に設定した場合の波形が表示されています。
また、
の最初の図は、γ=3、P^2=60の例となっています。
1 commentaire
K
le 9 Jan 2019
Catégories
En savoir plus sur 連続ウェーブレット変換 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!