-
release
what makes paris likes paris会议论文的源代码(what makes paris likes paris)
- 2013-08-18 11:13:11下载
- 积分:1
-
hybrid1
LMS algorith and DE in matlab
- 2013-04-01 13:39:35下载
- 积分:1
-
100casesofmatlabutility
matlab应用程序一百个实例,大家可以下载,涉及很广。(100 matlab application examples, we can download, covering a very wide scope.)
- 2009-06-14 21:12:54下载
- 积分:1
-
MATLAB_programming_parsing_tutorial
MATLAB程序设计语法解析教程MATLAB programming parsing tutorial(MATLAB programming parsing Tutorial MATLAB programming parsing tutorial)
- 2010-08-02 12:15:56下载
- 积分:1
-
PID-Control-10
基于前馈补偿的PID控制算法。可以通过设置M参数查看控制效果(M=2时误差平稳且接近0)。(Feedforward compensation based on the PID control algorithm. You can view the control parameters by setting the effect of M (M = 2 when the error is stable and close to 0).)
- 2011-10-06 12:41:45下载
- 积分:1
-
shujuhuigui
解决一些回归问题用到的matlab程序,简短清晰,运行速度快,适用于进行数据分析。(Solve some regression problems used the matlab procedure, short and clear, fast running speed, suitable for data analysis.)
- 2012-02-07 15:53:38下载
- 积分: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
-
1
说明: LMS在加性高斯白噪声信道下迭代2000步的输出能量和误差权矢量(LMS in the additive white Gaussian noise channel output of the next iteration step 2000, the energy and the error weight vector)
- 2009-11-15 16:46:54下载
- 积分:1
-
pqcontrol1
pq control of pv to grid
- 2012-01-18 13:44:00下载
- 积分:1
-
kmean
k mean for clustering in the matlab.cluster do in environment 3-dimontional.
- 2012-03-25 16:10:01下载
- 积分:1