-
CP0801
超宽带脉冲幅度调制路径损耗的计算,与其他的几个共用(Ultra-wideband pulse amplitude modulation path loss calculations, and some other common)
- 2009-03-26 20:23:43下载
- 积分: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
-
canny
canny算子,matlab环境,分模块编程,解释详尽(canny operator matlab environment, sub-module programming, explain the detailed)
- 2013-04-11 13:20:24下载
- 积分:1
-
plot_magnet_line
利用Matlab程序,绘制磁力线,采用三维作图,做出了长方体状磁体的磁力线分布(Matlab program used to draw the magnetic field lines, using three-dimensional mapping, rectangular-shaped magnets made of the distribution of magnetic field lines)
- 2020-10-06 23:47:37下载
- 积分:1
-
GPUBenchxx
GPUBench Matlab Code
- 2013-01-05 04:11:23下载
- 积分:1
-
curvature
计算曲率的matlab代码,有需要的可以作为参考(Calculate the curvature of the Matlab code, there is a need can be used as a reference
)
- 2012-02-28 14:33:30下载
- 积分:1
-
EKF
扩展卡尔曼滤波算法是滤波领域较为重要的方法之一。本滤波算法是典型的卡尔曼滤波应用问题。(kalman filter is a verry important filter.EKF is a better filter.)
- 2009-03-17 16:54:37下载
- 积分:1
-
常用的小波源程序
说明: 本目录存放的小波编码实现的源程序:
打开ezw2.dsw工作区,编译后可在\ezw2\ezw\debug中找到编码可执行程序;
在\ezw2\unezw\debug中找到解码可执行程序。(Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \ ezw2 \ ezw \ debug find executable code; In \ ezw2 \ unezw \ debug find decoder executable.)
- 2005-11-12 01:28:31下载
- 积分:1
-
功率谱和相关函数
说明: 信号x(n)=sin(2*pi*0.05*n)+2*cos(2*pi*0.12*n)+w(n),求N=365的相关函数和功率谱(Signal x (n) = sin (2 * pi * 0.05 * n) + 2 * cos (2 * pi * 0.12 * n) + W (n), the correlation function and power spectrum of n = 365 are obtained)
- 2020-11-29 14:09:29下载
- 积分:1
-
EnvelopeAnalysis
说明: 信号处理,故障诊断,能量法,自功率谱,互功率谱,时域、频域求解(Signal processing, fault diagnosis, energy method, since the power spectrum, cross power spectrum, time domain, frequency domain to solve)
- 2020-11-23 08:49:33下载
- 积分:1