在无线通信系统全面进入3G并开始迈向 4G的过程中,使用数字预失真技术(Digital Pre-distortion,以下简称DPD)对发射机的功放进行线性化是一门关键技术。功率放大器是通信系统中影响系统性能和覆盖范围的关键部件,非线性是功放的固有特性。非线性会引起频谱增长(spectral re-growth),从而造成邻道干扰,使带外杂散达不到协议标准规定的要求。非线性也会造成带内失真,带来系统误码率增大的问题。
上传时间: 2013-10-19
上传用户:yy_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 ●自充电电池组
上传时间: 2013-11-06
上传用户:chfanjiang
Speed and accuracy don’t always go hand-in-handin DC/DC converter systems—that is, until now. TheLTC3811 is a dual output, fi xed frequency current modeDC/DC switching regulator controller designed for one oftoday’s most demanding power supply applications: highcurrent, low voltage processor core supplies.
上传时间: 2013-11-21
上传用户:aix008
Providing power for the Pentium® microprocessor family isnot a trivial task by any means. In an effort to simplify thistask we have developed a new switching regulator controlcircuit and a new linear regulator to address the needs ofthese processors. Considerable time has been spent developingan optimized decoupling network. Here are severalcircuits using the new LTC®1266 synchronous buck regulatorcontrol chip and the LT®1584 linear regulator toprovide power for Pentium processors and Pentium VREprocessors. The Pentium processor has a supply requirementof 3.3V ±5%. The Pentium VRE processor requires3.500V ±100mV.
上传时间: 2013-11-01
上传用户:名爵少年
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.
上传时间: 2013-10-18
上传用户:如果你也听说
单片微控制器(micro-controller)是将计算机的基本环节如中央处理器(CPU)、存储器、输入输出接口等集成在一起,并能协调完成独立控制、运算等工作。我们常常也叫它单片机。随着电子技术和制造工艺的飞速发展,单片微控制器行业百花齐放,并已渗入到人类生活中的各个角落。 单片微处理器(micro-processor)跟单片机有些类似,只是我们常常用它做更多的数据处理工作。电子技术发展到现在,单片机的运算能力越来越强,存储空间越来越大,外设也越来越丰富。所以单片机与单片微处理器之间的区别也越来越小。广义的讲,他们都可以叫做单片机。作为初学者,纠结这些模糊的概念没有太多的意义,我们还是把精力放在了解他们的用处和特性上面。 图一 AT89C52 8051单片机与STM32 ARM单片机
上传时间: 2013-10-26
上传用户:康郎
The P89LPC912/913/914 are single-chip microcontrollers in low-cost 14-pin packages, based on a high performance processor architecture that executes instructions in two to four clocks, six times the rate of standard 80C51 devices. Many system level functions have been incorporated into the P89LPC912/913/914 in order to reduce component count, board space, and system cost.
上传时间: 2013-10-12
上传用户:司令部正军级
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 ~
上传时间: 2013-10-07
上传用户:m62383408
介绍一种以Atmel公司的Attiny13为处理器的投影仪防盗器设计方案。该防盗器具有功耗低,功能完整,防盗效果良好等特点,除具有报警功能外,防盗器还具有以无线方式向主机发送报警信号的功能。采用315MHz发射模块实现无线信号发送。该投影仪防盗器可适应众多厂家生产的防盗器主机。 Abstract: This paper introduces the design scheme of overhead projector's anti-theft device which users ATMEL company’s Attiny13as processor.This anti-theft device features low powerloss,functional integrity,good effect of anti-theft.In addition to its own with alarm functions,the anti-theft device also has alarm function which can send alarm signal to the host through wireless way.It sends wireless signal using315MHz transmitting module,so this overhead projector’s anti-theft device is adapted to anti-theft device host produced by many manufacturers.
上传时间: 2013-11-02
上传用户:ysystc699
MG3500SoC是支持H.264高清编解码器的片上系统,内部集成一个嵌入式ARM926处理器,支持高清H.264编解码、MPEG鄄2解码和JPEG编解码。介绍了MG3500SoC的主要性能特点、引脚排列、主要接口功能及在DVR上的应用,以及MG3500SoC及其周围器件的硬件设计,提出了在设计中应注意的问题。 Abstract: The MG3500System-on-Chip(SoC)is high definition(HD)H.264codec,including ARM926-EJ processor,H.264encoder/decoder,MPEG2decoder and JPEG/MJPEG encoder/decoder.The features,pin assignments,interfaces and the typical application of MG3500in DVR are introduced in this paper.The application hardware circuit between the MG3500SoC and peripheral device are given,the questions which the syetem design needs to pay attention are explained.
上传时间: 2013-11-12
上传用户:elinuxzj