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

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

Top-Level

  • UHF讀寫器設(shè)計中的FM0解碼技術(shù)

       針對UHF讀寫器設(shè)計中,在符合EPC Gen2標(biāo)準(zhǔn)的情況下,對標(biāo)簽返回的高速數(shù)據(jù)進行正確解碼以達到正確讀取標(biāo)簽的要求,提出了一種新的在ARM平臺下采用邊沿捕獲統(tǒng)計定時器數(shù)判斷數(shù)據(jù)的方法,并對FM0編碼進行解碼。與傳統(tǒng)的使用定時器定時采樣高低電平的FM0解碼方法相比,該解碼方法可以減少定時器定時誤差累積的影響;可以將捕獲定時器數(shù)中斷與數(shù)據(jù)判斷解碼相對分隔開,使得中斷對解碼影響很小,實現(xiàn)捕獲與解碼的同步。通過實驗表明,這種方法提高了解碼的效率,在160 Kb/s的接收速度下,讀取一張標(biāo)簽的時間約為30次/s。 Abstract:  Aiming at the requirement of receiving correctly decoded data from the tag under high-speed communication which complied with EPC Gen2 standard in the design of UHF interrogator, the article introduced a new technology for FM0 decoding which counted the timer counter to judge data by using the edge interval of signal capture based on the ARM7 platform. Compared with the traditional FM0 decoding method which used the timer timed to sample the high and low level, the method could reduce the accumulation of timing error and could relatively separate capture timer interrupt and the data judgment for decoding, so that the disruption effect on the decoding was small and realizd synchronization of capture and decoding. Testing result shows that the method improves the efficiency of decoding, at 160 Kb/s receiving speed, the time of the interrogator to read a tag is about 30 times/s.

    標(biāo)簽: UHF FM0 讀寫器 解碼技術(shù)

    上傳時間: 2013-11-10

    上傳用戶:liufei

  • LPC1850 Cortex-M3內(nèi)核微控制器數(shù)據(jù)手冊

    The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M3 CPU incorporates a 3-stage pipeline and uses a Harvard architecture withseparate local instruction and data buses as well as a third bus for peripherals. The ARMCortex-M3 CPU also includes an internal prefetch unit that supports speculativebranching.The LPC1850/30/20/10 include up to 200 kB of on-chip SRAM data memory, a quad SPIFlash Interface (SPIFI), a State Configuration Timer (SCT) subsystem, two High-speedUSB controllers, Ethernet, LCD, an external memory controller, and multiple digital andanalog peripherals.

    標(biāo)簽: Cortex-M 1850 LPC 內(nèi)核微控制器

    上傳時間: 2014-12-31

    上傳用戶:zhuoying119

  • LPC4300系列ARM雙核微控制器產(chǎn)品數(shù)據(jù)手冊

    The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M4 CPU incorporates a 3-stage pipeline, uses a Harvard architecture withseparate local instruction and data buses as well as a third bus for peripherals, andincludes an internal prefetch unit that supports speculative branching. The ARMCortex-M4 supports single-cycle digital signal processing and SIMD instructions. Ahardware floating-point processor is integrated in the core.The LPC4350/30/20/10 include an ARM Cortex-M0 coprocessor, up to 264 kB of datamemory, advanced configurable peripherals such as the State Configurable Timer (SCT)and the Serial General Purpose I/O (SGPIO) interface, two High-speed USB controllers,Ethernet, LCD, an external memory controller, and multiple digital and analog peripherals

    標(biāo)簽: 4300 LPC ARM 雙核微控制器

    上傳時間: 2013-10-28

    上傳用戶:15501536189

  • 數(shù)據(jù)結(jié)構(gòu)實驗報告--迷宮求解

    1.實驗要求 l 實驗?zāi)康模?(1)進一步掌握指針、異常處理的使用; (2)掌握棧的操作的實現(xiàn)方法; (3)培養(yǎng)使用棧解決實際問題的能力 l 實驗內(nèi)容:利用棧實現(xiàn)迷宮求解問題,具體要求如下: (1)可以使用遞歸或非遞歸兩種方法實現(xiàn); (2)老鼠能夠記住自己的路,不會反復(fù)走重復(fù)的路徑; (3)可以自己任意設(shè)置起點; (4)必須要有異常處理,比如輸入?yún)?shù)錯誤時應(yīng)拋出異常 2. 程序分析 2.1 存儲結(jié)構(gòu)      該程序采用棧的順序存儲結(jié)構(gòu),利用一組地址連續(xù)的存儲單元依次存放老鼠在迷宮中的每一步路徑,由于棧的插入和刪除只能在棧頂實現(xiàn),因此,每前進一步,表示該點的數(shù)組元素入棧,棧頂指針top+1;每后退一步,表示原來點的數(shù)組元素出棧,top-1。棧的操作示意如圖(a)所示: 圖(a) 棧的操作示意圖

    標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 實驗報告 迷宮

    上傳時間: 2013-11-08

    上傳用戶:jasonheung

  • PCB設(shè)計軟件ExpressPCB 下載

    ExpressPCB 是一款免費的PCB設(shè)計軟件,簡單實使??梢援嬰p層板。 Our Free PCB software is a snap to learn and use. For the first time, designing circuit boards is simple for the beginner and efficient for the professional.   Our board manufacturing service makes top quality two and four layer PCBs. Use our MiniBoard service and pay only $51 for three boards (plus $8 shipping).

    標(biāo)簽: ExpressPCB PCB 設(shè)計軟件

    上傳時間: 2013-11-15

    上傳用戶:lchjng

  • SMT常用術(shù)語之中英文對比

      AI :Auto-Insertion 自動插件   AQL :acceptable quality level 允收水準(zhǔn)   ATE :automatic test equipment 自動測試   ATM :atmosphere 氣壓   BGA :ball grid array 球形矩陣

    標(biāo)簽: SMT 術(shù)語 中英文 對比

    上傳時間: 2013-11-20

    上傳用戶:haoxiyizhong

  • superpro 3000u 驅(qū)動及編程器軟件下載

    superpro 3000u 驅(qū)動 PIC16C65B@QFP44 [SA245] PIC16C65B:          Part number QFP44:              Package in QFP44 SA245:              Adapter purchase number AM29DL320GT@FBGA48 [SA642+B026] AM29DL320GT:        Part number FBGA48:             Package in FBGA48 SA642:              Adapter purchase number (Top board with socket) B026:               Adapter purchase number (Bottom board, exchangable for different parts) 87C196CA@PLCC68(universal adapter) [PEP+S414T] 87C196CA:           Part number PLCC68:             Package in PLCC68 universal adapter:  this adapter is valid for all parts in this package PEP:                The PEP (Pin-driver Expansion Pack necessary to work with the adapter S414T) S414T:              Adapter purchase number (Universal for all parts in this package) S71PL127J80B@FBGA64(special adapter) [(SA642A-B079A-Y096AF001)] S71PL127J80B:            Part number FBGA64:                  Package in FBGA64 special adapter:         this adapter is valid for this

    標(biāo)簽: superpro 3000u 驅(qū)動 編程器軟件

    上傳時間: 2013-10-23

    上傳用戶:Avoid98

  • PCB設(shè)計軟件ExpressPCB 下載

    ExpressPCB 是一款免費的PCB設(shè)計軟件,簡單實使。可以畫雙層板。 Our Free PCB software is a snap to learn and use. For the first time, designing circuit boards is simple for the beginner and efficient for the professional.   Our board manufacturing service makes top quality two and four layer PCBs. Use our MiniBoard service and pay only $51 for three boards (plus $8 shipping).

    標(biāo)簽: ExpressPCB PCB 設(shè)計軟件

    上傳時間: 2013-10-09

    上傳用戶:1047385479

  • Xilinx UltraScale:新一代架構(gòu)滿足您的新一代架構(gòu)需求(EN)

      中文版詳情瀏覽:http://www.elecfans.com/emb/fpga/20130715324029.html   Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture    The Xilinx® UltraScale™ architecture delivers unprecedented levels of integration and capability with ASIC-class system- level performance for the most demanding applications.   The UltraScale architecture is the industr y's f irst application of leading-edge ASIC architectural enhancements in an All Programmable architecture that scales from 20 nm planar through 16 nm FinFET technologies and beyond, in addition to scaling from monolithic through 3D ICs. Through analytical co-optimization with the X ilinx V ivado® Design Suite, the UltraScale architecture provides massive routing capacity while intelligently resolving typical bottlenecks in ways never before possible. This design synergy achieves greater than 90% utilization with no performance degradation.   Some of the UltraScale architecture breakthroughs include:   • Strategic placement (virtually anywhere on the die) of ASIC-like system clocks, reducing clock skew by up to 50%    • Latency-producing pipelining is virtually unnecessary in systems with massively parallel bus architecture, increasing system speed and capability   • Potential timing-closure problems and interconnect bottlenecks are eliminated, even in systems requiring 90% or more resource utilization   • 3D IC integration makes it possible to build larger devices one process generation ahead of the current industr y standard    • Greatly increased system performance, including multi-gigabit serial transceivers, I/O, and memor y bandwidth is available within even smaller system power budgets   • Greatly enhanced DSP and packet handling   The Xilinx UltraScale architecture opens up whole new dimensions for designers of ultra-high-capacity solutions.

    標(biāo)簽: UltraScale Xilinx 架構(gòu)

    上傳時間: 2013-11-21

    上傳用戶:wxqman

  • PCB Design Considerations and Guidelines for 0.4mm and 0.5mm WLPs

    Abstract: Using a wafer-level package (WLP) can reduce the overall size and cost of your solution.However when using a WLP IC, the printed circuit board (PCB) layout can become more complex and, ifnot carefully planned, result in an unreliable design. This article presents some PCB designconsiderations and general recommendations for choosing a 0.4mm- or 0.5mm-pitch WLP for yourapplication.

    標(biāo)簽: Considerations Guidelines and Design

    上傳時間: 2013-11-09

    上傳用戶:ls530720646

主站蜘蛛池模板: 乌拉特中旗| 安达市| 湟中县| 宜春市| 南岸区| 株洲市| 凌海市| 雅江县| 和龙市| 大埔区| 麻江县| 墨玉县| 宁安市| 莫力| 崇礼县| 乾安县| 阿尔山市| 双牌县| 友谊县| 抚顺县| 十堰市| 金乡县| 南阳市| 本溪| 图木舒克市| 东兴市| 泽库县| 龙江县| 八宿县| 襄樊市| 余江县| 郁南县| 江门市| 甘泉县| 海口市| 平阴县| 宝应县| 义乌市| 长丰县| 图片| 无锡市|