-
DDE_examples
时滞微分方程求解示例,他展示了如何用MATLAB数值工具箱来算系统的时间状态(DELAY DIFFERENTIAL EQUACTIONS EXAMPLES)
- 2011-02-04 01:38:06下载
- 积分:1
-
OFDM-channel-simulation
说明: OFDM信道仿真源代码,基于matlab环境开发(OFDM channel simulation)
- 2011-04-08 23:28:58下载
- 积分:1
-
matlab4
matlab 学习资料 第四章 matlab 绘图(Chapter IV of learning materials matlab mapping matlab)
- 2009-05-23 12:43:03下载
- 积分:1
-
narmamaglev
narmamaglev 神经自校正控制系统,narma-l2控制模块,反馈线性化控制,直接自校正控制(narmamaglev neural self-tuning control system, narma-L2 control module, feedback linearization control, direct self-tuning control)
- 2013-05-13 12:36:30下载
- 积分:1
-
gp
说明: 计算信号关联维数(Calculation of signal correlation dimension)
- 2007-08-27 11:04:10下载
- 积分:1
-
median_and_mean_filter
Median and mean filter in Matlab
- 2010-06-25 01:30:16下载
- 积分:1
-
MQG_PhaseUnwrap
说明: 用计算机模拟四步相移的数字全息图,并取得他的包裹相位(Computer simulation of the four-step phase shifting digital hologram, and made him the wrapped phase)
- 2011-03-18 21:14:00下载
- 积分:1
-
mimo
说明: MIMO仿真所需的小程序,里面包括注水算法的子程序(MIMO simulation for a small program, which includes water injection method of subroutine)
- 2010-04-20 10:05:52下载
- 积分:1
-
细菌觅食算法MATLAB实现
细菌觅食优化,基础优化算法,可用于matlab平台应用及进一步优化(Bacterial foraging optimization and basic optimization algorithm can be applied to Matlab platform and further optimization.)
- 2018-04-06 21:35:00下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1