-
tuixiangzengqiang
均值滤波:把每个像素周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单,但是无法去掉噪声,只能微弱的减弱它。(The mean filtering: 8 pixels around each pixel do mean, you can smooth image, fast and simple algorithm, but can not get rid of the noise, only faint weakened it.)
- 2013-04-16 21:00:56下载
- 积分:1
-
Hilbert-and-the-DEA
对信号进行希尔伯特变换及包络分析,实现信号波形的解调(Hilbert transform of the signal and the DEA, the demodulated signal waveform to achieve)
- 2014-01-04 17:57:16下载
- 积分:1
-
HW4
This mfiles is for optimal control sdsdsdggbcvc
- 2010-10-29 16:21:48下载
- 积分:1
-
1
说明: 灰色神经网络_百度文库
灰色神经网络 - 灰色神经网络预测模型的应用... 灰色神经网络 灰色神经网络预测模型的应用 下载本文档需要登录,并付出相应积分。
灰色神经组合(grey neural network)
- 2012-04-29 16:43:22下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
2FSK
数字调制2FSK信号的调制,利用matlab仿真(2FSK digital modulation signal modulation, the use of matlab simulation)
- 2013-07-23 09:58:27下载
- 积分:1
-
chap7
matlab图像处理实例详解chap7——图像分割技术(matlab image processing examples explain chap7- Image Segmentation)
- 2013-12-16 15:48:39下载
- 积分:1
-
werter
此程序经本人调试,完全能实现编码的仿真功能,而且在程序中有必要的说明,增加了程序的可读性.(this procedure by my tests, is fully capable of achieving functional simulation codes, but the procedure is necessary to note, increase the readability of programs.)
- 2006-10-28 16:40:12下载
- 积分:1
-
Kmeans
clustering algorithm
- 2011-10-30 19:21:43下载
- 积分:1
-
lms
使用LMS算法进行预测的Matlab源代码
使用时只需改变载入文件名
调整L和delay就可以了(Using the LMS algorithm to predict the use of Matlab source code file name when you only need to change the load L and the delay can be adjusted in)
- 2009-11-30 13:26:50下载
- 积分:1