-
Modeler-Lecture
opnet的培训课件,三天的培训内容,包括了概念介绍,建模,调试,以及两个实例。(opnet training courseware, training days, including the introduction, modeling, testing, and two examples.)
- 2011-02-10 22:59:07下载
- 积分:1
-
communicationmatlab
通信系统的matlab仿真程序,给出了大量可用的函数。(communication system simulation program Matlab, given the large number of functions available.)
- 2007-06-15 19:03:18下载
- 积分:1
-
fdtd2D
利用时域有限差分法(FDTD法)对二维时谐电磁场进行模拟(Using finite difference time domain method (FDTD method) on two-dimensional time-harmonic electromagnetic field simulation)
- 2010-07-17 16:13:09下载
- 积分:1
-
Hermite
关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用(matlab)
- 2009-03-30 13:59:22下载
- 积分:1
-
vvk1
matlab file for velocity modulation
- 2011-02-01 23:57:57下载
- 积分:1
-
WMM-TIME
利用小波神经网络来对时间序列进行预测的源程序(Wavelet neural network to predict the time series of source)
- 2011-11-17 21:47:35下载
- 积分:1
-
COMPUTER-NETWORK-SIMULATION-TOOLS
说明: 用计算机网络仿真工具对计算机网络课程进行辅助教学(With computer network simulation tools to assist teaching computer network curriculum)
- 2011-04-18 12:57:06下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
chaos-toolbox
说明: 混沌时间序列 吸引子 分形 程序 工具包
混沌时间序列分析与预测工具箱 Version1.2
chaotic time series analysis and prediction matlab toolbox - version 1.2
(Chaotic attractor of fractal time series Toolkit chaotic time series analysis and prediction toolbox Version1.2 chaotic time series analysis and prediction matlab toolbox- version 1.2)
- 2011-04-13 19:16:20下载
- 积分:1
-
lianxizhengche
整车的simlink模型 方便大家对于整车仿真研究(Simlink vehicle for vehicle simulation model to facilitate research)
- 2013-07-30 11:40:10下载
- 积分:1