Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is presen
标签: autocorrelation parametric estimates Accurate
上传时间: 2013-12-29
上传用户:3到15
程序测试机,就是专门用来测试OI竞赛的数据的,省去一个个数据的手功测试的麻烦。只要输入相应的资料便可,程序执行完后会有列表清单,告诉你对了哪些题。
上传时间: 2013-12-26
上传用户:sy_jiadeyi
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。
上传时间: 2013-12-26
上传用户:txfyddz
dd牛的usaco源代码!对学习算法,oi的人很有帮助
上传时间: 2016-10-25
上传用户:bcjtao
本书主要介绍MATLAB的图形绘制和用户图形界面实现技术。全书主要由三个部分组成:MATLAB语言介绍、MATLAB二维和三维图形绘制方法以及GUI的开发与应用。书中通过大量的实例深入浅出地介绍了MATLAB二维、三维曲线和曲面图形的绘制方法以及图形用户界面的设计和编程,可以帮助MATLAB设计人员完成各种特征数据的可视化并建立良好的图形界面与用户进行交互,使MATLAB强大的计算和设计功能得以充分体现。 本书适用于MATLAB的使用开发人员、大中院校师生以及广大的业余爱好者阅读,可作为相关专业的教材或参考资料。
上传时间: 2016-11-15
上传用户:康郎
电 流: 电荷的定向移动叫做电流。电路中,电流常用I表示。电流分直流和交流两种。电流的大小和方向不随时间变化的叫做直流。电流的大小和方向随时间变化的叫做交流。电流的单位是安(A),也常用毫安(mA)或者微安(uA)做单位。1A=1000mA,1mA=1000uA。 电流可以用电流表测量。测量的时候,把电流表串联在电路中,要选择电流表指针接近满偏转的量程。这样可以防止电流过大而损坏电流表。
上传时间: 2014-01-07
上传用户:iswlkje
Extended Kalman Filter for robot localization, mapping, SLAM. Matlab 仿真机器人应用扩展卡尔曼滤波器localization, mapping, SLAM.
标签: localization Extended mapping Kalman
上传时间: 2013-12-27
上传用户:gtzj
FPGA Architecture: Survey and Challenges Ian Kuon1, Russell Tessier2 and Jonathan Rose1 1 The Edward S. Rogers Sr. Department of Electrical and Computer Engineering, University of Toronto, Toronto, ON, Canada, {ikuon, jayar}@eecg.utoronto.ca 2 Department of Electrical and Computer Engineering, University of Massachusetts, Amherst, MA, USA, tessier@ecs.umass.edu
标签: Architecture Challenges and Jonathan
上传时间: 2013-11-25
上传用户:yuchunhai1990
这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。
上传时间: 2016-12-15
上传用户:奇奇奔奔
jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the License, or(at your option) any later version. This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details. You should have received a copy of the GNU General Public Licensealong with this program if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Also add information on how to contact you by electronic and paper mail.
标签: Programming Copyright jSearch Engines
上传时间: 2017-02-10
上传用户:qoovoop