フィルターのクリア

Does the wsst() (Wavelet sychrosqueezed transform) function include normalization?

3 ビュー (過去 30 日間)
Thomas Richards
Thomas Richards 2022 年 5 月 3 日
回答済み: Sudarsanan A K 2023 年 11 月 8 日
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

回答 (1 件)

Sudarsanan A K
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()":
  • 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.
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!

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by