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

Closed-loop

  • LDO loop analysis

    LDO 的环路分析,对涉及、分析LDO的工作原理有帮助。

    标签: analysis loop LDO

    上传时间: 2017-09-09

    上传用户:banjieshubi

  • Digital+Communication+over+Fading+Channels 1st

    Regardless of the branch of science or engineering, theoreticians have always been enamored with the notion of expressing their results in the form of closed-form expressions. Quite often, the elegance of the closed-form solution is overshadowed by the complexity of its form and the difficulty in evaluating it numerically. In such instances, one becomes motivated to search instead for a solution that is simple in form and simple to evaluate. 

    标签: Communication Channels Digital Fading over 1st

    上传时间: 2020-05-27

    上传用户:shancjb

  • Digital+Communication+over+Fading+Channels,2nd

    Regardless of the branch of science or engineering, theoreticians have always been enamored with the notion of expressing their results in the form of closed-form expressions. Quite often the elegance of the closed-form solution is overshadowed by the complexity of its form and the difficulty in evaluating it numerically. In such instances, one becomes motivated to search instead for a solution that is simple in form and likewise simple to evaluate. 

    标签: Communication Channels Digital Fading over 2nd

    上传时间: 2020-05-27

    上传用户:shancjb

  • Fundamentals+of+Digital+Communication

    The field of digital communication has evolved rapidly in the past few decades, with commercial applications proliferating in wireline communi- cation networks (e.g., digital subscriber loop, cable, fiber optics), wireless communication (e.g., cell phones and wireless local area networks), and stor- age media (e.g., compact discs, hard drives). The typical undergraduate and graduate student is drawn to the field because of these applications, but is often intimidated by the mathematical background necessary to understand communication theory. 

    标签: Communication Fundamentals Digital of

    上传时间: 2020-05-27

    上传用户:shancjb

  • LTE+and+its+Performance

    This books attempts to provide an extensive overview on Long-Term Evolution (LTE) networks. Understanding LTE and its Performance is purposely written to appeal to a broad audience and to be of value to anyone who is interested in 3GPP LTE or wireless broadband networks more generally. The aim of this book is to offer comprehensive coverage of current state-of-the-art theoretical and techno- logical aspects of broadband mobile and wireless networks focusing on LTE. The presentation starts from basic principles and proceeds smoothly to most advanced topics. Provided schemes are developed and oriented in the context of very actual closed standards, the 3 GPPP LTE.

    标签: Performance LTE and its

    上传时间: 2020-05-27

    上传用户:shancjb

  • Transmission+Systems+Design+Handbooks

    Public telephone operators and new independent wireless operators through- out the world are deploying wireless access in an effort to drastically reduce delivery costs in the most expensive part of the network?the local loop. Available radio technology enables both existing and new entrants to access subscribers in a rapid manner and deliver their basic telephony products and broadband-enhanced services.

    标签: Transmission Handbooks Systems Design

    上传时间: 2020-06-01

    上传用户:shancjb

  • PLL锁相环

    PLL(Phase Locked Loop): 为锁相回路或锁相环,用来统一整合时钟信号,使高频器件正常工作,如内存的存取资料等。PLL用于振荡器中的反馈技术。 许多电子设备要正常工作,通常需要外部的输入信号与内部的振荡信号同步。一般的晶振由于工艺与成本原因,做不到很高的频率,而在需要高频应用时,由相应的器件VCO,实现转成高频,但并不稳定,故利用锁相环路就可以实现稳定且高频的时钟信号。

    标签: PLL 锁相环

    上传时间: 2021-07-23

    上传用户:紫阳帝尊

  • Operational Ampifier Stability 运算放大器的稳定性

    Wherever possible the overall technique used for this series will be "definition by example" withgeneric formulae included for use in other applications. To make stability analysis easy we will usemore than one tool from our toolbox with data sheet information, tricks, rules-of-thumb, SPICESimulation, and real-world testing all accelerating our design of stable operational amplifier (op amp)circuits. These tools are specifically targeted at voltage feedback op amps with unity-gain bandwidths<20 MHz, although many of the techniques are applicable to any voltage feedback op amp. 20 MHz ischosen because as we increase to higher bandwidth circuits there are other major factors in closing theloop: such as parasitic capacitances on PCBs, parasitic inductances in capacitors, parasitic inductancesand capacitances in resistors, etc. Most of the rules-of-thumb and techniques were developed not justfrom theory but from the actual building of real-world circuits with op amps <20 MHz.

    标签: 运算放大器

    上传时间: 2021-11-01

    上传用户:

  • ADC模数转换器件Altium Designer AD原理图库元件库

    ADC模数转换器件Altium Designer AD原理图库元件库SV text has been written to file : 4.4 - ADC模数转换器件.csvLibrary Component Count : 29Name                Description----------------------------------------------------------------------------------------------------ADC0800             National 8-Bit Analog to Digital ConverterADC0809             ADC0831             ADCADC0832             ADC8                Generic 8-Bit A/D ConverterCLC532              High-Speed 2:1 Analog MultiplexerCS5511              National 16-Bit Analog to Digital ConverterDAC8                Generic 8-Bit D/A ConverterEL1501              Differential line Driver/ReceiverEL2082              Current-Mode MultiplierEL4083              Current Mode Four Quadrant MultiplierEL4089              DC Restored Video AmplifierEL4094              Video Gain Control/FaderEL4095              Video Gain Contol/Fader/MultiplexerICL7106             LMC6953_NSC         PCI Local Bus Power SupervisorMAX4147             300MHz, Low-Power, High-Output-Current, Differential Line DriverMAX4158             350MHz 2-Channel Video Multiplexer-AmplifierMAX4159             350MHz 2-Channel Video Multiplexer-AmplifierMAX4258             250MHz, 2-Channel Video Multiplexer-AmplifierMAX4259             250MHz 2-Channel Video Multiplexer-AmplifierMAX951              Ultra-Low-Power, Single-Supply Op Amp + Comparator + ReferenceMAX952              Ultra-Low-Power, Single-Supply Op Amp + Comparator + ReferenceMC1496              Balanced Modulator/DemodulatorPLL100k             Generic Phase Locked LoopPLL10k              Generic Phase Locked LoopPLL5k               Generic Phase Locked LoopPLLx                Generic Phase Locked Loop水位计              

    标签: adc 模数转换 altium designer

    上传时间: 2022-03-13

    上传用户:

  • arduino电子秤程序

    HX711_1Kg#include "HX711.h"float Weight = 0;void setup(){ Init_Hx711(); //初始化HX711模块连接的IO设置 Serial.begin(9600); Serial.print("Welcome to use!\n"); delay(3000); Get_Maopi(); //获取毛皮}void loop(){ Weight = Get_Weight(); //计算放在传感器上的重物重量 Serial.print(float(Weight/1000),3); //串口显示重量 Serial.print(" kg\n"); //显示单位 Serial.print("\n"); //显示单位 delay(1000); //延时1s}

    标签: arduino 电子秤

    上传时间: 2022-03-20

    上传用户: