using 1d gaussian wavelet in continuous wavelet transform (cwt)
7 views (last 30 days)
Show older comments
Can someone one gudie me how to use a 1d gaussian wavelet in cwt function? I need a working syntax! The new version of cwt doesnot accept gaussian wavelets, i have tried the older version, it throws an error.
1 Comment
Maxime Richard
on 8 Oct 2021
[cfs] = cwt( U , scale ,'gaus1') ;
This seems to work.
but I don't know why
Answers (1)
Abhishek Ballaney
on 8 Mar 2018
Edited: Walter Roberson
on 10 Feb 2019
1 Comment
Zachary Eisner
on 20 Apr 2021
This doesnt really help. The new cwt fuction cannot use gaussian wavelets like the old cwtft could.
See Also
Categories
Find more on Continuous Wavelet Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!