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 日

1 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDenoising 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