-
BPinMATLAB
bp神经网络的应用,这个程序简单实用,大家可以通过调试参数体会一下(bp neural network applications, this procedure is simple and practical, we can taste through the debug parameters)
- 2010-10-02 15:06:21下载
- 积分:1
-
GA-matlab
说明: MATlab和GA的潜用,将GA的算法程序写到MATLAB里面,用于求解优化问题(MATlab and GA' s potential use, the GA algorithm program written MATLAB inside, for solving optimization problems)
- 2009-08-27 11:44:51下载
- 积分:1
-
svmctest
对视频字幕定位的程序,可以完成并且用白框框出字幕文本。(Subtitle positioning of video programs can be completed and a caption box with white text.)
- 2011-05-29 12:26:40下载
- 积分:1
-
dtmf2_d
dtmf with scope simulation
- 2012-05-17 16:29:59下载
- 积分:1
-
Data-Analysis
matlab的数据分析的能力非常强,利用matlab软件进行数据分析,在数学建模中有非常重要的应用(matlab data analysis, data analysis using matlab software has very important applications in the mathematical modeling)
- 2013-02-01 14:49:40下载
- 积分:1
-
pfa
code for matlab PFA......use it and find the probabiliy
- 2012-09-18 15:20:07下载
- 积分:1
-
bayesgauss
图像处理MATLAB源代码,这个是贝叶斯估计-bayes guess(Image Processing MATLAB source code, this is the Bayesian estimation-bayes guess)
- 2013-11-13 14:47:46下载
- 积分:1
-
courseworkdesign4occblock2
简单的单周控制部分,没有PI环节,时钟脉冲10KHz,输入信号有增益(a simple ONE CYCLE CONTROL MATLAB MODEL)
- 2013-01-18 13:12:18下载
- 积分: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
-
gaosiSignalRight1
是matlab产生一个高斯脉冲的程序,并且叠加了高斯噪声,可以画出输入与输出的图形,并且对其时延进行了估计(Is the matlab produce a gaussian pulse program, and stack the gaussian noise, can draw the input and output of the graphics, and the time delay were estimated
)
- 2011-12-04 10:02:26下载
- 积分:1