- 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?
3 次查看(过去 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!