-
matlab-yichuansuanf
遗传算法的matlab程序 很适合 出现遗传算法的人使用(Genetic algorithm matlab program is suitable for people who use the genetic algorithm)
- 2011-08-30 22:44:30下载
- 积分:1
-
backward_forward_sweep_3
loa flow using backword and forward sweep
- 2015-01-11 13:38:57下载
- 积分:1
-
kalman_two_dimensional
二维卡尔曼滤波,在X—Y平面上画出滤波后的值以及理想情况下的图像,通过比对,深入研究卡尔曼滤波的性质和意义(Second Kalman filter, the X-Y plane value and image ideally draw filtered through comparison, in-depth study of the nature and significance of the Kalman filter)
- 2013-12-28 17:06:01下载
- 积分:1
-
Multiface
数字图像处理project4, 人脸检测,利用matlab自带工具箱(Digital image processing project4, face detection, built using matlab toolbox)
- 2014-01-07 13:44:35下载
- 积分:1
-
comparallel
here is the matlab source code for parallel port communication
- 2010-07-10 04:41:50下载
- 积分:1
-
Thyristor-Phase-Angle-Trigger-module-in-Bridge-co
Thyristor Phase Angle Trigger module in Bridge converter
file content:
matlab simulink with code
- 2010-09-25 03:48:36下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
fuzzy
fuzzy programming for the control system
- 2010-01-30 19:43:09下载
- 积分:1
-
MATLAB7.0
word 版本的MATLAB教材,针对7.0,包含有7部分,讲述了MATLAB的基本内容。(word version of the MATLAB materials for 7.0, contains seven parts, describes the basic content of MATLAB.)
- 2009-10-19 18:39:13下载
- 积分:1
-
swarn-optimization-in-distribution-syatems
this is about optimization papaer
- 2011-09-28 14:25:44下载
- 积分:1