-
huisepid1
灰色PID的位置跟踪MATLAB源程序代码(PID)
- 2009-12-12 21:29:39下载
- 积分:1
-
RBF
RBF故障诊断,实现针对多种故障的模式识别(RBF fault diagnosis)
- 2012-04-17 14:41:18下载
- 积分:1
-
ksvdbox
K-SVD算法训练字典的源码,可以直接调用,也可以修改迭代次数等参数。(K-SVD algorithm to train the dictionary source, can be called directly, or you can modify parameters such as the number of iterations.)
- 2015-03-25 15:11:19下载
- 积分:1
-
respect
sdp cvx for toa in mimo
- 2018-02-26 23:45:51下载
- 积分:1
-
qingkuang1
模糊PID控制的又一程序,可以调节PID个参数来完成各控制量的控制(Fuzzy PID control of another program, can adjust the PID parameters to control the volume of complete control)
- 2009-04-12 23:56:02下载
- 积分: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
-
50842660C
源码,便于初学。含105个文件,包括求JACOBI矩阵等(Source for learning. Containing 105 documents, including the matrix, such as seeking JACOBI)
- 2009-07-15 07:18:17下载
- 积分:1
-
Digital-Image-Processing-homework
图像采样,图像二值化,计算图像噪声水平,包含Matlab源代码(Sampling the image, binarizing the image, calculate the image noise level,include code)
- 2014-11-04 19:51:20下载
- 积分:1
-
poisson
poisson过程随机数几种模拟程序,包括以增量为基础的,以跳跃点个数为基础的(Simulation of Poisson Process)
- 2014-12-30 21:12:07下载
- 积分:1
-
comunicaciones
digital modulations like BPSK QAM QPSK
- 2010-03-10 00:42:08下载
- 积分:1