-
danlun12
汽车防抱死系统ABS,可以有效地防止车轮被抱死,减小制动距离(Automotive anti-lock system ABS)
- 2012-05-15 20:50:41下载
- 积分:1
-
single_inverter
单相逆变器的双环系统matlab仿真(阻性,感性性,容性负载)(Single-phase inverter bicyclic system matlab simulation (resistive, inductive, capacitive load))
- 2020-09-13 08:37:58下载
- 积分:1
-
Extract-the-pitch-period
提取语音信号的基音周期的matlab程序(Extract the pitch period of the voice signal matlab program)
- 2013-03-10 21:51:19下载
- 积分:1
-
hangx
混沌相位图模型,利用matlab实现混沌相位,(The chaotic phase diagram model, using matlab to achieve chaotic phase,)
- 2013-05-11 21:17:04下载
- 积分:1
-
ImageFusionBasedonWaveletTransform
利用小波变化,实现两幅前后景清晰度不同的图像的融合,获得一副清晰图像(Using wavelet transform, to achieve two different images before and after the King definition of integration, access to a clear picture)
- 2010-07-22 11:48:16下载
- 积分:1
-
TR_mods_ss
仿真FSK,ASK,PSK的simulink原代码(simulink)
- 2009-04-15 11:27:20下载
- 积分:1
-
Raim
卫星完好性监测的程序,工程中经常那个用,这是我在学习中自己编的,希望对大家有用(satellite navigation system )
- 2021-04-15 15:58:55下载
- 积分:1
-
044
说明: : 分析当前国土资源信息系统的现实需要和发展趋势, 说明了建立新型国土资源信息系统的必要性; 重点研究了当
前国土资源信息系统建设的关键技术。这些关键技术对提高国土资源管理的效率以及现代化水平起到了巨大作用, 取得
了良好的经济效益和社会效益。(: Analysis of the current reality of land resources information system needs and trends, describes the establishment of a new need for land resource information system focuses on the current land resources information system key technology. These key technologies to improve the efficiency of land resource management, and played a huge role in the level of modernization achieved good economic and social benefits.)
- 2010-04-02 00:41:17下载
- 积分:1
-
image_compression
Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called prefix-free codes , that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol). Huffman coding is such a widespread method for creating prefix codes that the term Huffman code is widely used as a synonym for prefix code even when such a code is not produced by Huffman s algorithm.
- 2015-03-31 04:25:52下载
- 积分: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