-
speechcode1
speech recognition code for matlab
- 2010-06-05 05:03:03下载
- 积分:1
-
refbook
Matlab function reference Book Matlab function reference BookMatlab function reference BookMatlab function reference BookMatlab function reference BookMatlab function reference Book
- 2009-10-25 03:03:05下载
- 积分:1
-
RSG_RSG_PARALLEL
微电网的小干扰稳定性分析程序,尅实现并联运行的分析(Small signal stability analysis can work in parallel types just download it you can get a lot to learn!)
- 2012-06-18 14:50:18下载
- 积分:1
-
Distribution-power-flow-calculation
潮流计算程序,通过IEEE30节点验证,程序可以正确运行。(Distribution power flow calculation. IEEE30 node validation)
- 2014-12-12 10:30:33下载
- 积分:1
-
K-Means
较简单的KMeans聚类算法实现,编程语言matlab(Clustering KMeans relatively simple algorithm, programming language matlab)
- 2009-01-14 16:50:05下载
- 积分:1
-
forloops
学习Matlab循环语句的好例子,适合初学者(err)
- 2008-06-17 22:21:37下载
- 积分:1
-
TFDToolbox
时频分析工具,经典工具箱,包括短时傅里叶变换等实用函数 (Time-frequency analysis tools, classic toolbox, including the short time Fourier transform and other utility functions)
- 2010-05-19 18:14:42下载
- 积分:1
-
monituihuo
在matlab开发环境下实现了模拟退火的智能算法程序(In the matlab development environment can only achieve a simulated annealing algorithm)
- 2011-08-07 11:27:40下载
- 积分:1
-
MATLAB_commom-mistake(GUI)
是一篇pdf文档 。主要讲了,matlab中的GUI模块,得一些常见错误和解决办法。(Is a PDF document. Mainly about, the GUI module in MATLAB, some common errors and solutions.
)
- 2013-09-24 10:10:23下载
- 积分: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