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