using 1d gaussian wavelet in continuous wavelet transform (cwt)
이전 댓글 표시
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
Maxime Richard
2021년 10월 8일
[cfs] = cwt( U , scale ,'gaus1') ;
This seems to work.
but I don't know why
답변 (1개)
Abhishek Ballaney
2018년 3월 8일
편집: Walter Roberson
2019년 2월 10일
0 개 추천
댓글 수: 1
Zachary Eisner
2021년 4월 20일
This doesnt really help. The new cwt fuction cannot use gaussian wavelets like the old cwtft could.
카테고리
도움말 센터 및 File Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!