Continuos Wavelet Transform with cwtft and Morlet wavelet
12 次查看(过去 30 天)
显示 更早的评论
Hello again to everyone,
Sorry for bothering you again, but I have a further question on Continuos Wavelet Transform (CWT). From theory I know that doing a CWT of a real signal by means of a real wavelet leads to real wavelet coefficients. Is it correct? Therefore the question is, why if I use cwtft specifying as an input 'morl' which is the wave name for the real (valued) Morlet function, the function turns out complex valued wavelet coefficients? The point is that when I use the Mexican Hat wavelet the coefficients result real, according to theory. Why with 'morl' the coefficients are complex?
Thanks in advance for the help.
Lorenzo
0 个评论
回答(1 个)
Charan Jadigam
2020-3-5
Hi,
To perform Cwt of a real signal by real morlet wavelet we need to give input parameter as ‘morlex’ which is non-analytic wavelet (real coefficients) rather than ‘morl’ which is an analytic wavelet (complex coefficients).
You can know more about choosing between analytic and non-analytic wavelets here
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!