-
MATLABProgramDesignAndApplication
说明: 一本简单易懂的matlab入门编程学习用书(A straightforward entry program to learn matlab books)
- 2010-04-15 15:56:41下载
- 积分:1
-
xiaobobao
ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x 小波图像去噪( ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x )
- 2012-05-26 11:08:34下载
- 积分:1
-
matlab-gui--display
MATLAB处理的图像各种gui显示,有sobel,canny、灰度变换等。(MATLAB gui display a variety of image processing, there sobel, canny, gray transformation.)
- 2013-11-15 10:51:53下载
- 积分:1
-
Beyond_STL_cn
c++boost库的中文说明手册,说明比较详细,可以做初始学都的参考资料(the description of the boost lib ,suit for the people who)
- 2014-12-29 14:45:21下载
- 积分:1
-
APF
说明: 小容量APF的研究方法,希望对大家有帮助。(Small capacity APF research methods, we want to help.)
- 2010-04-10 18:07:17下载
- 积分:1
-
MMM
关于排队模型的资料整理,很全面,应用到很多方面,欢迎下载~~~(A lot of materials about queue model, very useful, and they are many applications, welcome to download. )
- 2012-04-25 14:38:15下载
- 积分:1
-
queue_bank
bank single server queue
- 2012-05-29 02:53:14下载
- 积分:1
-
notchfilter
说明: 自己编写的自适应notch fileter算法,该算法原理见清华现代信号处理(I have written adaptive notch fileter algorithm see Tsinghua principle of modern signal processing)
- 2008-09-13 12:05:41下载
- 积分:1
-
DOA
经典DOA估计算法matlab仿真,延迟相加,MUSIC,ESPRIT。有详细注释,步骤清晰,适合初学者学习(Classic DOA estimation algorithm matlab simulation, delayed addition, MUSIC, ESPRIT. There are detailed notes, clear steps for beginners to learn)
- 2013-12-18 10:41:40下载
- 积分:1
-
filters_7
巴特沃斯低通滤波器、FIR低通滤波器、移动平均滤波器、中值滤波器、维纳滤波器、自适应滤波器和小波滤波器的比较(Butterworth low-pass filter, FIR low-pass filter, moving average filter, median filter, Wiener filter, adaptive filter and wavelet filter comparison)
- 2016-12-02 11:37:42下载
- 积分:1