-
MATLAB_User_Guide
这是Matlab的中文实用手册,内容很齐全,对学习和开发Matlab有很重要的帮助,找了老半天才找到这样齐全的文档,又需要的可以下载。(This is a practical handbook of Chinese Matlab, which is very important of learning and the development of Matlab,this is not easily fined, also in need can be downloaded)
- 2009-04-14 22:45:33下载
- 积分:1
-
PDFParse
PdfParse 用于从PDF文件中抽取文本数据的示例,支持unicode字符集编码、8进制和16进制编码。(PdfParse used to extract text from a PDF file example of data, unicode character set encoding, octal and hexadecimal encoding.)
- 2013-11-14 13:02:50下载
- 积分:1
-
ranges
关于超宽带定位与测距的源代码,比较有参考价值(UWB location and distance on the source code, compared with reference value)
- 2010-10-15 15:09:05下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
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
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1
-
Kernel-Recursive-Least-Squares
递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!(dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone.
dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone.
krls_init.m- Kernel recursive least squares initializer.
krls.m- Main KRLS function. Repeatedly called with new data points.
krls_query.m- Query the resulting estimator.
krls_example.m- An example script showing the different parts. )
- 2012-12-29 22:57:52下载
- 积分:1
-
c7
说明: 利用该程序可实现插值运算,达到差值滤波,CI插值滤波器的实现(cascador integrator comb fliter s design)
- 2012-03-31 17:32:29下载
- 积分:1
-
MatlabKalmanFilter
对卡尔曼滤波的matalb仿真进行详细描述,。(Simulation of the Kalman filter matalb detailed description.)
- 2010-05-26 08:55:12下载
- 积分:1
-
modify-demod
视频数据的模式识别,在数字电视模式识别中有用的源代码(The video data of the pattern recognition, the source code useful in digital television pattern recognition)
- 2013-03-15 20:39:06下载
- 积分:1
-
SCP
the algorithm is about edge detector that is used to detect edges in an image. Prewitt , SobeL and Robertsfilters are used
- 2014-02-17 21:09:41下载
- 积分:1
-
fuzzy-pi
说明: 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。(Charged with one object, to set at a given step, the amplitude for the 500, the design of a two-dimensional fuzzy PI-type controller, input linguistic variables and output linguistic variables are taken seven values (NB, NM, NS, ZE, PS , PM, PB), fuzzy domain for (-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6), Simulation programming with matlab .)
- 2008-08-26 16:37:45下载
- 积分:1