-
PSO
粒子群算法的Matlab程序,用于多目标优化极值的计算(Particle swarm optimization Matlab program for calculation of extreme multi-objective optimization)
- 2010-12-23 16:56:16下载
- 积分:1
-
PSCAD
PSCAD学习资料,适合初学者学习应用,希望对大家有所帮住(PSCAD learning materials, suitable for beginners learning applications, we hope to help to live)
- 2011-06-03 18:11:14下载
- 积分:1
-
RANSAC
SANSAC算法实现椭圆拟合,获取三轴磁力计的数据,对其进行椭圆拟合,用于磁力计数据矫正(SANSAC ellipse fitting algorithm to obtain three-axis magnetometer data, its ellipse fitting for magnetometer data correction)
- 2016-10-11 21:31:07下载
- 积分:1
-
WTC6316
触摸芯片WTC6316使用程序,适合开发者使用,也适合学习交流(use of touch key WTC6316)
- 2010-11-27 17:59:49下载
- 积分:1
-
nonlinear
NONLINEAR LOAD DEMONSTRATION FOR LABORATORY TYPE RECTIFIER
- 2014-02-04 19:42:09下载
- 积分:1
-
Guass_Seidel
gauss_seidel解方程组gauss_seidel解方程组gauss_seidel解方程组(gauss_seidel gauss_seidel gauss_seidel gauss_seidel)
- 2010-06-25 19:03:50下载
- 积分:1
-
ldpc_decode
说明: 很不错的LDPC译码的matlab程序,觉得有用大家分享一下(LDPC decoder)
- 2009-07-28 08:56:50下载
- 积分:1
-
New-folder
Matlab code from basic of image processing to fundamental
- 2014-09-04 19:35:29下载
- 积分:1
-
readdzt
读取地质雷达sir格式dzt数据,自动生成grd格式(read sir data)
- 2021-03-02 15:49:34下载
- 积分: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