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
標(biāo)簽: autocorrelation parametric estimates Accurate
上傳時(shí)間: 2013-12-29
上傳用戶:3到15
程序測(cè)試機(jī),就是專門用來(lái)測(cè)試OI競(jìng)賽的數(shù)據(jù)的,省去一個(gè)個(gè)數(shù)據(jù)的手功測(cè)試的麻煩。只要輸入相應(yīng)的資料便可,程序執(zhí)行完后會(huì)有列表清單,告訴你對(duì)了哪些題。
標(biāo)簽: 程序 測(cè)試機(jī)
上傳時(shí)間: 2013-12-26
上傳用戶:sy_jiadeyi
聚類算法:k—medoids 方法。這兒選取一個(gè)對(duì)象叫做mediod來(lái)代替上面的中心 的作用,這樣的一個(gè)medoid就標(biāo)識(shí)了這個(gè)類。步驟: 1,任意選取K個(gè)對(duì)象作為medoids(O1,O2,…Oi…Ok)。 以下是循環(huán)的: 2,將余下的對(duì)象分到各個(gè)類中去(根據(jù)與medoid最相近的原則); 3,對(duì)于每個(gè)類(Oi)中,順序選取一個(gè)Or,計(jì)算用Or代替Oi后的消耗—E(Or)。選擇E最小的那個(gè)Or來(lái)代替Oi。這樣K個(gè)medoids就改變了,下面就再轉(zhuǎn)到2。 4,這樣循環(huán)直到K個(gè)medoids固定下來(lái)。 這種算法對(duì)于臟數(shù)據(jù)和異常數(shù)據(jù)不敏感,但計(jì)算量顯然要比K均值要大,一般只適合小數(shù)據(jù)量。 這里是MAtlab源代碼。
標(biāo)簽: medoids mediod 聚類算法 對(duì)象
上傳時(shí)間: 2013-12-26
上傳用戶:txfyddz
dd牛的usaco源代碼!對(duì)學(xué)習(xí)算法,oi的人很有幫助
標(biāo)簽: usaco 源代碼 學(xué)習(xí)算法
上傳時(shí)間: 2016-10-25
上傳用戶:bcjtao
本書(shū)主要介紹MATLAB的圖形繪制和用戶圖形界面實(shí)現(xiàn)技術(shù)。全書(shū)主要由三個(gè)部分組成:MATLAB語(yǔ)言介紹、MATLAB二維和三維圖形繪制方法以及GUI的開(kāi)發(fā)與應(yīng)用。書(shū)中通過(guò)大量的實(shí)例深入淺出地介紹了MATLAB二維、三維曲線和曲面圖形的繪制方法以及圖形用戶界面的設(shè)計(jì)和編程,可以幫助MATLAB設(shè)計(jì)人員完成各種特征數(shù)據(jù)的可視化并建立良好的圖形界面與用戶進(jìn)行交互,使MATLAB強(qiáng)大的計(jì)算和設(shè)計(jì)功能得以充分體現(xiàn)。 本書(shū)適用于MATLAB的使用開(kāi)發(fā)人員、大中院校師生以及廣大的業(yè)余愛(ài)好者閱讀,可作為相關(guān)專業(yè)的教材或參考資料。
上傳時(shí)間: 2016-11-15
上傳用戶:康郎
電 流: 電荷的定向移動(dòng)叫做電流。電路中,電流常用I表示。電流分直流和交流兩種。電流的大小和方向不隨時(shí)間變化的叫做直流。電流的大小和方向隨時(shí)間變化的叫做交流。電流的單位是安(A),也常用毫安(mA)或者微安(uA)做單位。1A=1000mA,1mA=1000uA。 電流可以用電流表測(cè)量。測(cè)量的時(shí)候,把電流表串聯(lián)在電路中,要選擇電流表指針接近滿偏轉(zhuǎn)的量程。這樣可以防止電流過(guò)大而損壞電流表。
上傳時(shí)間: 2014-01-07
上傳用戶:iswlkje
Extended Kalman Filter for robot localization, mapping, SLAM. Matlab 仿真機(jī)器人應(yīng)用擴(kuò)展卡爾曼濾波器localization, mapping, SLAM.
標(biāo)簽: localization Extended mapping Kalman
上傳時(shí)間: 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
標(biāo)簽: Architecture Challenges and Jonathan
上傳時(shí)間: 2013-11-25
上傳用戶:yuchunhai1990
這是用于線性方程組求解的ILUK預(yù)處理算法的實(shí)現(xiàn)。在VC++編譯通過(guò)。矩陣采用壓縮稀疏行格式存儲(chǔ)(CSR),采用如下結(jié)構(gòu)存儲(chǔ):struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定義數(shù)值計(jì)算軟件包中。經(jīng)本人測(cè)試計(jì)算效率比Fortran寫(xiě)的高很多(比如與Sparskit2比較)。
上傳時(shí)間: 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.
標(biāo)簽: Programming Copyright jSearch Engines
上傳時(shí)間: 2017-02-10
上傳用戶:qoovoop
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1