-
delphi
DELPHI环境下MATLAB和数据库之间的数据通讯(DELPHI environment MATLAB and data communication between the database)
- 2011-02-06 21:51:37下载
- 积分:1
-
Spectr
说明: 简单的FFT分析处理,可以进行简单的分析处理(A simple FFT analysis and processing)
- 2009-08-29 18:11:35下载
- 积分:1
-
FFT1
验证傅氏变换的线性、旋转不变性、平移不变性和相似性(failed to translate)
- 2013-05-06 19:51:44下载
- 积分:1
-
rcwa
基于严格波耦合分析的matlab软件,可分析体相位光栅的衍射效率(The diffraction efficiency of volume phase grating can be analyzed based on the MATLAB software.)
- 2021-03-30 21:09:09下载
- 积分:1
-
hw5
使用Matlab去LOCATE语音信号,尤其是UNVOICED的语音信号(how to locate the beginning and end of the speech, especially when the signal start from the unvoiced character)
- 2010-12-05 03:41:41下载
- 积分:1
-
MATLABCMathLibrary
有关matlab基础知识的学习,请大家来学习(Matlab basic knowledge about the study, please come to learn)
- 2009-09-17 09:30:53下载
- 积分:1
-
toyFDTD1
Example of the FDTD method with graphical output.(Example of the FDTD method with graphical o utput.)
- 2006-06-20 03:38:11下载
- 积分:1
-
TracebyKalmanFilter
利用Kalman Filter进行机动目标跟踪的例子,附有详细的说明文档(use for tracking moving targets example, with detailed documentation)
- 2006-07-09 09:50:09下载
- 积分:1
-
readGroundTruth_main
It is a C code , also can be used in Matlab. It will help you in detection of people going through a infra red image.
- 2011-06-29 18:08:47下载
- 积分: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