-
adaptive_lab_programz
collection of adaptive lab programs
- 2010-03-13 23:30:33下载
- 积分:1
-
image-fusion-pos
image fusion using particle of swarm optimastion
- 2013-09-29 15:46:10下载
- 积分:1
-
FFT
此程序主要是详细给出了在matlab中如何求解信号的fft,包括功率谱,功率谱密度,幅度谱;(This procedure is given in detail how to solve the signal in matlab fft, including power spectrum, power spectral density, amplitude spectrum )
- 2013-12-06 16:59:49下载
- 积分:1
-
chaotic GPS
说明: 关于混沌振子检测弱信号的系统相位变化图,对初学混沌的人很有用。(On the chaotic oscillator detection of weak signal system phase diagram, for beginners of chaos is very useful.)
- 2021-03-24 11:20:47下载
- 积分:1
-
jiaotongdeng
分东西和南北两个路口模拟交通三色信号灯的亮灭控制(East and West and North-South two intersection points simulated three-color traffic signal control of bright eliminate)
- 2009-12-18 11:34:04下载
- 积分:1
-
Hopfield
说明: Hopfield网络仿真实例参考:包含Hopfield网络设计实例及仿真源程序.(Hopfield network simulation reference: examples include the design and simulation of Hopfield network source.)
- 2010-04-14 20:14:41下载
- 积分:1
-
MatlabCCS
利用matlab生成的dsp代码技术 ,是一种新的dsp程序生成方法,初学者可以值得看一下了解一下这方面的方法,为以后写程序增加一种新途径(Generated using matlab dsp code technology is a new dsp program generation method, can be worth a look for beginners to understand what this means for the future to add a new way to write programs)
- 2011-11-13 17:04:01下载
- 积分:1
-
wavelet
decompose the input images into subbands
- 2010-10-20 13:36:34下载
- 积分: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
-
BatchReactor_Data_Generator
化学工业中的CSTR反应釜的matlab代码,每一段都有很详细的程序说明,非常好(Chemical industry in the CSTR reactor matlab code, each section has a very detailed description of the procedures, very good)
- 2011-06-16 16:15:04下载
- 积分:1