-
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
-
matlabjindiansuanfa
matlab超级经典的各类程序 拟合 插值 画图 积分 规划 解方程 数据分析 包括了基本的一些经典算法 (super-classic types of procedures matlab fitting interpolation Paint integral equation solution of data analysis plan included a number of basic classical algorithm)
- 2009-10-20 22:22:41下载
- 积分:1
-
firmatlabfrequce
运用matlab实现数字滤波器,主要是采用的频率采样法(Realize the use of matlab digital filter is mainly used in the frequency sampling method)
- 2008-06-02 08:55:47下载
- 积分:1
-
watermarking
实现在语音的DFT域内嵌入水印信息,使用平衡GOLD序列作为扩频码。(Realization of the embedded watermark information in the voice of the DFT domain,balance GOLD sequence as the spreading code)
- 2012-04-08 13:26:06下载
- 积分:1
-
shipinfenxi
HHT wvd 小波 等时频分析方法有重要价值(HHT wvd wavelet)
- 2011-05-24 14:17:36下载
- 积分:1
-
GA
说明: genetic algorithm with matlab
- 2011-08-29 19:08:47下载
- 积分:1
-
Algebraic-ICA
介绍了一种代数过完备ICA算法,采用这种方法对混合语言信号进行分解。(Algebraic independent component analysis an approach for separation of overcomplete speech mixtures)
- 2013-08-06 19:32:19下载
- 积分:1
-
ejsr_27_1_15
Simulation of Dynamic Voltage Restorer Using Hysteresis Voltage Control
- 2010-03-07 12:23:52下载
- 积分:1
-
rs
说明: 这是一个rs编码程序,希望能帮到大家,可以查漏补缺。(This is a rs coding procedures, I hope to help you, can leak filled.)
- 2014-10-22 10:29:21下载
- 积分:1
-
genLCG
乘同余法产生随机数,模特卡罗方法,matlab(By congruential method for generating random numbers, model Carlo method)
- 2011-10-20 13:06:11下载
- 积分:1