亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

max-log-map

  • 1.產生白噪聲程序 編程產生一組正態分布的白噪聲信號,它的均值和方差以及長度可隨意調整。將產生的白噪聲信號存入數據文件。 本程序算法用C++語言編寫。首先用乘同余法產生均勻分布白噪聲

    1.產生白噪聲程序 編程產生一組正態分布的白噪聲信號,它的均值和方差以及長度可隨意調整。將產生的白噪聲信號存入數據文件。 本程序算法用C++語言編寫。首先用乘同余法產生均勻分布白噪聲,再用變換抽樣法轉換為高斯分布白噪聲。算法及程序實現敘述如下。 1) 設定x初值為11,A=179,長度WNlength,均值Average,方差Serror為用戶輸入的變量; 2) M =235,ζi= x/M; 3) 取ζi的小數部分再賦值給ζi+1,這就是均勻分布白噪聲; 4) 利用公式 η1=Serror×(–2*logζ1)0.5×cos(2pζ2) +Average η2= Serror×(–2*logζ1)0.5×sin(2pζ2) +Average 計算得到均值和方差可任意調整的白噪聲序列。式中 為均勻分布白噪聲。

    標簽: 白噪聲 分布 信號 程序

    上傳時間: 2016-10-19

    上傳用戶:hanli8870

  • The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

    The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.

    標簽: bus bidirectional primarily designed

    上傳時間: 2013-12-11

    上傳用戶:jeffery

  • uart全功能實現.實現如下函數: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL

    uart全功能實現.實現如下函數: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus

    標簽: U_GetBytesAvail U_GetTxRoomL U_GetBytes U_PutBytes

    上傳時間: 2013-12-08

    上傳用戶:GHF

  • mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of

    mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36 Methods obtained from various authors. (1) MDS -- Michael Lee (2) ISOMAP -- J. Tenenbaum, de Silva, & Langford (3) LLE -- Sam Roweis & Lawrence Saul (4) Hessian LLE -- D. Donoho & C. Grimes (5) Laplacian -- M. Belkin & P. Niyogi (6) Diffusion Map -- R. Coifman & S. Lafon (7) LTSA -- Zhenyue Zhang & Hongyuan Zha

    標簽: demonstration Mathematics Department University

    上傳時間: 2016-10-29

    上傳用戶:youmo81

  • This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundame

    This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundamented on a probabilistic approach, uses a precompiled topological map where natural landmarks like doors or ceiling lights are recognized by the robot using its on-board camera. Experiments have been conducted using the AIBO Sony robotic dog showing that it is able to deal with noisy sensors like vision and to approximate world models representing indoor ofce environments. The two major contributions of this work are the use of this technique in legged robots, and the use of an active camera as the main sensor

    標簽: localization mechanism presents proposal

    上傳時間: 2016-11-04

    上傳用戶:dianxin61

  • 采用Altera公司的FPGA芯片

    采用Altera公司的FPGA芯片,在MAX+plus II軟件平臺上實現多路HDLC電路

    標簽: Altera FPGA 芯片

    上傳時間: 2016-11-13

    上傳用戶:zhyiroy

  • VC++編程

    VC++編程,加密保護LOG文件的實例,對于初學者有幫助

    標簽: VC 編程

    上傳時間: 2016-11-14

    上傳用戶:邶刖

  • 表達式計算器。表達式中只能有圓括號、函數名、運算符、常數與變量。一、變量名的命名規則:1、可以是字符、或字符串 2、不能以數字開頭 3、不能夾雜有空格、運算符或標點符號

    表達式計算器。表達式中只能有圓括號、函數名、運算符、常數與變量。一、變量名的命名規則:1、可以是字符、或字符串 2、不能以數字開頭 3、不能夾雜有空格、運算符或標點符號,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函數有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小寫。函數后的變量名可以加括號,也可以不要括號,如:log(C1)與logC1是相同的。三、運算符有+(加)、-(減)、*(乘)、/(除)與^(冪次)。

    標簽: 表達式 變量 運算符 函數

    上傳時間: 2014-01-07

    上傳用戶:leehom61

  • 常見java數據結構的使用方法

    常見java數據結構的使用方法,包括Arrays類Collections類HashSet類List類TreeSet類Map類Vector類

    標簽: java 數據結構

    上傳時間: 2014-02-10

    上傳用戶:qiao8960

  • 根據輸入的參數不同

    根據輸入的參數不同,選用不同的算子對輸入的圖像進行邊緣檢測,包括sobel,log,canny等5哥算子

    標簽: 輸入 參數

    上傳時間: 2016-11-18

    上傳用戶:talenthn

主站蜘蛛池模板: 寻甸| 奇台县| 三门县| 邵阳县| 兴安县| 久治县| 永安市| 福贡县| 阿拉善盟| 大兴区| 兴国县| 高州市| 施秉县| 会理县| 宾川县| 韶山市| 娄烦县| 外汇| 西畴县| 黑水县| 麦盖提县| 达尔| 五大连池市| 峨边| 鄂州市| 库伦旗| 惠来县| 长阳| 元阳县| 高陵县| 益阳市| 龙州县| 台山市| 铅山县| 留坝县| 金坛市| 皮山县| 湟源县| 灵丘县| 晴隆县| 石台县|