What is the syntax for specifying thresholding in wdenoise function?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Denoising and Compression in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!