What is the syntax for specifying thresholding in wdenoise function?

wdenoise(X,7,'Wavelet', 'db2') % Say I wanted to denoise using "SURE" thresholding. How do I specify that in the arguments?
wdenoise(Amps,7,'Wavelet', 'db2', 'SURE'); % This does not work

 채택된 답변

Voss
Voss 2022년 4월 30일
wdenoise(Amps,7,'Wavelet', 'db2', 'DenoisingMethod', 'SURE')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Denoising and Compression에 대해 자세히 알아보기

질문:

2022년 4월 30일

답변:

2022년 4월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by