-
OOC
Object Oriented Programming with ANSI C
- 2010-09-29 23:40:19下载
- 积分:1
-
convolutive
卷积盲源分离,采用matlab编程,带有说明文档。(convolution Blind Source Separation using Matlab programming, with documentation.)
- 2020-06-30 12:00:02下载
- 积分:1
-
PIDZHENGDING
关于PID控制的整定方法,采用遗传算法。(Tuning of PID control method, using genetic algorithms.)
- 2010-05-30 15:24:15下载
- 积分:1
-
TestActiviti
基础的activity引擎测试demo实例(basic activity demo)
- 2014-09-18 11:17:17下载
- 积分:1
-
3D-Snake-motion
三维蛇形机动仿真,用matlab仿真的空中目标三维蛇形机动(Three-dimensional maneuver simulation, simulate three-dimensional maneuver of aerial targets using matlab )
- 2014-10-19 21:53:55下载
- 积分:1
-
fa_ndim
This is firefly algorithm which is implemented in matlab. The algorithm is well-known, and apply in many optimal areas and outperform GA and PSO
- 2013-11-28 11:05:44下载
- 积分:1
-
lqg
该文件是Matlab LQG算法,包括LQR和LQG和Kalman滤波的比较,对无人机电机控制(LQG Control)
- 2011-12-10 19:21:03下载
- 积分:1
-
Modern.Control.Engineering
国外经典控制教材《modern control engineering》的中文译本,这本书是众多中译本中比较好的一本(the chinese version of <modern control engineering>)
- 2012-02-12 15:38:50下载
- 积分:1
-
nmf
This program do the NMF based clustering
- 2010-07-13 12:40:49下载
- 积分:1
-
Calculate-Time-Interval
main executing reference usage: usage_timeDifference.m
Sample output:
The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is
110 years, 79 days, 14 hours, 23 mins, 50.17 secs.
The objective is to compute the time interval taking into account the leap days that are subsumed within the time interval.
Note:
The logic subsumes the time interval by
yearEnd, monthEnd, dayEnd - timeEarlier (within that year)
+ time interval (excluding that 2 years)
+ timeLater - yearEnd, monthEnd, dayEnd (within that year)
It differentiates the earlier time and later time, ie. timeDifference (earlierTime, laterTime) gives the same result as timeDifference (laterTime, earlierTime).
leapDayHasPassed.m illustrates a possible approach to determine if a certain day of concern is already over at a given time.
Caveat: does not include leap secs
- 2011-01-20 07:05:01下载
- 积分:1