Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html 3. Assuming you installed all these files in your matlab directory, In Matlab type addpath matlab/KPMtools addpath matlab/Kalman Demos ----- See tracking_demo.m for a demo of 2D tracking. See learning_demo.m for a demo of parameter estimation using EM. 較早版本的kalman濾波matlab源碼,適合研讀。
標簽: Software toolbox murphyk written
上傳時間: 2016-05-13
上傳用戶:541657925
不用說的好,我們室主任開發的Photonics cyrestal band gap計算Fortran代碼。注意不要忘了input文本。
標簽:
上傳時間: 2014-01-23
上傳用戶:jcljkh
紅外線遙控器按鍵檢測程序. 通過檢測兩次下降沿之間的時間差判斷接受到的數據位. 已經通過了測試,能夠正確區分出32bit數據的遙控器按鍵鍵值. 具有數據重發功能,但是數據的重發有點頻繁. 使用晶震頻率為11.0592MHz,所有定時值都是基于這個頻率計算. 占用很少量的CPU時間,使用了外部中斷0接受數據,定時器0進行計數, 定時器1作為串口的波特率發生器(Band = 9600).
上傳時間: 2013-12-20
上傳用戶:PresidentHuang
IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000(E)), IEEE Standard for Information technology—Telecommunications and information exchange between systems—Local and metropolitan area networks—Specific requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications—Amendment 1: High-speed Physical Layer in the 5 GHz band
標簽: IEEE 1999 Information Telecommuni
上傳時間: 2013-12-24
上傳用戶:hjshhyy
IEEE 802.11b-1999 Supplement to 802.11-1999,Wireless LAN MAC and PHY specifications: Higher speed Physical Layer (PHY) extension in the 2.4 GHz band
標簽: 802.11 1999 specifications Supplement
上傳時間: 2016-10-02
上傳用戶:wlcaption
802.11b-1999/Cor1-2001, IEEE Standard for Information technology—Telecommunications and information exchange between systems—Local and metropolitan area networks—Specific requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications—Amendment 2: Higher-speed Physical Layer (PHY) extension in the 2.4 GHz band—Corrigendum1
標簽: Telecommunications Information information technology
上傳時間: 2013-12-10
上傳用戶:gxf2016
IEEE 802.11g-2003 IEEE Standard for Information technology—Telecommunications and information exchange between systems—Local and metropolitan area networks—Specific requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications—Amendment 4: Further Higher-Speed Physical Layer Extension in the 2.4 GHz Band
標簽: Telecommunications IEEE Information information
上傳時間: 2016-10-02
上傳用戶:cx111111
IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchange Between Systems—LAN/MAN Specific Requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe
標簽: Information Telecommunications IEEE technology
上傳時間: 2016-10-02
上傳用戶:lnnn30
RECOMMENDATION ITU-R M.1653*,** Operational and deployment requirements for wireless access systems including radio local area networks in the mobile service to facilitate sharing between these systems and systems in the Earth exploration-satellite service (active) and the space research service (active) in the band 5 470-5 570 MHz within the 5 460 5 725 MHz range
標簽: RECOMMENDATION requirements Operational deployment
上傳時間: 2016-10-21
上傳用戶:miaochun888
//奇異值分解法求廣義逆 //本函數返回值小于0表示在奇異值分解過程, //中迭代值超過了60次還未滿足精度要求. //返回值大于0表示正常返回。 //a-長度為m*n的數組,返回時其對角線依次給出奇異值,其余元素為0 //m-矩陣的行數 //n-矩陣的列數 //aa-長度為n*m的數組,返回式存放A的廣義逆 //eps-精度要求 //u-長度為m*m的數組,返回時存放奇異值分解的左奇異量U //v-長度為n*n的數組,返回時存放奇異值分解的左奇異量V //ka-整型變量,其值為max(n,m)+1 //調用函數:dluav()
上傳時間: 2016-12-15
上傳用戶:康郎