-
findT
找出一个一维数组的周期
例如: 1 2 3 1 2 3 的周期为3
1 2 3 1 2 的周期也为3(Find a cycle such as one-dimensional array: 1 2 3 1 2 3 cycles to 3
1 2 3 1 2 cycles for 3)
- 2010-10-04 02:00:50下载
- 积分:1
-
MATLAB--liuweiguo
《MATLAB程序设计教程》刘卫国第一版 源代码
水利水电出版社(" MATLAB Programming Guide" Liu Weiguo first edition of the source code Waterpower Press)
- 2013-11-04 20:07:16下载
- 积分:1
-
QrsDetector
it is code of finding QRS of a ECG waveforms.
- 2015-01-16 14:49:38下载
- 积分:1
-
MUSIC_SD
8阵元均匀圆阵MUSIC算法。里面含有三个入射信号。(8 element uniform circular array MUSIC algorithm. It contains three incident signal.)
- 2013-02-28 14:42:09下载
- 积分:1
-
Problem1
2013年“高社杯”数学建模b题,对于纵向切割的图片复原。
使用方法:打开matlab,调整工作目录为解压后的文件夹,在matlab工作框中输入Problem1即可(2013 " High Society Cup" Mathematical modeling b title picture for longitudinal cutting recovery. How to use: open matlab, adjust working directory is unpacked folder work in matlab can enter Problem1)
- 2013-09-27 19:20:17下载
- 积分:1
-
Digital-Image-Processing
数字图像处理matlab版冈萨雷斯经典中的经典,不用多介绍了吧。(Digital Image Processing)
- 2014-12-29 21:15:14下载
- 积分:1
-
ex9_14
ex9_14 雷达的恒虚警处理(CFAR)。在雷达的数据中有很多的杂波,会造成虚警。所以我们必须进行处理,这里我们采用了慢门处理和快门处理,并且对处理后的结果进行比较(ex9_14 radar CFAR processing (CFAR). The radar data have a lot of clutter, this will result in false alarms. Therefore, we must deal with, here we have adopted a slow shutter door handle and deal with, and after the results were compared)
- 2009-07-16 18:10:18下载
- 积分:1
-
22222222
说明: 精通Matlab综合辅导与指南 用于数学建模的教科书(proficient Matlab comprehensive counseling and guidance for the mathematical modeling of textbooks)
- 2006-04-14 23:19:51下载
- 积分:1
-
SVM_lzb1p0
模式识别重要分类器SVM工具箱,采用matlab实现(Important pattern recognition classifier SVM toolbox, adopting the matlab)
- 2015-01-23 15:36:59下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1