In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discretedata linear filtering problem [Kalman60]. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area of autonomous or assisted navigation. A very “friendly” introduction to the general idea of the Kalman filter can be found in Chapter 1 of [Maybeck79], while a more complete introductory discussion can be found in [Sorenson70], which also contains some interesting historical narrative.
標簽: R.E. discretedata describing published
上傳時間: 2015-10-22
上傳用戶:a673761058
代入法的啟發示搜索 我的代碼實現是:按照自然語言各字母出現頻率的大小從高到低(已經有人作國統計分析了)先生成一張字母出現頻率統計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統計表(B),通過兩張表的對應關系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關鍵。
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
變量和相等問題的設計和實現將a、b、c、d、e、f這6個變量排成如圖所示的 三角形,這6個變量分別取 1——6的整數,且均不相同。求使三角形三條邊上的變量之和相等的全部解,如 3 6 2 1 4 5 為一個解。 程序引入變量a,b,c,d,e,f,并讓它們分別取1——6的整數,在它們互不相等的 條件下, 測試由它們排成如圖所示的三角形三條邊上的變量之和是否相等,如相等即為一種滿足要求的排列,把它們輸出。當這些變量取盡所有的組合后,程序就可得到全部可能的解。
上傳時間: 2015-11-04
上傳用戶:GavinNeko
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
標簽: examples e.g. weighted Training
上傳時間: 2014-07-26
上傳用戶:zsjzc
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
標簽: examples e.g. part-of-speech Training
上傳時間: 2015-12-05
上傳用戶:gyq
1、典型連續時間信號波形繪制 1)單邊指數信號 要求: (1) 畫出t=0,1,2,…,500共501點 (2)在一個坐標系中用三種不同顏色分別繪制如下三種情況下的波形 (a) E=200,X=62.5 (b) E=200,X=125.0 (c) E=200,X=250.0 (3)標出特殊點的坐標,如t=0和 的坐標 代碼為此題目的解
上傳時間: 2014-11-30
上傳用戶:小草123
先用makefile編譯,連接后,client發字符到server端并返回該字符串,遇到a,e,i,o,u則加*號,如*a,收到fin字符串則結束客戶端及服務器端程序.實現echo功能
標簽: makefile client server echo
上傳時間: 2016-01-14
上傳用戶:邶刖
用Jacobi疊待法解線性方程組 function Jacobi(A,b,n,x0,e,N)
上傳時間: 2016-02-04
上傳用戶:coeus
Good to read e-books Please take a look at it The latest one erupted dance ~
標簽: e-books erupted Please latest
上傳時間: 2016-02-21
上傳用戶:釣鰲牧馬
這是我心儀已久的一本書 頂級大師Stanley B Lippman J o s é e L a j o i e合著的
上傳時間: 2014-01-01
上傳用戶:nanfeicui