-
JND_dct
image quality assessment
with jnd_dct(image quality assessment)
- 2011-03-07 15:35:12下载
- 积分:1
-
simulation_PD1
本程序是一般PD雷达的套完整的仿真程序,包括脉压,MTD,CFAR等过程。(This procedure is generally complete set of PD radar simulation program, including pulse pressure, MTD, CFAR and other processes.)
- 2011-06-12 11:12:07下载
- 积分:1
-
interpolation
提供mathlab进行插值,数据回归分析等方法(gg)
- 2010-07-21 12:44:04下载
- 积分:1
-
ABCalgorithm
说明: 用于但目标的蚁群算法程序,matlab语言环境。(However, the aim of the ant colony algorithm for the program, matlab language environments.)
- 2010-03-26 10:26:39下载
- 积分:1
-
最大相位系统和最小相位系统的模拟
说明: 这个程序模拟了最大相位系统和最小相位系统,并分析其频谱(the simulation phase of the largest systems and minimum phase systems, and analyzing its spectrum)
- 2021-01-12 11:08:50下载
- 积分:1
-
matlab-gui1111111
说明: matlab-gui 自动控制原理-采样控制系统(Matlab-gui Automatic Control Theory- sampling control system)
- 2006-04-25 09:00:24下载
- 积分:1
-
15x7hexfile.hex
hex file for embeded system .
- 2014-02-08 00:01:34下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Agapoive
自适应系数的过渡过程比较与分析 基于LMS和RLS算法比较(Adaptive coefficient of the transition process of comparison and analysis based on LMS and RLS algorithm is compared)
- 2017-05-14 00:04:30下载
- 积分:1
-
MATLAB-GUI-design-2
MATLAB GUI设计学习手记第二版,罗华飞编著,完整版。(MATLAB GUI design learning notes writed by Luo Huafei second edition, full version.)
- 2016-08-04 19:08:45下载
- 积分:1