-
weifengxianxing
这是一个关于PSO与PID相结合起来的一个程序,其主要用于它的延时用.(This is a study on the combination of PSO with the PID to a process, its main use for its delay.)
- 2007-12-10 15:54:32下载
- 积分:1
-
PASSIVE
passive tracking algorithm
- 2010-08-18 08:07:20下载
- 积分:1
-
4
说明: 一个 实验报告 用于学习MATLAB 的 我是学习不久写出来的 希望那个能给大家提供帮助(WELL)
- 2009-05-25 22:39:59下载
- 积分:1
-
LMS_matlab
这个是用MATLAB程序编写的回波消除的代码,效果不错,简单明了(This is a MATLAB programming with the echo cancellation code, the effect is good, simple and clear)
- 2014-02-24 19:53:50下载
- 积分:1
-
bp
说明: bp算法,进行预测算法。代码齐全可用,只需修改文件位置即可(BP algorithm, the prediction algorithm. The code is complete and available. You only need to modify the file location)
- 2019-12-01 17:11:30下载
- 积分:1
-
MATLAB.doc
stats 用于检验回归模型的统计量,有三个数值:相关系数r2、F值、与F对应的概率p.相关系数r2越接近1,说明回归方程越显著;F > F1-α(k,n-k-1)时拒绝H0,F越大,说明回归方程越显著;与F对应的概率p 时拒绝H0,回归模型成立.(stats for the test statistic of the regression model, there are three values: the correlation coefficient r2, F value, and F corresponds to the probability p. The correlation coefficient r2 more close to 1, note the more significant regression equation F> F1-α (k, nk-1) refused to H0, F the bigger shows the more significant regression equation F corresponds with the probability p refused H0, set up a regression model.)
- 2007-12-11 15:45:32下载
- 积分:1
-
matlab
精通MATLAB—综合辅导与指南 精通MatLAB的很好的内容
(Proficient in MATLAB-comprehensive counseling and guidance of a good proficient in the content of MatLAB)
- 2009-05-02 11:42:00下载
- 积分:1
-
ftfr
参数可控的分数阶傅里叶变换,可通过改变参数来进行傅里叶变换(Parameters controllable fractional Fourier transform, by changing the parameters to the Fourier transform)
- 2011-11-07 10:14:12下载
- 积分: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
-
MATLABmoni
如何利用计算机技术对连续系统和离散系统进行模拟。为研究模拟提供极为适合的手段(How to use computer technology to the continuous and discrete systems simulation. Very suitable for the study provided a means of simulation)
- 2010-08-10 09:47:02下载
- 积分:1