MATLAB: Clarification on Morse Wavelets Documentation

wavelet

Referring to the Morse wavelet parameters used in the cwt function, I have reviewed the following page: https://www.mathworks.com/help/wavelet/ug/morse-wavelets.html
It seems that time-bandwidth is referred to as P (twice at the top of the page) and P^2 (once near the bottom). So is the input for the cwt function name,value argument 'TimeBandwidth' defined as P=sqrt(gamma*beta) or P^2=gamma*beta?
Thank you.

Best Answer

"The Morse wavelets in 'cwt' are parameterized as the square of the time-bandwidth product," so it seems that the second formula would be the correct one to input.
Indeed, the wording at the end of the Doc offers some ambiguity. I have forwarded this feedback to the relevant team.
Related Question