-
cordic
算超越函数的cordic算法的matlab程序,仿真通过!(Count beyond the function of the CORDIC algorithm matlab procedures, simulation through!)
- 2007-11-01 21:54:32下载
- 积分:1
-
closeloop1
闭环充电机仿真图,看了这图你就会做充电机了。(Closed-loop simulation charts charger, read this plan you will do a charger.)
- 2011-01-10 16:05:36下载
- 积分:1
-
surf2dxf
The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.
- 2010-02-26 13:18:51下载
- 积分:1
-
chap7
matlab图像处理实例详解chap7——图像分割技术(matlab image processing examples explain chap7- Image Segmentation)
- 2013-12-16 15:48:39下载
- 积分:1
-
EM
说明: EM算法作为机器学习的经典算法,本算法为EM源程序,陪带实验(EM algorithm as the classic machine learning algorithms, the source of the EM algorithm, to accompany with the experimental)
- 2011-03-03 14:24:38下载
- 积分: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
-
KS-2
KStest,检验变量服从什么分布,使用KSTEST函数(KStest, testing variables obey what distribution KSTEST function)
- 2021-04-09 19:18:59下载
- 积分:1
-
lpm
说明: 线性调频信号的雷达仿真三个目标距离测试Range Testing of Three Targets in Radar Simulation of LFM Signal(Range Testing of Three Targets in Radar Simulation of LFM Signal)
- 2019-10-10 11:02:16下载
- 积分:1
-
surfcode
to compute sppede up robust in matlab
- 2010-12-30 04:54:17下载
- 积分:1
-
matlab-calculation
本资源中包含了在matlab环境中常用的基本算法程序,其中也有大量的例子进行说明。(This resource contains the environment in matlab basic algorithm commonly used procedures, which also has a large number of examples will be described.)
- 2013-11-18 21:59:29下载
- 积分:1