-
bin
MATLAB低通滤波,高斯滤波程序,共5个,对应分析的例子(MATLAB low-pass filter, Gaussian filter process)
- 2013-10-22 11:52:40下载
- 积分:1
-
ask
通信原理中,数字调制系统的2ask调制。(Communication theory, digital modulation system 2ask modulation.)
- 2010-06-04 01:51:29下载
- 积分:1
-
EA-SRC
利用超限学习机(ELM)和稀疏表示(SRC)进行图像分类。Matlab完整源码。(Extreme learning machine and adaptive sparse representation for image classification)
- 2020-07-03 07:40:02下载
- 积分:1
-
read
说明: 好的读图程序,使matlab可以迅速读出img等格式的图像,方便图像在envi与matlab之间转换(Good in image process, so you can quickly read matlab img image formats for easy image conversion between the envi and matlab)
- 2010-04-23 16:23:44下载
- 积分:1
-
contoh
this is exemple simple modulation psk and bpsk
- 2015-04-19 09:23:35下载
- 积分:1
-
OCR
The sourcecode is about optical character recognision using matlab.
- 2011-05-02 11:42:29下载
- 积分:1
-
matlab
MATLAB 图像分析处理系统 毕业设计内容(MATLAB image analysis and processing system graduated the design)
- 2014-10-31 13:28:57下载
- 积分:1
-
rand
根据均匀分布陈胜的特点,产生了0-1均匀分布的随机序列(Produced a 0-1 uniformly distributed random sequence)
- 2013-11-19 09:10:58下载
- 积分:1
-
FFTDlg
FFT傅里叶快速变换,把变换的结果放到文件中,并用matlab绘制图形。( FFT the Fourier fast transformation, puts the transformation result to the document, and draws up the graph with matlab. )
- 2010-06-28 18:35:59下载
- 积分: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