Morlet wavelet: what is the difference between 'morl' and 'amor' wavelets?
조회 수: 52 (최근 30일)
이전 댓글 표시
Dear wavelet fan,
My question as in the title: what is the difference between 'morl' and 'amor' wavelets?
is it all the same, just different name used in the old and new 'cwt' function?
Thank you for the answer in advance!
Best, Maja
댓글 수: 0
답변 (1개)
SungJun Cho
2021년 4월 6일
Hi Maja,
It seems quite late to answer your question, but to simply put, the difference between 'morl' and 'amor' wavelets lies in whether they are complex valued in the time domain or not. The 'morl' wavelets are real-valed Morlet wavelets that are not complex valued in the time domain (c.f., here), whereas the 'amor' wavelets are analytic Morlet wavelets that are complex valued in the time domain (c.f., wikipedia and here).
If you refer to the links above or use waveinfo('morl') command, you can see the equations and mathematical details about these wavelets.
Hope this helps.
Best,
SungJun
댓글 수: 2
Elias Odelstad
2021년 5월 12일
The waveinfo function does not recognize 'amor' as a wavelet family short name, but there is a 'cmor' family, comprising compex Morlet wavelets. Is this identical to the "analytic" Morlet wavelet called 'amor' in the cwt function?
SungJun Cho
2021년 5월 13일
No not quite. 'amor' and 'cmor' are defined by different equations. For 'cmor', the equation can be found on the MATLAB document. For 'amor', the equations can be found from the link below:
https://www.mathworks.com/matlabcentral/answers/824015-understanding-cwt-morlet-time-and-frequency-resolution?s_tid=srchtitle
참고 항목
카테고리
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!