-
(1)Computational-linear-algebra
matlab线性代数,英文版教程,英国帝国理工内部资料。(Computational linear algebra Imperial College)
- 2012-01-19 01:06:30下载
- 积分:1
-
TSP-via-ants-colony
here is m-files for tsp problem .it is well written with good descriptions.and works even for large number of nodes.
- 2014-02-01 16:10:38下载
- 积分:1
-
svm_matlab_gui
支持向量机matlab工具箱(含资料及gui模式)用于分类和回归预测(SVM matlab toolbox (including information and gui mode) for classification and regression)
- 2011-06-04 23:47:15下载
- 积分:1
-
SVM_SteveGunn
matlab支持向量机程序SVM_SteveGu(matlab support vector machine procedures SVM_SteveGu)
- 2007-07-19 08:42:22下载
- 积分:1
-
APF2222
在一个自己设置的已知障碍的环境下,用势场法做路径规划,起点,目标位置都是已知。我用matlab做的(themselves in a set of known obstacles to the environment, with potential field do path planning, the starting point, target locations are known. I used Matlab to do)
- 2007-05-17 21:48:24下载
- 积分:1
-
Research-LTE-A-pre-coding-
本文首先概述了预编码技术的发展历史、基本原理和研究意义。重点介绍了预编码技术在LTE及LTE-A系统中的应用,最后对预编码技术的发展趋势做出预测及综合评论。(This paper outlines the history of pre-coding technology, the basic principles and significance. Focuses on the pre-coding technology in LTE and LTE-A system, and finally to make predictions and comprehensive review on the development trend of the pre-coding technology.)
- 2014-01-07 11:43:35下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
MSK_self
在MATLAB simulink中搭建MSK调制解调模型,码元速率可以调整,可以增加信道模型也观察信噪比与误码率之间的关系,scope观察解调结果。(MSK modem built in MATLAB simulink model, the symbol rate can be adjusted to increase the channel model can also observe the relationship between SNR and BER, scope observation demodulation result.)
- 2020-12-23 17:19:05下载
- 积分:1
-
FFT
对采集的振动位移信号进行FFT频谱分析,并分窗PLOT显示(Vibration displacement signal acquisition FFT spectrum analysis and display of window PLOT)
- 2014-06-28 11:04:21下载
- 积分:1
-
Desktop
几个关于大气对光的影响的米氏散射的仿真程序(Several simulation programs of mie scattering about the influence of atmosphere on light)
- 2018-05-25 13:35:08下载
- 积分:1