-
paper2
2.LFM信号的分数阶傅里叶域自适应滤波算法研究.rar(2.Fourier domain adaptive filtering algorithm Fractional LFM signals.rar)
- 2014-08-27 20:20:04下载
- 积分: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
-
heart_scale
matlab的libsvm,一个很好的应用案例,很适合初学者。(matlab for libsvm, a good application case, it is suitable for beginners.)
- 2014-06-05 23:00:49下载
- 积分:1
-
OSTBC
OSTBC 正交空时分组码多天线系统,QPSK,QAM调制的误码率比较
- 2020-06-29 05:20:02下载
- 积分:1
-
gaboo
用matlab编写的遗传算法程序,用于求解整数的最小值问题,希望对大家有帮助(Prepared by the genetic algorithm with matlab program for solving the minimum integer problems, we hope to help)
- 2011-05-29 09:32:38下载
- 积分:1
-
Email_Free
自动发送邮件,使用该程序可以实现邮件自动发送(Send mail automatically)
- 2020-06-22 19:20:01下载
- 积分:1
-
master-MATLAB
精通MATLAB6.5(张志涌,精简版)一书作为刚接触matlab的实用书籍。(the e-book ,master MATLAB 6.5 author zhangzhiyong,is a useful helper for those who just start to learn MATLAB.)
- 2013-03-21 19:49:05下载
- 积分:1
-
7
说明: MidPoint 中点公式求取导数
ThreePoint 三点法求函数的导数
FivePoint 五点法求函数的导数
DiffBSample 三次样条法求函数的导数
SmartDF 自适应法求函数的导数
CISimpson 辛普森数值微分法法求函数的导数
Richason 理查森外推算法求函数的导数
ThreePoint2 三点法求函数的二阶导数
FourPoint2 四点法求函数的二阶导数
FivePoint2 五点法求函数的二阶导数
Diff2BSample 三次样条法求函数的二阶导数
(Interpolation function)
- 2011-08-15 09:46:55下载
- 积分:1
-
MATLABcountObject
说明: Matlab,图像识别,计算图像中物体的个数。测试图片读入图像程序图像识别计数主程序
(objectrecog)
- 2010-03-16 18:06:53下载
- 积分:1
-
vc
说明: 一个函数int fun(int *s,int t,int *k),用来求除数组的最大元素在数组中的下标并存放在k所指的储存单元中(A function int fun (int* s, int t, int* k), for requirements in addition to an array of the largest element in the array subscript coexist on the storage unit referred k)
- 2012-10-25 18:43:54下载
- 积分:1