DWT with gaussian wavelet
이전 댓글 표시
Hello everyone
How it is possible to use 1-derivative of Gaussian function as the wavelet in dwt?
I know that Gaussian wavelet family exists in Matlab but it complains when I write:
load noisdopp; [A,D] = dwt(noisdopp,'gaus');
and says: Invalid argument value. but from waveinfo we know that such wavelet is existed.
Is there any way to define this wavelet for dwt?
답변 (1개)
Vimal Raj
2024년 8월 23일
0 개 추천
[A,D] = dwt(noisdopp,'gaus');
카테고리
도움말 센터 및 File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!