Advantage of 5 Bandwidth over 60 in CWT?

1 vue (au cours des 30 derniers jours)
Anaga Ajoy
Anaga Ajoy le 1 Mar 2022
I want to understand the difference between bandwidths on the continuous wavelet transform. For example, what would the advantages and disadvantages be over 60 vs. 5?
Here is my code that I am using.
[cfsX, frqX] = cwt(allTrials(i).Fx,'morse',1000, 'TimeBandwidth', 5); %default is 60
[cfsY, frqY] = cwt(allTrials(i).Fy,'morse',1000, 'TimeBandwidth', 5);
Thank you!

Réponses (1)

Sudarsanan A K
Sudarsanan A K le 18 Oct 2023
Hello Anaga,
I note that you are trying to understand the relevance of the property "TimeBandwidth" of the continuous-time wavelet transform function "cwt()" in MATLAB.
Here are some points regarding the "TimeBandwidth" property in "cwt()" function:
  • The "TimeBandwidth" indicates the time-bandwidth product for the "Morse" wavelet. This is specified as a positive scalar greater than or equal to 3 and less than or equal to 120.
  • The time-bandwidth product controls the time-frequency characteristics of the wavelet.
  • The time-bandwidth product determines the trade-off between time and frequency resolution. For Morse wavelets, a larger time-bandwidth product results in a more spread-out wavelet in time and a narrower wavelet in frequency. In other words, increasing the time-bandwidth product makes the wavelet better localized in frequency but more spread out in time. In the notation of Morse wavelet, "TimeBandwidth" is .
  • The square root of the time-bandwidth product, P, is proportional to the wavelet duration in time. For convenience, the Morse wavelets in "cwt()" and "cwtfilterbank()" are parameterized using the time-bandwidth product and gamma (symmetry).
Note that this property is only valid when wavelet is "Morse" (default) and is ignored for the "amor" and "bump" wavelets.
For more information regarding the choice of the time-bandwidth product depending on specific requirements of the analysis and the characteristics of the signal, you can additionally refer to the MathWorks documentations of Mores Wavelets and "cwt()" function in the links:
I hope this helps.

Catégories

En savoir plus sur Continuous Wavelet Transforms dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by