-
assign2
tsp using genetic agorithm
- 2014-11-07 15:04:21下载
- 积分:1
-
Genetic-Algorithms2
全局优化问题
MATLAB 用遗传算法计算 y(t)=4*x1(t)^2-2.1*x1(t)^4+1/3*x1(t)^6+x1(t)*x2(t)-4*x2(t)^2+4*x2(t)^4 的全局最优值
(Global Optimization
MATLAB Calculate y(t)=4*x1(t)^2-2.1*x1(t)^4+1/3*x1(t)^6+x1(t)*x2(t)-4*x2(t)^2+4*x2(t)^4 Global optimum value by Genetic Algorithms )
- 2015-03-16 15:38:35下载
- 积分:1
-
MATLAB
说明: 是一本关于matlab程序设计语言的电子书,是由西安电子科技大学出版社出版的(Is one on the matlab programming language for e-books, by the Xi)
- 2008-10-03 23:40:33下载
- 积分:1
-
1
说明: 《MATLAB 7.0编程基础基础》源程序,适合于初学者练习(" MATLAB 7.0 programming foundation base" source, suitable for beginners)
- 2011-06-13 17:35:51下载
- 积分:1
-
realtek2622
当年的RELTEK TV的源码,编译后可以做电视的哟.不过现在这个IC应该不用了(the old IC CODE ,is REALTEK 2620,source code)
- 2014-12-26 17:43:53下载
- 积分:1
-
MATLAB-SOFTWARE-TOOL-FOR-NEURO-FUZZY-IDENTIFICATI
NEURO-FUZZY IDENTIFICATION TOOLBOX
- 2013-12-04 01:26:31下载
- 积分:1
-
Multipath-Rayleigh-fading-channel
Full set of MATLAB code to simulate the Multipath fading channel in telecommunication
- 2011-12-20 17:04:33下载
- 积分:1
-
v
说明: cone low in matlab for count MATLAB program to calculate the size of the law of the conical tank
A time of emptying the tank
- 2010-12-15 21:01:02下载
- 积分:1
-
c6
说明: 该程序中提供了用matlab描述的有关滤波器的设计源代码(sfdgfdgfhgjhkjh)
- 2010-05-18 09:59:35下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1