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

 Akzeptierte Antwort

wdenoise(Amps,7,'Wavelet', 'db2', 'DenoisingMethod', 'SURE')

Weitere Antworten (0)

Kategorien

Mehr zu Denoising and Compression finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 30 Apr. 2022

Beantwortet:

am 30 Apr. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by