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

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

circuit calculator

  • Agilent 34401A Service Guide.pdf

    Agilent 34401A Service Guide.pdfIEC Measurement Category II includes electrical devices connected to mains at an outlet on a branch circuit. Such devices include most small appliances, test equipment, and other devices that plug into a branch outlet or socket. The 34401A may be used to make measurements with the HI and LO inputs connected to mains in such devices, or to the branch outlet itself (up to 300 VAC). However, the 34401A may not be used with its HI and LO inputs connected to mains in permanently installed electrical devices such as the main circuit-breaker panel, sub-panel disconnect boxes, or permanently wired motors. Such devices and circuits are subject to overvoltages that may exceed the protection limits of the 34401A. Note: Voltages above 300 VAC may be measured only in circuits that are isolated from mains. However, transient overvoltages are also present on circuits that are isolated from mains. The Agilent 34401A are designed to safely withstand occasional transient overvoltages up to 2500 Vpk. Do not use this equipment to measure circuits where transient overvoltages could exceed this level. Additional Notices Waste Electrical and Electronic Equipment (WEEE) Directive 2002/96/EC This product complies with the WEEE Directive (2002/96/EC) marking requirement. The affixed product label (see below) indicates that you must not discard this electrical/electronic product in domestic household waste. Product Category: With reference to the equipment types in the WEEE directive Annex 1, this product is classified as a "Monitoring and Control instrumentation" product. Do not dispose in domestic household waste. To return unwanted products, contact your local Agilent office, or see www.agilent.com/environment/product for more information. Agilent 34138A Test Lead Set The Agilent 34401A is compatible with the Agilent 34138A Test Lead Set described below. Test Lead Ratings Test Leads - 1000V, 15A Fine Tip Probe Attachments - 300V, 3A Mini Grabber Attachment - 300V, 3A SMT Grabber Attachments - 300V, 3A Operation The Fine Tip, Mini Grabber, and SMT Grabber attachments plug onto the probe end of the Test Leads. Maintenance If any portion of the Test Lead Set is worn or damaged, do not use. Replace with a new Agilent 3413

    標簽: agilent

    上傳時間: 2022-02-20

    上傳用戶:

  • 美國模擬電子技術教材 博伊爾斯塔德

    本書的核心內容是關于半導體器件和有源電路的模擬電子電路基礎。兩位作者Robert L.Boylestad和Louis Nashelsky都是在大學從事電路分析、電子電路基礎等相關學科教學的資深教授,在電子電路學科領域出版了多部優(yōu)秀教材,受到很高的評價。本書自1972年首次出版至今已經修訂至第九版,涵蓋了更廣泛和新穎的內容,成為流行30多年的優(yōu)秀經典教材。這本改編版在第九版原版內容的基礎上,結合國內高等教育中模擬電子電路課程的特點,進行了部分內容的調整。 內容提要 本書是英文原版教材Electronic Devices and Circuit Theory,Ninth.Edition之英文改編版《模擬電子技術》的翻譯版,內容包括半導體器件基礎、二極管及其應用電路、晶體管和場效應管放大電路的基本原理及頻率響應、功率放大電路、多級放大電路、差分放大電路、電流源等模擬集成電路的單元電路、反饋電路、模擬集成運算放大器、電壓比較器和波形變換電路等。本書對原版教材進行了改編,精簡了內容,突出了重點,補充了必要知識點,內容更加新穎和系統(tǒng)化,反映了器件和應用的發(fā)展趨勢,強調了系統(tǒng)工程的概念。 本書與英文版教材配套使用,適合電子、計算機、通信等相關專業(yè)電子電路基礎課程40學時到68學時的中文或雙語教學要求,也可供相關專業(yè)工程技術人員的學習和參考。 

    標簽: 模擬電子

    上傳時間: 2022-03-21

    上傳用戶:

  • 電子書-RTL Design Style Guide for Verilog HDL540頁

    電子書-RTL Design Style Guide for Verilog HDL540頁A FF having a fixed input value is generated from the description in the upper portion of Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input, and ’1’ is output when the START signal rises. Therefore, the FF data input is fixed at the power supply, since the typical value ’1’ is output following the rise of the START signal. When FF input values are fixed, the fixed inputs become untestable and the fault detection rate drops. When implementing a scan design and converting to a scan FF, the scan may not be executed properl not be executed properly, so such descriptions , so such descriptions are not are not recommended. recommended.[1] As in the lower part of Example 2-21, be sure to construct a synchronous type of circuit and ensure that the clock signal is input to the clock pin of the FF. Other than the sample shown in Example 2-21, there are situations where for certain control signals, those that had been switched due to the conditions of an external input will no longer need to be switched, leaving only a FF. If logic exists in a lower level and a fixed value is input from an upper level, the input value of the FF may also end up being fixed as the result of optimization with logic synthesis tools. In a situation like this, while perhaps difficult to completely eliminate, the problem should be avoided as much as possible.

    標簽: RTL verilog hdl

    上傳時間: 2022-03-21

    上傳用戶:canderile

  • 用IAP技術在線升級STM32單片機固件

    針對嵌入式產品程序更新問題,提出了一種基于IAP技術的STM32單片機在線固件升級方案,設計了STM32單片機最小系統(tǒng)硬件電路和USB轉串口通信電路,并給出了Bootloader程序、APP程序、PC上機程序的實現流程.實驗結果表明,該方案具有簡單實用、穩(wěn)定性高、維護成本低和設備使用效率高的特點,適用于嵌入式產品升級.For the problem of updating embedded products program,an online firmware upgrade scheme of STM32 single chip microcomputer based on IAP technology is proposed.This scheme not only elaborates the principle of IAP technology in detail but also provides the design of the minimum system hardware circuit of STM32 MCU,the design of USB for serial communication circuit,and the implementation flow of Bootloader program,APP program and PC program.The experiment results show that the scheme is simple,practical and highly stable.In addition,it can be used to actual embedded product upgrading,significantly reducing maintenance costs and improving the efficiency of equipment.

    標簽: iap stm32 單片機

    上傳時間: 2022-03-25

    上傳用戶:

  • 電動汽車永磁無刷直流電機控制器設計

    對某四輪獨立驅動電動汽車輪轂電機進行研究,設計一種永磁無刷直流電機控制器.以STM32F103RBT6芯片為基礎,對電機驅動電路、采樣電路和保護電路分別進行硬件設計與分析;同時,采用模塊化軟件設計方案,對該控制器的軟件系統(tǒng)進行升級.實驗驗證表明:所設計的電機控制器能使電機響應迅速、轉速穩(wěn)定、無超調,且電動車動力輸出性能良好.A permanent magnet brushless direct current motor controller was designed by studying the hub motor of a four-wheel independent drive electric vehicle.Based on STM32 F103RBT6 chip,the hardware design and analysis of motor drive circuit,sampling circuit and protection circuit were carried out respectively.At the same time,modular software design scheme was adopted to upgrade the software system of the controller.Experimental results show that the designed motor controller can ensure the motor fast response,stable speed,no overshoot,and good power output performances.

    標簽: 電動汽車 永磁無刷直流電機

    上傳時間: 2022-03-26

    上傳用戶:qingfengchizhu

  • 一種智能紅外避障自動掃地機器人的設計

    研究一種智能掃地機器人。從硬件系統(tǒng)控制模塊設計到主要技術調試進行了較詳細的闡述。以STM32單片機為控制核心與電機驅動、紅外線路徑識別模塊等相互協(xié)調應用。進行電路搭建和程序編寫。實現了智能掃地機器人紅外線避障和自動掃地功能,其清掃面積能達到約70%,清掃率約60%,很大程度受到自身機械機構的限制,后期將對小車的機械結構進行完善。This paper studies an intelligent sweeping robot.From the hardware system control module design to the main technical debugging are described in detail.STM32 MCU is used as the control core to coordinate with motor drive and infrared path recognition module.Conduct circuit building and programming.The functions of infrared obstacle avoidance and automatic sweeping of intelligent sweeping robot are realized.Its cleaning area can reach about 70%and the cleaning rate is about 60%.Because it is limited by its own mechanical mechanism to a great extent,the mechanical structure of the car will be improved in the later stage.

    標簽: 掃地機器人

    上傳時間: 2022-03-26

    上傳用戶:

  • 基于AT89C52的農業(yè)溫濕度智能控制系統(tǒng)設計

    設計了農業(yè)溫濕度智能控制系統(tǒng),該系統(tǒng)采用DHT11溫濕度傳感器作為溫濕度采集模塊,單片機選用AT89C52代替并調用Virtual terminal模擬串口通信,LCD1604液晶顯示器實時顯示溫濕度,實現了溫濕度的測量、顯示,可自動控制加熱、降溫、加濕、通風,實現溫濕度控制以及超限報警處理,并利用Proteus與Keil進行實際電路的仿真。試驗表明,該系統(tǒng)實現了可靠的溫濕度監(jiān)控。We described the design of an intelligent control system of agriculture temperature and humidity.The system uses DHT11 temperature and humidity sensor as the temperature and humidity acquisition module.The SCM adopts AT89C52 to replace and call the virtual terminal for simulating serial communication.LCD1604 displays temperature and humidity in real time,which implements the measurement and display of temperature and humidity.The system is able to automatically control heating,cooling,humidification and ventilation,to achieve temperature and humidity control and over-limit alarm processing.The system also uses Proteus and Keil for actual circuit simulation.The experiment shows that the system is capable of reliable temperature and humidity monitoring.

    標簽: at89c52 溫濕度智能控制系統(tǒng)

    上傳時間: 2022-03-26

    上傳用戶:aben

  • 直流電動機測速裝置

    本系統(tǒng)采用電動機電樞供電回路串接采樣電阻的方式來實現對小型直流有刷電動機的轉速測量。該系統(tǒng)主要由二階低通濾波電路,小信號放大電路、單片機測量顯示電路、開關穩(wěn)壓電源電路等組成。同時自制電機測速裝置,用高頻磁環(huán)作為載體,用線圈繞制磁環(huán),利用電磁感應原理檢測電機運行時的漏磁,將變化的磁場信號轉化為磁環(huán)上的感應電流。用信號處理單元電路將微弱電信號轉化為脈沖信號,送由單片機檢測,從而達到準確測量電機的速度的要求。In this system, the sampling resistance of armature power supply circuit is connected in series to measure the speed of small DC brush motor. The system is mainly composed of second-order low-pass filter circuit, small signal amplifier circuit, single-chip measurement and display circuit, switching regulated power supply circuit and so on. At the same time, the self-made motor speed measuring device uses high frequency magnetic ring as the carrier, coil winding magnetic ring, and electromagnetic induction principle to detect the leakage of magnetic field during the operation of the motor, which converts the changed magnetic field signal into the induced current on the magnetic ring. The weak electric signal is transformed into pulse signal by signal processing unit circuit, which is sent to single chip computer for detection, so as to meet the requirement of accurate measurement of motor speed.

    標簽: 直流電動機

    上傳時間: 2022-03-26

    上傳用戶:

  • B型剩余電流保護器設計

    隨著光伏發(fā)電系統(tǒng)快速發(fā)展,以及電動汽車充電樁的普及,傳統(tǒng)的剩余電流保護器無法滿足實際需求。介紹了一款B型剩余電流保護器,采用磁調制剩余電流互感器和零序電流互感器采集剩余電流。根據GB/T 22794—2017標準要求,可識別1 kHz及以下的正弦交流、帶和不帶直流分量的脈動直流、平滑直流等剩余電流信號。經信號調理電路將電壓信號送到單片機進行采集和判斷。通過試驗測試,該樣機在測試精度和速度上均符合國家標準的相關要求。The rapid development of photovoltaic power generation systems and the popularity of electric vehicle charging piles make the traditional residual current protective devices unable to meet the actual demand.This paper proposed a type B residual current protective device,which uses the magnetically modulated residual current transformer and the zero sequence current transformer to acquire the residual current.According to the requirements of GB/T 22794—2017,the type B residual current protective device can detect sinusoidal AC residual current of 1kHz and below 1kHz,pulsating DC residual current with and without DC component,smooth DC residual current and so on.The signal processing circuit sends the voltage signal to the MCU for acquisition and judgment.Through experimental tests,the device meets the relevant requirements of national standards in terms of test accuracy and speed.

    標簽: 電流保護器

    上傳時間: 2022-03-27

    上傳用戶:

  • 一種車載充電器的設計

    以AT89S52單片機為控制核心,采用電容降壓技術,Buck電路拓撲,PWM驅動模塊和功率器件散熱設計,通過高速的數據采集、主功率輸入輸出模塊和控制模塊,設計一種新型智能車載充電器.在充電過程中,通過負脈沖瞬間放電實現對鉛酸蓄電池的再生修復,提高電池的有效容量,延長使用壽命.該充電器體積小、速度快、效率高、可靠性好.With AT89S52 single chip computer as the control core,a new type of intelligent car-carried charger was designed by using capacitance step-down technology,Buck circuit topology,PWM driving module and power device heat dissipation design,through high-speed data acquisition,main power input and output module and control module.In the charging process,the regeneration and repair of lead-acid batteries are realized by instantaneous discharge of negative pulse,which improves the effective capacity of batteries and prolongs their service life.The charger has the advantages of small size,fast speed,high efficiency and good reliability.

    標簽: 車載充電器

    上傳時間: 2022-03-27

    上傳用戶:

主站蜘蛛池模板: 扎囊县| 铜陵市| 营口市| 沁源县| 屯昌县| 新和县| 佛学| 罗江县| 荔浦县| 松江区| 成都市| 长白| 文登市| 合山市| 富宁县| 桃园市| 林周县| 达拉特旗| 合阳县| 勐海县| 海盐县| 靖西县| 康马县| 威远县| 徐水县| 南宫市| 大连市| 天津市| 马龙县| 乐安县| 孝感市| 曲麻莱县| 万年县| 丰都县| 利津县| 五河县| 阿坝| 舞阳县| 晋中市| 长沙县| 揭阳市|