MATLAB: Using cmor1-1.5

cwtwavelet

I am trying to do a complex 1-D CWT but the wave name cmor1-1.5 is not being accepted and the error message says invalid wavename. However, that is one of the possible choices. I don't understand. If anyone has seen and overcome this problem can you please help ? Thanks

Best Answer

Hi Kim, How are you attempting to do this:
x = randn(1024,1);
wtcoeffs = cwt(x,1:32,'cmor1-1.5');
Should work, are you trying to use cwtft with that analyzing wavelet?