-
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
-
wevelet
关于小波分析的书籍《超小波分析》,里面还讲了曲波和脊波!!!(A book about wevelet!!!)
- 2010-03-12 09:40:43下载
- 积分:1
-
radar-sign-matlab-analysis
雷达各种信号处理,包括脉冲压缩,相干积累,非相干积累,雷达方向角等(A variety of radar signal processing, including pulse compression, coherent accumulation and non-coherent accumulation, radar azimuth)
- 2012-04-25 19:07:32下载
- 积分:1
-
ISCEE08_180_1311724_22796
Direct Torque Control, Induction Motor
Vector Control Without an Encoder1
- 2013-09-01 18:51:40下载
- 积分:1
-
gmm.pdf.tar
Gaussian mixture model to subtract background
- 2013-02-12 18:07:53下载
- 积分:1
-
fuzzypid
模糊PID和普通PID的输出对比matlab仿真程序
(PID and fuzzy PID output common contrast matlab simulation program)
- 2014-10-05 15:35:31下载
- 积分:1
-
EKF
扩展卡尔曼滤波程序,用一个简单的示例进行仿真。对理解卡尔曼滤波有很大帮助。(Extended kalman filtering program, with a simple example of simulation. This example is a great of helping to understand the kalman filter.)
- 2013-04-19 16:33:29下载
- 积分:1
-
JLSDJLDS23
【matlab编程代做】基于matlab正弦扫频源码([Do] matlab matlab-based programming on behalf of the swept sine source)
- 2015-01-25 00:11:06下载
- 积分:1
-
FS
说明: Computes fourier series
- 2014-02-05 20:55:05下载
- 积分:1
-
gfd
此程序源码,讲述了递推最小二乘算法的具体实现过程,对于初学者具有重要的参考价值(This program source code, described the concrete realization of recursive least squares algorithm process, are an important reference value for beginners)
- 2009-12-03 10:19:33下载
- 积分:1