-
vq
说明: 语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人(Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need)
- 2007-07-08 12:30:10下载
- 积分: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
-
question3
three dimensional fin equation and area changing
- 2015-03-24 17:48:08下载
- 积分:1
-
kalp-presentation
A Novel Approach to Design and Implement
Dierential Time Lapse Video in Real Time
Application
- 2012-01-26 14:13:21下载
- 积分:1
-
depose
多模板去噪的matlab源代码,对不同模板进行比较(Multi-template denoising matlab source code, a comparison of different templates)
- 2008-01-11 15:30:34下载
- 积分:1
-
digital_filter_design
采用matlab设计数字滤波器的源程序,包含滑动滤波器、切比雪夫低通、带通滤波器等!
(Digital filter design using matlab source, including sliding filters, Chebyshev low pass, band pass filter!)
- 2011-05-06 21:12:38下载
- 积分:1
-
mag_homework
仿真一维均匀平面电磁波在自由空间(理想介质)中的传播(Simulation of a one-dimensional uniform plane wave in free space (ideal medium) the propagation)
- 2013-11-22 21:39:31下载
- 积分:1
-
ANFIS-Fuzzy-Inference-System-Using-Commands-in-M-
Anfis-Fuzzy Logis-Adaptive Neuro-Fuzzy Inference System
- 2012-01-10 18:44:09下载
- 积分:1
-
Fisher字典学习
基于稀疏表示的高光谱图像分类的Fisher字典学习方法matlab代码(Hypersynthetic image classification based on sparse representation in Fisher dictionary learning matlab code.)
- 2018-03-22 18:29:23下载
- 积分:1
-
gmyuce
说明: 灰色预测模型matlab实现此模型可以做一些长期的预测(Gray prediction model matlab can do this model to achieve some long-term forecast)
- 2009-08-18 20:02:07下载
- 积分:1