-
dcAgg
agglomorative clustering
- 2011-08-30 17:07:50下载
- 积分:1
-
matlab_tutorial
MATLAB TUTORIAL BOOK USE FOR EASY CODING
- 2014-09-16 22:20:08下载
- 积分:1
-
pfmethod
罚函数法将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法Matlab源程序(Penalty function method will be constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function method in Matlab source)
- 2013-09-13 11:46:39下载
- 积分:1
-
dudahart
Best Ebook on pattern analysis
- 2010-01-19 16:09:58下载
- 积分:1
-
CHAPTER1
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified)
- 2011-04-22 21:10:54下载
- 积分: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
-
funny-palindrome-function
funny palindrome function
- 2011-05-06 12:35:52下载
- 积分:1
-
Compar_Three_FLC
Compare of 03 mppt fuzzy logic controllers
- 2013-04-09 20:14:18下载
- 积分:1
-
imaqmotion
motion deteect it is self explanatory plz see it
- 2011-10-25 23:59:02下载
- 积分:1
-
costas
matlab产生cstas码调频信号,同时进行了检测
matlab产生cstas码调频信号,同时进行了检测 (matlab generated cstas code FM signal detection matlab FM signal generated cstas code, were tested at the same time)
- 2021-03-17 21:19:21下载
- 积分:1