-
cv2
Model Reference Adaptive Control
- 2013-11-15 22:45:02下载
- 积分:1
-
matlab7.0materondisk
matlab7.0从入门到精通(光盘内容),内容很全面(matlab7.0 from entry level to proficient (CD-ROM), which is very comprehensive)
- 2007-06-19 12:39:47下载
- 积分:1
-
SwarmOpsMatlab1_0
Programming, Matlab Code Implementation, Minimax Problems, Multiobjective Optimi- zation, Noisy Problems, Particle Swarm Optimization, Swarm Intelligence
- 2012-02-08 07:29:50下载
- 积分:1
-
TURBOC
TC下的C语言程序设计方法以及C语言程序设计实例(TC C programming language under the methods and examples C programming language)
- 2010-10-18 16:04:10下载
- 积分: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
-
MATLAB_11039085_
基于Matlab的现代通信系统书籍,非常实用(based on Matlab modern communications systems books, a very practical)
- 2007-03-27 09:21:47下载
- 积分:1
-
SIMULINK
Tools,tutorials, and exaples for using matlab simulink
- 2010-11-30 05:16:14下载
- 积分:1
-
memristor_emulator
忆阻器《忆阻器非线性漂移》翻译及其忆阻器宏模型建立及其电路仿真。(memristor emulator )
- 2013-11-12 18:09:26下载
- 积分:1
-
ss
说明: 遗传算法解决背包问题,其中包括算法编码初始化,交叉,变异和惩罚策略,很好的解决了背包问题(Genetic algorithm to solve knapsack problem, including the coding algorithm initialization, crossover, mutation and punishment strategy, a good solution to the knapsack problem)
- 2010-06-30 13:31:58下载
- 积分:1
-
wavelet_tutotial
wavelet based design for matlab
- 2011-10-05 14:59:21下载
- 积分:1