-
pattern-identification
image processing and pattern identification
- 2009-05-12 16:08:35下载
- 积分:1
-
DPSD
说明: DPSD算法,用于滤波的,已经用于核磁共振技术很多年了,相当成熟了,希望对大家有用(DPSD algorithm for filtering, nuclear magnetic resonance technique has been used for many years, very mature, we hope to be useful)
- 2011-03-18 21:57:42下载
- 积分:1
-
BP-optimized-by-genetic-algorithm
利用神经网络优化BP神经网络,能有效提高BP神经网络对非线性的拟合精度,效果较好。(Using neural network optimization BP neural network, BP neural network can effectively improve the accuracy of nonlinear fitting better.)
- 2014-11-03 09:27:19下载
- 积分:1
-
optical_function
光的振幅扩散函数、光学传递函数和点扩散函数,在光学仿真和光线传播中必须要用(ASF、OTF and PSF of light, having important using in light transmission)
- 2021-04-26 11:58:45下载
- 积分:1
-
Tugas
image processing for academic
- 2009-12-08 21:11:57下载
- 积分:1
-
3D
说明: 一个小程序,用于模拟电磁波在三维空间传播,在MATLAB平台开发。(A small program used to simulate the spread of electromagnetic waves in three-dimensional space, in the MATLAB platform.)
- 2010-03-24 13:39:09下载
- 积分:1
-
zaixianbianshijikejian
在线系统辨识资料以及辨识课件,讲解详细,有例题!还讲解了模型阶次辨识,有详细例题介绍!(Online system identification and identification of courseware, to explain in detail, with examples!)
- 2013-12-09 10:09:30下载
- 积分:1
-
optimization
耦合矩阵的优化 滤波器方面的应用 无源单通带的滤波器(Optimization filter coupling matrix aspects of the application of passive single pass band filter)
- 2016-12-27 17:32:56下载
- 积分:1
-
pso
基本粒子群优化算法Matlab源程序 主要用于对PSO的基本理解与思考
(Particle swarm optimization algorithm Matlab source)
- 2013-07-14 15:58:47下载
- 积分: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