-
MatlabToolbox
较详细的介绍了Matlab通用工具箱函数的用法,对掌握matlab工具箱函数的查询与定位有帮助。(More detailed introduction of the Matlab toolbox functions common usage, to grasp the matlab toolbox function of the inquiries related to positioning has helped.)
- 2008-08-01 20:48:03下载
- 积分:1
-
symmeig
Eigenvalues and eigenvectors of a symmetric matrix.
- 2010-03-06 17:31:24下载
- 积分: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
-
chirp-
线性调频信号的脉冲压缩,合成孔径雷达(SAR)的第一个大作业的程序(the compression of chirp signal)
- 2013-12-03 16:03:44下载
- 积分:1
-
KASAMI-matlab-code
KASAMI CODE USED FOR SPREAD SPECTRUM COMMUNICATION DESIGNED USING MAT LAB CODE
- 2013-05-15 21:47:05下载
- 积分:1
-
endpoint-detect
说明: 检测语音信号起始点和终止点,用于音频传输(endpoint detect)
- 2011-03-18 21:50:17下载
- 积分:1
-
tfa
时频分析工具箱是基于matlab的语言设计的一种基于时频分析的信号处理方法.(Time-frequency analysis matlab toolbox is based on the language of design based on time-frequency analysis of signal processing methods.)
- 2008-05-30 22:55:04下载
- 积分:1
-
pwm
PWM project design 12 volt inverter circiut DIAGRAM
- 2013-12-24 19:15:18下载
- 积分:1
-
beiging
包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,FMCW调频连续波雷达的测距测角,是本科毕设的题目。( Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, FMCW frequency modulated continuous wave radar range and angular measurements, The title of the commercial is undergraduate course yo.)
- 2016-05-23 21:00:49下载
- 积分:1
-
csm
非相干子空间算法源程序(CSM)---这是一种宽带聚焦矩阵算法(Sub-space algorithm for non-coherent source (CSM)--- This is a broadband focused matrix algorithm)
- 2021-04-18 22:48:51下载
- 积分:1