Using cmor1-1.5
7 次查看(过去 30 天)
显示 更早的评论
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
采纳的回答
Wayne King
2012-10-2
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?
3 个评论
Honglei Chen
2012-10-2
Hi Kim, please see my comment on the top. Your wname already contains the name, no need to add quote. Otherwise, cwt thinks 'wname' is the name of the wavelet.
更多回答(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!