-
GA
说明: 遗传算法在优化路径中的应用研究,MATLAB程序。
- 2012-04-21 19:47:01下载
- 积分:1
-
depec
用来进行滤波的,这是基于matlab环境的编程程序。(I hope this code can help others.)
- 2010-06-29 11:30:46下载
- 积分:1
-
3
说明: 滑膜变结构控制的matlab仿真研究与分析,这个不错(Synovial matlab simulation of variable structure control research and analysis, this looks good)
- 2011-04-17 18:49:41下载
- 积分:1
-
feijiruanjiakifajishu
说明: 这是飞机的阮籍开发技术的创新,能够更好的帮助大家学习飞机的控制(feiji)
- 2010-04-17 20:35:43下载
- 积分:1
-
MIMOMatlab
MIMO信道容量的Matlab仿真程序,可以仿真出正确的图形(MIMO channel capacity of Matlab simulation program, can simulate the correct graphics)
- 2013-11-26 09:48:41下载
- 积分:1
-
65520790m5high
此程序能在MATLAB上实现低通滤波器,功能很强大(That this procedure can in MATLAB to achieve low-pass filter, a very powerful feature)
- 2009-01-07 21:37:54下载
- 积分:1
-
F16_dynam
F16开环动力学模型,采用C语言编写的MATLAB S函数。输入为油门及3个舵面共四个控制量,以及系统低阶、高阶选择器。前缘襟翼模型内部自动调节。输出为12个状态量以及油门大小。采用欧拉角坐标系。(F16 open-loop dynamic model, using the C language MATLAB S function. Throttle input, and three of four rudder control volume, and system low, high selector. Automatically adjust the front flap inside the model. The amount of output for the 12 states and the accelerator size. Using Euler angle coordinate system.)
- 2011-09-30 11:02:24下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
WindowDcDemo
在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
- 2013-11-27 07:37:26下载
- 积分:1
-
LEACH_Matlab_Code
matlab,V c++,代码实现,可以实现leach路由算法(use it in V c++)
- 2012-04-27 11:35:41下载
- 积分:1