-
date-calculate
计算这一年已经逝去的天数(包括当天)。在平年中,它的取值范围为1到365,在闰年中,它的取值范围1到366。编写一个MATLAB程序,输入年,月,日,输出为对应的该天是当年的第几天。
闰年是这样规定的
1).能被400整除的年为闰年
2)能被100整除但不能被400整除的年不为闰年
3).能被4整除但不能被100整除年为闰年
4).其余的年份不为闰年
(This year has calculated the number of days elapsed (including that day). In non-leap year, it ranges from 1 to 365 in a leap year, it s the range of 1 to 366. Write a MATLAB program, enter the year, month, day, corresponding to the output of the first year of the day is a few days.
This leap is required
1) is divisible by 400 is a leap year
2) can be divisible by 100 but not divisible by 400 years is not a leap year
3) be divisible by 4 but not divisible by 100 is a leap year
4) the rest of the year is not leap year)
- 2011-12-13 23:35:17下载
- 积分:1
-
ecg
this is the code for detection of heart rate
- 2015-02-27 01:19:04下载
- 积分:1
-
25222-560
TD-SCDMA的物理层规范,具体介绍了信道复用和信道编码,对信道编码流程描述很清楚(TD-SCDMA standard in the physical layer, the specific details of the channel multiplexing and channel coding. right channel coding process description is very clear)
- 2006-12-05 12:04:02下载
- 积分:1
-
Statistical-Signal-Processing
STATISTICAL SIGNAL PROCESSING Homework and their Solutions too.
- 2014-01-22 13:32:20下载
- 积分:1
-
matlab
《MATLAB实用指南》系列丛书源代码。(MATLAB)
- 2009-04-14 00:38:05下载
- 积分:1
-
ARFilter
说明: AR滤波器的标准程序,非常好用,可以试验下(AR filter is standard procedure, very easy to use, you can test under)
- 2021-04-15 21:38:54下载
- 积分:1
-
plot_hht
hht希尔伯特黄变化的matlab实现不错试过了(hht Hilbert Huang changing tried matlab realize good)
- 2013-07-22 21:11:51下载
- 积分:1
-
threshold_compression
分层阈值化压缩方法同全局阈值化方法相比,在能量损失不是很大的情况下可以获得最高的压缩化。(Layered compression threshold method with the global threshold than in the case of energy loss is not large may be of the highest compression.)
- 2011-05-27 22:05:21下载
- 积分:1
-
SINGLECARRIER
iterative frequency domain pocket combining techniq fr UWb
- 2013-12-28 15:52:53下载
- 积分:1
-
FordFulkerson
自己写的求解网络最大流问题的Ford-Fulkerson迭代算法MATLAB实现代码(MATLAB code of Ford-Fulkerson algorithm for solving max flow problem in network)
- 2014-08-26 10:47:13下载
- 积分:1