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

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

pre

  • UCC28070 300W Interleaved PFC pre-Regulator Design Review

    In higher power applications to utilize the full line power and reduce line currentharmonics

    標簽: pre-Regulator Interleaved Design Review

    上傳時間: 2013-06-04

    上傳用戶:lepoke

  • 數字預失真(DPD)算法研發工具和驗證方案

    在無線通信系統全面進入3G并開始邁向 4G的過程中,使用數字預失真技術(Digital pre-distortion,以下簡稱DPD)對發射機的功放進行線性化是一門關鍵技術。功率放大器是通信系統中影響系統性能和覆蓋范圍的關鍵部件,非線性是功放的固有特性。非線性會引起頻譜增長(spectral re-growth),從而造成鄰道干擾,使帶外雜散達不到協議標準規定的要求。非線性也會造成帶內失真,帶來系統誤碼率增大的問題。

    標簽: DPD 數字預失真 算法 驗證方案

    上傳時間: 2013-10-19

    上傳用戶:yy_cn

  • ASC8512-CN兩節鋰電充電芯片

    兩節鋰電充電IC-ASC8512 ASC8512 為開關型兩節鋰聚合物電池充電管理芯片,非常適合于便攜式設備的充電管理應用。ASC8512 集內置功率MOSFET、高精度電壓和電流調節器、預充、充電狀態指示和充電截止等功能于一體,采用TSSOP-14、SSOP-14兩種封裝形式。ASC8512對電池充電分為三個階段:預充(pre-charge)、恒流(CC/Constant Current)、恒壓(CV/Constant Voltage)過程,恒流充電電流通過外部電阻決定,最大充電電流為2A.ASC8512 集成電流限制、短路保護,確保充電芯片安全工作。ASC8512 集成NTC 熱敏電阻接口,可以采集、處理電池的溫度信息,保證充電電池的安全工作溫度。 兩節鋰電池充電IC ASC8512特點: 1.充2節鋰離子和鋰聚合物電池 2.開關頻率達400K 3.充電電流最大可做2A 4.輸入電壓9V到18V 5.電池狀態檢測 6.恒壓充電電壓值可通過外接電阻微調 7.千分之五的充電電壓控制精度 5.防反向保護電路可防止電池電流倒灌 6.NTC 熱敏接口監測電池溫度 7.LED充電狀態指示 8.工作環境溫度范圍:-20℃~70℃ 9.TSSOP-14 應用領域:應用 ●手持設備,包括醫療手持設備 ●Portable-DVD,PDA,移動蜂窩電話及智能手機 ●上網本、平板電腦、MID ●自充電電池組

    標簽: 8512 ASC CN 充電

    上傳時間: 2013-11-06

    上傳用戶:chfanjiang

  • LTC6994參考設計及PCB布線規則

    Demonstration circuit 1562A is an engineering toolto design and evaluate the LTC699X-X family ofTimerBlox circuits. The center section of the boardcontains a pre-configured TimerBlox function.DC1562A comes in twelve timing function variationsas outlined in Table 1.Surrounding the center board is a ”playground”prototyping area. The prototyping area has padsfor Dip-8, S8, MS8, or S6 packages with breadboarding connections to each pin and two convenientpower buses and ground bus surrounding theentire area. This area is for conditioning signals tocontrol the timer function and for adding loads controlled in time.

    標簽: 6994 LTC PCB 參考設計

    上傳時間: 2013-10-18

    上傳用戶:如果你也聽說

  • Mini2440啟動代碼詳解

    BIT_SELFREFRESH EQU (1<<22) ;定義SDRAM自刷新標志位 16 17 ;pre-defined constants 預定義6種工作模式 18 USERMODE EQU 0x10 ;用戶模式 19 FIQMODE EQU 0x11 ;快速中斷模式 20 IRQMODE EQU 0x12 ;中斷模式 21 SVCMODE EQU 0x13 ;監管模式 22 ABORTMODE EQU 0x17 ;異常中斷模式 23 UNDEFMODE EQU 0x1b ;未定義模式 24 25 MODEMASK EQU 0x1f ;模式掩碼 26 NOINT EQU 0xc0 ;取消中斷 27 28 ;The location of stacks;設置6種工作模式的堆棧的起始地址 29 ;在option.inc中定義了_STACK_BASEADDRESS EQU 0x33ff8000 30 UserStack EQU (_STACK_BASEADDRESS-0x3800) ;0x33ff4800 ~ 31 SVCStack EQU (_STACK_BASEADDRESS-0x2800) ;0x33ff5800 ~ 32 UndefStack EQU (_STACK_BASEADDRESS-0x2400) ;0x33ff5c00 ~ 33 AbortStack EQU (_STACK_BASEADDRESS-0x2000) ;0x33ff6000 ~ 34 IRQStack EQU (_STACK_BASEADDRESS-0x1000) ;0x33ff7000 ~ 35 FIQStack EQU (_STACK_BASEADDRESS-0x0) ;0x33ff8000 ~

    標簽: Mini 2440 啟動代碼

    上傳時間: 2013-10-07

    上傳用戶:m62383408

  • FREERTOS的官方移植文檔

    FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly callstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples

    標簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-23

    上傳用戶:leyesome

  • 多徑信道下OFDM系統定時同步算法

    文中在pre-FFT定時同步算法的基礎上提出一個新的定時同步算法及其改進算法,該算法利用規則集對相關函數和導函數優化的方法得以進一步減小估計方差,本文在給出其推導過程的基礎上給出了仿真結果,并與相關算法進行比較,結果表明新算法的定時估計精度較高且具有一定的魯棒性。

    標簽: OFDM 多徑信道 定時同步算法

    上傳時間: 2013-10-29

    上傳用戶:hebmuljb

  • 單片機12864液晶時鐘顯示程序

    12864液晶時鐘顯示程序 LCD 地址變量 ;**************變量的定義***************** RS             BIT      P2.0            ;LCD數據/命令選擇端(H/L) RW             BIT      P2.1          ;LCD讀/寫選擇端(H/L) EP             BIT      P2.2            ;LCD使能控制 PSB        EQU P2.3 RST        EQU P2.5 pre            BIT      P1.4            ;調整鍵(K1) ADJ            BIT      P1.5            ;調整鍵(K2) COMDAT         EQU P0 LED        EQU P0.3 YEAR           DATA      18H            ;年,月,日變量 MONTH          DATA      19H DATE           DATA      1AH WEEK           DATA      1BH HOUR           DATA      1CH            ;時,分,秒,百分之一秒變量 MIN            DATA      1DH SEC            DATA      1EH SEC100         DATA      1FH STATE          DATA      23H LEAP           BIT      STATE.1            ;是否閏年標志1--閏年,0--平年 KEY_S          DATA      24H            ;當前掃描鍵值 KEY_V          DATA      25H            ;上次掃描鍵值 DIS_BUF_U0      DATA      26H            ;LCD第一排顯示緩沖區 DIS_BUF_U1      DATA      27H DIS_BUF_U2      DATA      28H DIS_BUF_U3      DATA      29H DIS_BUF_U4      DATA      2AH DIS_BUF_U5      DATA      2BH DIS_BUF_U6      DATA      2CH DIS_BUF_U7      DATA      2DH DIS_BUF_U8      DATA      2EH DIS_BUF_U9      DATA      2FH DIS_BUF_U10     DATA      30H DIS_BUF_U11     DATA      31H DIS_BUF_U12     DATA      32H DIS_BUF_U13     DATA      33H DIS_BUF_U14     DATA      34H DIS_BUF_U15     DATA      35H DIS_BUF_L0      DATA      36H            ;LCD第三排顯示緩沖區 DIS_BUF_L1      DATA      37H DIS_BUF_L2      DATA      38H DIS_BUF_L3      DATA      39H DIS_BUF_L4      DATA      3AH DIS_BUF_L5      DATA      3BH DIS_BUF_L6      DATA      3CH DIS_BUF_L7      DATA      3DH DIS_BUF_L8      DATA      3EH DIS_BUF_L9      DATA      3FH DIS_BUF_L10     DATA      40H DIS_BUF_L11     DATA      41H DIS_BUF_L12     DATA      42H DIS_BUF_L13     DATA      43H DIS_BUF_L14     DATA      44H DIS_BUF_L15     DATA      45H FLAG            DATA      46H ;1-年,2-月,3-日,4-時,5-分,6-秒,7-退出調整。 DIS_H           DATA      47H DIS_M           DATA      48H DIS_S           DATA      49H

    標簽: 12864 單片機 液晶時鐘 顯示程序

    上傳時間: 2013-11-09

    上傳用戶:xingisme

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-20

    上傳用戶:dave520l

主站蜘蛛池模板: 千阳县| 砚山县| 罗江县| 牡丹江市| 上高县| 桑植县| 靖远县| 综艺| 承德市| 陕西省| 遂溪县| 大方县| 平遥县| 湘西| 永安市| 金溪县| 鄂州市| 南丹县| 读书| 明溪县| 昌宁县| 恭城| 宝应县| 砀山县| 荔浦县| 兴仁县| 桓仁| 张家口市| 衡东县| 石狮市| 南投市| 淳化县| 万山特区| 理塘县| 台湾省| 白朗县| 扎鲁特旗| 云南省| 离岛区| 嘉义市| 马龙县|