-
ex9_13
用FFT和FIR方法实现MTD处理()
- 2008-05-04 14:56:16下载
- 积分:1
-
modulation
This file contain several functions for digital modulation simulation.
- 2010-01-08 19:22:42下载
- 积分:1
-
4jiejunheng
说明: 修改控制策略扭矩分配模块,离合器改为转速控制(Modify the control strategy torque allocation module and change the clutch to speed control)
- 2019-01-21 18:59:49下载
- 积分:1
-
three_motor
很好的三相电机模型 对初学者认识电机很有帮助(three_motor)
- 2010-11-23 10:17:14下载
- 积分:1
-
Localization
机器人足球赛,人形机器人在足球场的定位问题。采用粒子滤波方法,此为模拟的文件。(Robot soccer, humanoid robot localization problem in football. Using particle filter, this is the simulation of the file.)
- 2010-12-09 16:45:46下载
- 积分:1
-
FFT
用matlab编写的比较全面的关于非线性光纤中孤子演化的程序(Matlab prepared with a more comprehensive on the nonlinear optical soliton evolution in the process)
- 2008-06-24 13:55:34下载
- 积分:1
-
MATLAB6.500image00handling00asistance
本书基于MATLAB的图像处理工具箱,全面系统介绍了图象处理工具箱在图形绘制,图像几何变换,图像增强,小波分析和分形几何用于图像处理,以及图形用户界面设计等在工程中的实际应用.(book based on MATLAB Image Processing Toolbox. a comprehensive system of image processing toolbox in graphics rendering, image geometry transform, image enhancement, Wavelet analysis and fractal geometry for image processing, and graphical user interface design project in the practical application.)
- 2007-04-09 15:32:36下载
- 积分: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
-
lengpan
详细画出了时域和频域的相关图,包括面积、周长、矩形度、伸长度,采用的是脉冲对消法。( Correlation diagram shown in detail the time domain and frequency domain, Including the area, perimeter, rectangular, elongation, It uses a pulse of consumer law.)
- 2016-07-30 23:04:57下载
- 积分:1
-
边缘检测特征提取
说明: 边缘检测是图形图像处理、计算机视觉和机器视觉中的一个基本工具,通常用于特征提取和特征检测,旨在检测一张数字图像中有明显变化的边缘或者不连续的区域,在一维空间中,类似的操作被称作步长检测(step detection)。(Edge detection is a basic tool in graphics and image processing, computer vision and machine vision. It is usually used for feature extraction and feature detection. It aims to detect the edge or discontinuous area with obvious changes in a digital image. In one-dimensional space, similar operations are called step detection)
- 2020-04-08 14:50:25下载
- 积分:1