denoising using wavelet
7 ビュー (過去 30 日間)
古いコメントを表示
How i can do denoising of 2-D signals with wavelet by using matlab cods ? plz help me :(
0 件のコメント
採用された回答
Wayne King
2011 年 11 月 25 日
編集済み: John Kelly
2014 年 5 月 27 日
I'm not sure why your original post was about 2-D and it turns out that you have 1-D signals.
Yes, what you have done is basically correct. You could also use wden().
2 件のコメント
Wayne King
2011 年 11 月 25 日
Hi, 2-D is an image, a function of two variables. ECG is 1-D signal. It is a function of one variable (time -- even though it is sampled).
If you have two ECG signals, you have two 1-D signals.
その他の回答 (2 件)
Wayne King
2011 年 11 月 25 日
Hi, You have a couple of options.
1.) use wavemenu. Enter wavemenu at the command line and then choose, Wavelet 2-D, or SWT Denoising 2-D. Starting in R2011b, you can generate MATLAB code for your denoising directly from the wavemenu GUI.
From the command line, you can use wavedec2 and wdencmp, for decimated 2-D Wavelet denoising, and swt2 and wthresh or stationary wavelet 2-D denoising.
There are some good User's Guide examples of using the GUI and generating MATLAB code for 2-D denoising here:
and here:
Note that the generated code in these examples also shows you how to implement 2-D wavelet denoising from the command line.
shivangi b
2016 年 9 月 8 日
編集済み: Walter Roberson
2016 年 9 月 11 日
sir,
for image de-noising using stationary wavelet transform and threshold techiques I have used
THR = wthrmngr('sw1ddenoLVL',METHOD,SWTDEC,SCAL)
command swtdec =db1,scal= 2 ,method ='rigsure'.
couldn't decompose the original image and hard and soft threshold used . plz replay me sir id:shivangisbv@gmail.com
1 件のコメント
Geoff Hayes
2016 年 9 月 11 日
As this isn't an answer to the posted question, please delete and post as your own question.
参考
カテゴリ
Help Center および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!