-
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
-
Perfect-PCA
principle component analysis is powerfull matlab source for face recognition.
- 2013-03-07 09:34:26下载
- 积分:1
-
zf
说明: MIMO通信系统中两点结构模型下采用ZF准则预编码检测误码率性能的仿真(MIMO communication systems in the two structural model under the rule of using ZF precoding detection bit error rate performance of the simulation
)
- 2013-03-27 21:46:07下载
- 积分:1
-
PSOt
很多经典的粒子群算法的matlab程序,智能计算方面的(Many classical PSO algorithm matlab procedures, intelligent computing)
- 2013-11-24 23:03:26下载
- 积分:1
-
New--GP-programming
一种新的改进的遗传编程,调用的子函数描述的很清晰,涵盖了经典遗传编程的所有步骤,方便大家的学习和参考(A new and improved genetic programming, call the subroutine described in very clear and covers all the steps of classical genetic programming, we facilitate learning and reference)
- 2011-05-08 18:08:25下载
- 积分:1
-
GTSRB_Matlab_code
在matlab上HOG分类后,与SVM一起分类,测试,判别(classfy the testing and finally train the trafficsigns)
- 2015-03-11 21:03:57下载
- 积分:1
-
particle filter prediction
利用粒子滤波算法实现预测,算法可直接运行(particle filter prediction)
- 2018-01-10 23:09:30下载
- 积分:1
-
Chorus
说明: chorus音频效果仿真处理,可从麦克风录入(chorus audio simulation, from the microphone input)
- 2006-03-12 22:16:16下载
- 积分:1
-
2016.11.07HGWO(DE-GWO)
灰狼算法用于多目标寻优问题,以阴影遮挡下的光伏电池最大功率点寻优为例编程。(Grey Wolf algorithm is used for multi-objective optimization problem, and the maximum power point optimization of photovoltaic cells under shading is taken as an example.)
- 2020-10-04 17:07:39下载
- 积分:1
-
waveletimtransformandimagecompression
用Matlab实现图像的整数小波变换和逆变换,对行和列各做一次,采用最简单的S小波,它是Haar变换的整数形式。此程序代码为逆程序代码(Using Matlab for image wavelet transform and inverse integer transform, the rows and columns to do once the most simple and S-wavelet, which is the integer Haar transform. This program code against the code)
- 2010-07-13 11:09:35下载
- 积分:1