-
askd
该程序是在通信中实现调制的,这里是实现幅度调制的(The program is implemented in the communications modulation, here is the realization of amplitude modulation of the)
- 2009-12-01 15:54:24下载
- 积分:1
-
xiao_qiu
理论力学-小球与弹簧块matlab模拟(xqythk.m xqythkfun.m ) (Theoretical Mechanics- small ball and spring block matlab simulation (xqythk.m xqythkfun.m))
- 2009-12-27 08:59:02下载
- 积分:1
-
复杂网络三大基本模型
复杂网络三大基本模型,包含matlab源码(Three basic models of complex networks, including Matlab source code)
- 2019-04-26 21:58:54下载
- 积分:1
-
ciminelli-TDBC-modelling
This result model of ring resonator fiber optics, which has develop from ebook compendium ring resonator an author Rabus (2007) from spingerlink
- 2012-03-28 01:08:02下载
- 积分:1
-
Matlab_Colour_Transfer_using_IDT_Pitie07
进行图像颜色的传输,使源图像变为目标图像颜色(Color image transmission, so that the source image to target image color)
- 2009-02-23 18:56:33下载
- 积分:1
-
PIDControl
pid控制模型的matlab源程序,极佳的学习资料,适合学习(the material for the pid control study)
- 2013-07-24 21:40:09下载
- 积分:1
-
iris
Iris Segmentation Code Matlab
- 2015-03-04 06:27:39下载
- 积分:1
-
dump
mathmatical average model of pwm rectifier with dq controllerpwm rectifier which work in open loop for traction systems.matlab simulink modal is aasigned with it.
- 2010-11-16 09:11:35下载
- 积分:1
-
invariantMoment
invariant moment feature selection of an image, matlab code
- 2011-10-22 16:44:56下载
- 积分:1
-
DateConvert
DateConvert:简单而快速的日期转换
DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。
Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快:
DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒
DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒
=>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7)
DateConvert不*不*验证作为Matlab的日期函数输入日期:
DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7]
DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]!
因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。
请运行单元测试TestDateVec检查的有效性和速度。
测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。
纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。
英语月份名称是必要的。(DateConvert: Simple but fast date conversion
DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards.
Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster:
DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec
DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec
=> 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7)
DateConvert does*not* validate the input date as Matlab s date functions:
DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7],
DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] !
So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec.
Please run the unit-test TestDateVec to check validity and speed.
Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit.
Pure Matlab code, so compat)
- 2010-07-05 11:59:46下载
- 积分:1