-
Geodetic
Geodetic tools to be used in navigation analysis
- 2009-03-26 11:10:30下载
- 积分:1
-
walker
一个有趣的人走动程序,很有趣的。。。。。。(One interesting people walking program, very interesting. . . . . .)
- 2010-12-26 18:37:30下载
- 积分:1
-
Entropy_web_code
盲源分离;非参数核熵估计;两种计算核的算法,速度更快(Blind Source Separation;non-parametric kernel entropy estimation;two different accelerated kernel algorithms;more volecity)
- 2012-04-05 13:06:47下载
- 积分: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
-
qoupeng_V0.8
采用的是脉冲对消法,计算多重分形非趋势波动分析,利用matlab GUI实现的串口编程例子。( It uses a pulse of consumer law, Calculate the multifractal trend fluctuation analysis, Use serial programming examples matlab GUI implementation.)
- 2017-01-12 17:28:11下载
- 积分:1
-
CS_OMP
压缩感知中一种非常典型的OMP重构的程序,对压缩感知初学者的理解非常有帮助(Compressed sensing a very typical OMP in the reconstruction process, the understanding of compressed sensing is very helpful for beginners)
- 2011-04-27 09:48:03下载
- 积分:1
-
CDF
Cummulative distribution function codes for communication engineering students to understand the concept of statistical analysis.
- 2014-08-18 19:50:27下载
- 积分:1
-
algorithm-design
数学建模中有关搜索与优化的可能用到的一些例子(Search and optimization mathematical modeling may be used in some examples)
- 2013-03-21 18:03:59下载
- 积分:1
-
mono
一个计算单极子天线表面电流的小程序,需要调试!(a calculated monopole antenna surface currents in small procedures, require debugging!)
- 2007-04-20 21:07:01下载
- 积分:1
-
IIR
利用MATLAB提取相关系数,按照matlab的滤波思路进行编写的IIR滤波程序,已经证明好用!(MATLAB is utilized to extract the correlation coefficient, according to the writing of IIR filter MATLAB filtering ideas for program, it has been proved useful!)
- 2014-01-04 14:50:14下载
- 积分:1