- The "wsst()" function normalizes the analyzing wavelets to preserve the L1 norm.
- An equivalent way to state this is that "wsst()" does not multiply the Fourier transforms of the wavelet bandpass filters by the square root of the scale, as it would result in unequal weighting of different bandpass contributions.
Does the wsst() (Wavelet sychrosqueezed transform) function include normalization?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I want to aggregate (group mean) wavelet synchrosqueezed transform data from many different sources. I would therefore like some information about whether normalization is performed during this function?
The following link gives some info for the cwt() function. Is it the same with wsst()?
Thanks for your help,
Tom
댓글 수: 0
답변 (1개)
Sudarsanan A K
2023년 11월 8일
Hello Thomas,
I understand that you are interested in knowing if the normalization is applied in the "wsst()" function in MATLAB.
Here are some points regarding the normalization in "wsst()":
If you want to delve into the functional-level implementation of the "wsst()" function in MATLAB, you can open the function definition using the command:
open wsst
You can additionally refer to the MathWorks documentation for the “wsst()” function in the link:
I hope this helps!
댓글 수: 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!