-
mohuzishiyingzhengding
模糊自适应整定PID控制,利用模糊控制规则在线对PID参数进行修改(fuzzy adaptive tuning PID control, fuzzy control rules online right PID parameter changes)
- 2007-01-23 12:00:42下载
- 积分:1
-
aufgabe1
Beginning Example for matlab simulink
- 2014-09-02 00:38:27下载
- 积分: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
-
tuxiangdesuofang
实用MATLAB对图像进行处理,主要是图像的缩放,滤波 (Practical MATLAB image processing, image zoom, filtering)
- 2012-07-17 20:09:12下载
- 积分:1
-
qpsk
qpsk定时同步算法MATLAB仿真程序(qpsk timing synchronization algorithm MATLAB simulation program)
- 2011-10-27 15:57:42下载
- 积分:1
-
LTE_sim_main
基于matlab的LTE接收系统仿真与实现(LTE Simulation)
- 2020-12-02 11:19:26下载
- 积分:1
-
imagex
一种新颖的区域生长方法,对传统的区域生长方法做了一定的改进,效果还不错。(A novel region growing method, the traditional region growing to do some improvements, the results were good.)
- 2020-12-09 16:49:20下载
- 积分:1
-
mst
MST算法的matlab实现,可应用于无线传感器网络(Matlab implementation of the MST algorithm)
- 2012-04-06 15:30:52下载
- 积分:1
-
MIMO-OFDM(channel_estimation)
MIMO_OFDM的信道估计,方法较多,性能很好,十分完整而强大的程序(MIMO_OFDM channel estimation methods are more good performance, very complete and powerful program)
- 2021-04-15 11:18:54下载
- 积分:1
-
3hurst
Hurst指数是描述非函数长周期的重要指标。它有别于传统单位根检验,可以发现时间序列存在的超长周期性,可以用于判断市场风险,但运算相当繁琐,单独利用Excel计算费时又费力,作者在充分理解Hurst指数内涵和应用的基础上,利用Excel的宏语言VBA编写宏程序轻松实现Hurst指数的计算,通过这一工作也希望能使Hurst指数能够得到广泛的应用。(Hurst index is to describe the function of the long period of non-important indicator. It is different from the traditional unit root tests, time series can be found in the presence of the long periodicity, can be used to determine market risk, but the operation rather cumbersome, separate consuming and laborious calculations in Excel, the authors fully understand the meaning and application of the Hurst exponent based on the use of Excel macros written in VBA macro language easily Hurst index calculation, also hopes to make this work through the Hurst exponent can be widely used.)
- 2013-05-23 18:17:03下载
- 积分:1