-
matlab_AHP
说明: 如题,层次分析法的matlab程序
方便实用,尤其是针对不太熟悉matlab程序设计的人(err)
- 2006-04-11 10:39:23下载
- 积分:1
-
Brown motion
多个布朗运动的MATLAB程序例,可以作为参考(The MATLAB program for multiple Brown movements can be used as a reference)
- 2018-03-08 22:07:53下载
- 积分:1
-
AS
说明: solve a joint antenna selection and analog beamformer problem(jointly design the antenna selection and analog beamformer with low-resolution phase shifters in mmwave MIMO systems)
- 2018-11-11 09:19:19下载
- 积分:1
-
fdmex
new face detection that can detect face in image
- 2010-06-15 21:06:11下载
- 积分:1
-
program
内部资料,很经典的MIMO和OFDM的课本程序,以供大家参考(it is important MIMO-OFDM program)
- 2009-07-16 20:56:48下载
- 积分:1
-
chapter1
《小波分析理论与MATALB R2007 实现》里部分章节的matlab源程序,很有用(wavelet analysis using matlab.)
- 2012-10-08 22:38:16下载
- 积分:1
-
net
微分方程网格生成 计算传热学 离散方法
自适应网格(The differential equation of grid generation)
- 2014-01-02 13:57:10下载
- 积分:1
-
path-planning
基于改进的人工势场法的机器人路径规划,加入bug算法避免机器人陷入局部最小(Robot path planning based on improved artificial potential field method, adding the robot bug algorithm avoids local minima)
- 2014-05-05 09:10:54下载
- 积分:1
-
audio_conceal
音频误码掩盖的matlab程序,适合做音频的朋友学习.(Audio error concealment of the matlab program, suitable for friends to learn the audio.)
- 2010-07-12 19:13:45下载
- 积分: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