-
Tutorial-on-maximum
Tutorial on maximum likelihood estimation
- 2010-02-24 14:42:52下载
- 积分:1
-
matlabText
说明: matab 开发环境下写的一个图像处理程序,此程序基于MATLAB图书馆索引号的自动识别(matab development environment to write an image processing program, this program is based on MATLAB library index number of the Automatic Identification)
- 2011-04-14 16:26:49下载
- 积分:1
-
GA
说明: 针对电路故障的诊断提出了一种基于遗传算法的方法,将遗传算法与MATLAB结合实现了电路故障诊断。(For the proposed circuit fault diagnosis method based on genetic algorithm, genetic algorithm combined with the MATLAB implementation of the circuit fault diagnosis.)
- 2010-05-05 09:51:45下载
- 积分:1
-
math_eng_chap05
Solving Applied Mathematical Problems with MATLAB
Chapitre 5
- 2013-01-30 02:45:58下载
- 积分:1
-
features
it contains source code of how to extract the features
- 2013-03-03 18:32:05下载
- 积分:1
-
chap3
刘金琨老师书上的滑模matlab模型程序,很具有代表性的例子。(Liu Jinkun teacher book sliding mode matlab model program, it is a typical example.)
- 2013-04-16 15:22:04下载
- 积分:1
-
RLS
该程序是基于matlab的LMS自适应滤波器程序(matlab)(LMS program (matlab))
- 2013-12-17 17:34:35下载
- 积分:1
-
juanjima
卷积码编译码,主要是(2,1,3)卷积码的编码和维特比译码!(juanjima code and viterbi decode,(2,1,3)juanjima)
- 2021-04-27 10:08:48下载
- 积分:1
-
matrix
求图象灰度共生矩阵的代码,希望对大家有用(Image Gray Level Co-occurrence matrix for the code, in the hope that useful)
- 2007-11-28 11:00:58下载
- 积分:1
-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1