How to change bandwith of 'cmor' wavelet in matlab while performing continuous wavelet transform?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
matlab uses cmor(x) = (pi*Fb)^{-0.5}*exp(2*i*pi*Fc*x)*exp(-(x^2)/Fb) as complex morlet wavelet. .
If I use cwt(x,scales,'cmor1-.45') then Fc corresponds to 0.45 Hz. But.I need to change Fb while using cwt command in matlab. How can I change Fb?
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Continuous Wavelet Transforms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!