虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

2423.36

  • 自动定向机介绍

    本文描述了自动定向机(ADF)的主要技术指标以及作用,重点介绍了ADF的基本工作原理。以ADF-700为例介绍了ADF的基本工作原理图,解释了ADF的定向误差产生来源以及如何消除。

    标签: 自动定向机

    上传时间: 2013-11-09

    上传用户:xitai

  • DN384 精确的电源排序,防止系统损坏

      Many complex systems—such as telecom equipment,memory modules, optical systems, networking equipment,servers and base stations—use FPGAs and otherdigital ICs that require multiple voltage rails that muststart up and shut down in a specific order, otherwise theICs can be damaged. The LTC®2924 is a simple andcompact solution to power supply sequencing in a 16-pinSSOP package (see Figures 1 and 2).

    标签: 384 DN 电源排序 防止

    上传时间: 2013-10-29

    上传用户:tonyshao

  • DN1014同步降压型控制器在汽车应用中的电池寿命延长

      Battery powered applications that have a signifi cantamount of time in standby mode, require electrical circuitsto operate with a low quiescent current to preserve batterylife. The LTC3835 synchronous step-down controlleris an excellent solution with its ultralow quiescent current(80μA). Other features make it uniquely qualifi ed tosatisfy the needs of automotive applications. A wide 4Vto 36V input voltage range protects the supply againsthigh input voltage transients and is compatible with lowvoltage cold crank conditions. The constant frequencycurrent-mode architecture with high-side inductor current

    标签: 1014 DN 同步降压型 控制器

    上传时间: 2013-11-20

    上传用户:stewart·

  • 如何制作使用μModule降压稳压器的输入输出电压

      Linear Technology’s DC/DC step-down μModule®regulators are complete switchmode power supplies in asurface-mount package. They include the DC/DC controller,inductor, power switches and supporting circuitry.These highly integrated regulators also provide an easysolution for applications that require negative outputvoltages. In other words, these products can operate asinverting buck-boost regulators. As a result, the lowestpotential in the circuit is not the standard 0V, but –VOUT,which must be tied to the μModule regulator’s GND. Allsignals are now referred to –VOUT.

    标签: Module 如何制作 降压稳压器 输入输出

    上传时间: 2013-10-22

    上传用户:ztj182002

  • 运用LT3092电流源以高线性度来实现温度至电流转换

      One of the fi rst lessons in a basic electronics coursecovers the symbols for resistors, capacitors, inductors,voltage sources and current sources. Althougheach symbol represents a functional component of areal-world circuit, only some of the symbols have directphysical counterparts. For instance, the three discretepassive devices—resistors, capacitors, inductors—canbe picked off a shelf and placed on a real board muchas their symbolic analogs appear in a basic schematic.Likewise, while voltage sources have no direct 2-terminalanalog, a voltage source can be easily built with an offthe-shelf linear regulator.

    标签: 3092 LT 电流源 温度

    上传时间: 2013-11-24

    上传用户:simonpeng

  • LED显示屏价格制约因素

    LED显示屏品种繁多,价格战逐渐弥漫,竞争日益白热化,各厂家甚至对同一款产品报价都不一样。其实,熟悉LED显示屏行业的人都知道,有很多因素制约着LED显示屏的价格:比如显示屏的规格,材料系统配套因素和施工因素等等,无一不是价格的决定因素。

    标签: LED 显示屏 价格

    上传时间: 2013-10-09

    上传用户:lingfei

  • 笔记本电脑的功率调节系统

      Notebook and palmtop systems need a multiplicity ofregulated voltages developed from a single battery. Smallsize, light weight, and high efficiency are mandatory forcompetitive solutions in this area. Small increases inefficiency extend battery life, making the final productmuch more usable with no increase in weight. Additionally,high efficiency minimizes the heat sinks needed onthe power regulating components, further reducing systemweight and size.

    标签: 笔记本电脑 功率调节

    上传时间: 2013-11-11

    上传用户:大三三

  • 终端实战宝典(2011年)

    终端实战宝典(2011年)

    标签: 2011 宝典

    上传时间: 2013-12-08

    上传用户:glxcl

  • 镍镉电池的快速充电电路

    镍镉电池可重复500次以上的充放电,经济耐用。其内部抵制力小,既内阻很小,可快速充电,又可为负载提供大电流,而且放电时电压变化很小。

    标签: 镍镉电池 快速充电 电路

    上传时间: 2013-10-28

    上传用户:xinyuzhiqiwuwu

  • 线性卷积和线性相关的FFT算法

    线性卷积和线性相关的FFT算法:一 实验目的 1:掌握FFT基2时间(或基2频率)抽选法,理解其提高减少乘法运算次数提高运算速度的原理。 2:掌握FFT圆周卷积实现线性卷积的原理 二 实验内容及要求 1.对N=2048或4096点的离散时间信号x(n),试用Matlab语言编程分别以DFT和FFT计算N个频率样值X(k), 比较两者所用时间的大小。  2.对N/2点长的x(n)和N/2点长的h(n),试用Matlab语言编程实现以圆周卷积代替线性卷积,并比较圆周卷积法和直接计算线性卷积两者的运算速度。 三预做实验 1.FFT与DFT计算时间的比较        (1)FFT提高运算速度的原理        (2)实验数据与结论 2.圆周卷积代替线性卷积的有效性实验        (1)圆周卷积代替线性卷积的原理        (2)实验数据和结论 FFT提高运算速度的原理  FFT算法将长序列的DFT分解为短序列的DFT。N点的DFT先分解为2个N/2点的DFT,每个N/2点的DFT又分解为N/4点的DFT,等等。最小变换的点数即所谓的“基数”。因此,基数为2的FFT算法的最小变换(或称蝶型)是2点的DFT。一般地,对N点FFT,对应于N个输入样值,有N个频域样值与之对应。

    标签: FFT 线性卷积 线性 算法

    上传时间: 2013-10-26

    上传用户:erkuizhang