-
GreedTsp
用贪心方法计算TSP路径,用的是matlab(TSP path with the greedy method, using matlab)
- 2013-09-13 17:15:37下载
- 积分:1
-
TrackContentProvider
Track Content Provider implements I Structured Content Provider.
- 2014-02-24 10:32:03下载
- 积分:1
-
Singer
singer模型,很好的目标跟踪代码,经测试好用(singer model, good target tracking code has been tested and easy to use)
- 2021-02-20 22:29:42下载
- 积分:1
-
PCA_Codes_Matlab
Principal component analysis sourcecode in matlab.
- 2010-05-09 09:51:05下载
- 积分:1
-
PCA_Matlab_ana
主成分分析是把多个指标化为少数几个终合指标的一种统计分析方法。本源代码为matlab中源代码,并添加了相应的分析注解(Principal Component Analysis is more than a few indicators as a final indicator of a statistical analysis method. Source code for which the source code Matlab, and add the corresponding analysis notes)
- 2006-07-17 19:24:56下载
- 积分:1
-
DB_GP22_cn
TDC-GP22时间数字转换器临时数据手册(TDC-GP22 Time-digital converter temporary data sheet)
- 2013-11-25 18:29:30下载
- 积分:1
-
802.11
matlab下的802.11a建模,主要从最基础的部分进行了仿真,还包括一些基本算法(802.11a modeling matlab , mainly from the most basic part of the simulation, but also including some of the basic algorithm)
- 2012-04-25 19:29:03下载
- 积分:1
-
Beam-Analysis-Matlab-Codes
Beam Analysis Matlab Codes
- 2013-10-29 13:39:55下载
- 积分: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
-
matlab
用于脑电信号分析的matlab算法,对数据进行PCA处理及SVM分类。(The matlab algorithm for EEG signal analysis performs PCA processing and SVM classification on data.)
- 2018-09-23 17:46:50下载
- 积分:1