-
indmachi
for finding Induction machine model...
- 2010-12-16 20:23:22下载
- 积分:1
-
RGA_run_SR-meachinel
The real-coded genetic algorithm to run SR mechenical.
- 2015-02-03 16:29:36下载
- 积分:1
-
DianMaLunTan
PMSM双闭环转矩磁链控制的simulink模型(Simlink Model of PMSM Double Closed Loop Torque Flux Control)
- 2020-06-15 22:30:01下载
- 积分:1
-
MATLAB-main-orders
很多matlab的功能想用但不知道是那个函数怎么用,这资料给你提供了帮助(Many want to use matlab function but do not know how to use that function, which provides information to help you)
- 2011-04-25 15:15:07下载
- 积分:1
-
guoluranshaoPID
锅炉燃烧过程MATLAB仿真程序,很简单很容易(MATLAB simulation program the boiler combustion process is very simple and very easy)
- 2010-05-13 20:05:02下载
- 积分: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
-
GDOP_6_AC
多星座导航系统GDOP递推特性的仿真程序,程序主要是争对在现有系统中增加一颗现有星座的可见星,一颗其他星座的可见星时GDOP的变化情况组合仿真(GDOP recursive multi-constellation navigation system features simulation program, the program is mainly a struggle to increase the existing constellation of stars visible in the current system, a combination of changes in the simulation GDOP when other signs of visible stars)
- 2015-03-13 10:39:44下载
- 积分:1
-
IEEE802.11Tutorial
信道模型讲解程序(Channel model to explain the procedures)
- 2008-03-08 01:10:23下载
- 积分:1
-
gjx
说明: 改进的小波阈值去噪法,但是其中有点不对,不知道会不会对大家有用,想看的下哈(Improved wavelet threshold denoising method, but one a bit wrong, do not know will not be useful to everybody, want to see the next Ha)
- 2011-04-11 10:46:26下载
- 积分:1
-
rot13
rot13 password hashing algorythm for use as you please have fun
- 2012-04-15 23:47:19下载
- 积分:1