-
hm9
2D particle movement in a circle domain
- 2013-11-16 12:35:05下载
- 积分:1
-
cfj
此程序为工程应用中的平面四边形八节点等参数单元,较为简单(This program for engineering applications in flat quadrilateral eight-node parameters such as units, a relatively simple)
- 2011-07-19 20:08:56下载
- 积分:1
-
stdatmf
计算标准大气特性的matlab代码,基于美国1976年的测试数据(source code in matlab for computing atmospheric characterics, based on the Data obtained in 1976 )
- 2013-08-24 09:49:32下载
- 积分:1
-
att
奇异吸引子,混沌吸引子,复杂系统理论,画法代码。(Strange attractor, chaotic attractor, complex systems theory, painting code.)
- 2013-12-17 13:00:27下载
- 积分:1
-
VideoGameTheory
Video Game Theory to develop game
- 2014-01-22 09:37:53下载
- 积分:1
-
OFDMA
ofdma的一个简单的收发程序采用QPSK调制噪声是高斯白噪声(A simple transceiver of ofdma program using QPSK modulation noise is gaussian white noise)
- 2013-12-05 16:48:43下载
- 积分:1
-
create_kfolds_balanced_train_test
Divide/Create data into K-Folds training and testing data which are balanced basing on the labels. It is for k-fold cross validation.
- 2013-12-25 16:38:08下载
- 积分:1
-
lbq
用matlab 实现各种算法,如burg算法,LMS算法,比较基础,适合初学者。(Using matlab implementation of various algorithms, such as burg algorithm, LMS algorithm, a comparative basis, suitable for beginners.)
- 2009-03-18 14:19:31下载
- 积分:1
-
matlab
matlab下运行有界面,实现对特定图片的处理,可以设定参数值(run a matlab interface to achieve a specific image processing parameters can be set)
- 2011-05-15 13:57:55下载
- 积分: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