cv181l-a-20
標(biāo)簽: Specification_V 181 1.0 L-A
上傳時(shí)間: 2013-10-20
上傳用戶:ikemada
Abstract: This application note discusses the development and deployment of 3G cellular femtocell base stations. The technicalchallenges for last-mile residential connectivity and adding system capacity in dense urban environments are discussed, with 3Gfemtocell base stations as a cost-effective solution. Maxim's 3GPP TS25.104-compliant transceiver solution is presented along withcomplete radio reference designs such as RD2550. For more information on the RD2550, see reference design 5364, "FemtocellRadio Reference Designs Using the MAX2550–MAX2553 Transceivers."
標(biāo)簽: Base-Station Applications Single-Chip Transceiver
上傳時(shí)間: 2013-11-05
上傳用戶:超凡大師
為了提高直接轉(zhuǎn)矩控制(DTC)系統(tǒng)定子磁鏈估計(jì)精度,降低電流、電壓測(cè)量的隨機(jī)誤差,提出了一種基于擴(kuò)展卡爾曼濾波(EKF)實(shí)現(xiàn)異步電機(jī)轉(zhuǎn)子位置和速度估計(jì)的方法。擴(kuò)展卡爾曼濾波器是建立在基于旋轉(zhuǎn)坐標(biāo)系下由定子電流、電壓、轉(zhuǎn)子轉(zhuǎn)速和其它電機(jī)參量所構(gòu)成的電機(jī)模型上,將定子電流、定子磁鏈、轉(zhuǎn)速和轉(zhuǎn)子角位置作為狀態(tài)變量,定子電壓為輸入變量,定子電流為輸出變量,通過對(duì)磁鏈和轉(zhuǎn)速的閉環(huán)控制提高定子磁鏈的估計(jì)精度,實(shí)現(xiàn)了異步電機(jī)的無速度傳感器直接轉(zhuǎn)矩控制策略,仿真結(jié)果驗(yàn)證了該方法的可行性,提高了直接轉(zhuǎn)矩的控制性能。 Abstract: In order to improve the Direct Torque Control(DTC) system of stator flux estimation accuracy and reduce the current, voltage measurement of random error, a novel method to estimate the speed and rotor position of asynchronous motor based on extended Kalman filter was introduced. EKF was based on d-p axis motor and other motor parameters (state vector: stator current, stator flux linkage, rotor angular speed and position; input: stator voltage; output: staror current). EKF was designed for stator flux and rotor speed estimation in close-loop control. It can improve the estimated accuracy of stator flux. It is possible to estimate the speed and rotor position and implement asynchronous motor drives without position and speed sensors. The simulation results show it is efficient and improves the control performance.
標(biāo)簽: EKF 異步電機(jī) 直接轉(zhuǎn)矩 控制系統(tǒng)
上傳時(shí)間: 2015-01-02
上傳用戶:qingdou
program to trasmit data to a TI92 with the TI Graph-Link
標(biāo)簽: Graph-Link program trasmit data
上傳時(shí)間: 2015-01-03
上傳用戶:youke111
C詞法分析器實(shí)現(xiàn),AOE網(wǎng)絡(luò)算法實(shí)現(xiàn),KRUSKAL算法實(shí)現(xiàn),PRIM算法實(shí)現(xiàn),計(jì)算機(jī)圖形學(xué)影線填充算法(鍵盤坐標(biāo)輸入),計(jì)算機(jī)圖形學(xué)影線填充算法(鼠標(biāo)輸入),人工智能A*算法實(shí)現(xiàn)的C語言程序
上傳時(shí)間: 2015-01-05
上傳用戶:hwl453472107
一個(gè)利用中斷修改后進(jìn)行的A/D采集功能的使用軟件.
上傳時(shí)間: 2015-01-06
上傳用戶:LIKE
CSL is a programming language with C syntax and comprehensive libraries. The compact scripting engine can also be embedded into your own applications as a powerful macro language. Windows Distribution utilities.
標(biāo)簽: comprehensive programming libraries scripting
上傳時(shí)間: 2013-11-27
上傳用戶:xuanchangri
a set of cross-platform tools that is useful for programming the GBA written in Java.
標(biāo)簽: cross-platform programming written useful
上傳時(shí)間: 2015-01-06
上傳用戶:yd19890720
Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.
標(biāo)簽: Icecream-Tron Gelato-Bots Revolution 000
上傳時(shí)間: 2013-12-18
上傳用戶:D&L37
DEbug 關(guān)于制作瑞星殺毒軟件密鑰盤的源碼 MOV BX,200 ;內(nèi)存基址(0面) MOV DH,00 ;磁頭號(hào)00 MOV DL,00 ;驅(qū)動(dòng)器號(hào)00(A盤) MOV CX,4F01 ;4F(即79)號(hào)磁道01號(hào)扇區(qū) 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續(xù)讀取9個(gè)扇區(qū) INT 13 ;調(diào)用13號(hào)中斷 INT 3 MOV BX,300 ;內(nèi)存基址(1面) MOV DH,01 ;磁頭號(hào)01 MOV DL,00 ;驅(qū)動(dòng)器號(hào)00(A盤) MOV CX,4F01 ;4F(即79)號(hào)磁道01號(hào)扇區(qū) 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續(xù)讀取9個(gè)扇區(qū) INT 13 ;調(diào)用13號(hào)中斷 INT 20 ;返回dos 初學(xué)匯編,請(qǐng)各位多多指教!
上傳時(shí)間: 2015-01-07
上傳用戶:我干你啊
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1