-
Matlabmannual
用户手册是一本关于MATLAB的参考书,其中有大量的实例和相关应用介绍,值得大家收藏,可以作为学习教材和开发的参考书. English version(User)
- 2007-09-28 20:27:30下载
- 积分:1
-
Toolbox of time-frequency analysis for MATLAB
时频分析工具箱,内容很全面,欢迎大家一起交流学习(The time frequency analysis toolbox, the content is very comprehensive, welcome everybody to exchange study together)
- 2018-02-02 09:43:09下载
- 积分:1
-
回波信号幅度估计(mFFT.m)
回波信号幅度估计(mFFT.m)
- 2021-05-06下载
- 积分:1
-
arma
ARMA的MATLAB代码,包含自动定阶和参数识别等,代入数据可直接用,不坑。(ARMA MATLAB code, including automatic order and parameter identification, etc., can be used directly into the data, not pit.)
- 2017-03-20 11:12:56下载
- 积分:1
-
zishiyingyuzhilvbo
自适应阈值滤波程序,用matlab实现.zishiyinglvzhilvbo(Wiener filtering procedures winer filter to achieve)
- 2009-05-14 17:02:27下载
- 积分:1
-
CM1IterateStabilization
Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。(Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numerical calculation courses and MATLAB programming be helpful.)
- 2007-06-17 02:16:15下载
- 积分:1
-
matlab-code
Photonic crystals are attractive optical materials for controlling and manipulating the flow of light. One dimensional photonic crystals are already in widespread use in the form of thin-film optics with applications ranging from low and high reflection coatings on lenses and mirrors to colour changing paints and inks. Higher dimensional photonic crystals are of great interest for both fundamental and applied research, and the two dimensional ones are beginning to find commercial applications. The first commercial products involving two-dimensionally periodic photonic crystals are already available in the form of photonic-crystal fibers, which use a microscale structure to confine light with radically different characteristics compared to conventional optical fiber for applications in nonlinear devices and guiding exotic wavelengths. The three-dimensional counterparts are still far from commercialization but may offer additional features such as optical nonlinearity require
- 2013-11-19 18:22:05下载
- 积分:1
-
dempster
DS证据融合程序,DS证据理论中的组合规则(DS evidence fusion program, DS evidence theory combination rule)
- 2015-03-14 13:25:30下载
- 积分:1
-
MVDR_beam
波束形成算法中的最小方差无失真响应波束形成器,并在一个图中给出常规波束和MVDR两种波形。
(Beamforming algorithm in the minimum variance distortionless response beamformer and give a diagram of conventional beamforming and MVDR two waveforms.)
- 2009-03-17 09:44:10下载
- 积分: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