電路板裝配、PCB 布局和數(shù)字 IC 集成的進(jìn)步造就了新一代的高密度安裝、高性能繫統(tǒng)。
上傳時(shí)間: 2013-10-17
上傳用戶:RQB123
本設(shè)計(jì)要點(diǎn)介紹了兩款能夠增加太陽能電池板接收能量的簡單電路。在這兩款電路中,均由太陽能電池板給電池充電,再由電池在沒有陽光照射的情況下提供應(yīng)用電路運(yùn)作所需的電源。
上傳時(shí)間: 2013-11-16
上傳用戶:KSLYZ
在越來越多的短時(shí)間能量存貯應(yīng)用以及那些需要間歇式高能量脈衝的應(yīng)用中,超級(jí)電容器找到了自己的用武之地。電源故障保護(hù)電路便是此類應(yīng)用之一,在該電路中,如果主電源發(fā)生短時(shí)間故障,則接入一個(gè)後備電源,用於給負(fù)載供電
標(biāo)簽: 電源故障保護(hù) 后備電池 超級(jí)電容器
上傳時(shí)間: 2014-01-08
上傳用戶:lansedeyuntkn
設(shè)計(jì)時(shí)需要過一款簡單、低成本的閂鎖電路 (latch circuit) ?圖一顯示的就是這樣一款電路,基本上是一個(gè)可控矽整流器(SCR),結(jié)合了一些離散組件,只需低成本的元件便可以提供電源故障保護(hù)。
上傳時(shí)間: 2013-11-11
上傳用戶:zq70996813
特點(diǎn)(FEATURES) 精確度0.1%滿刻度 (Accuracy 0.1%F.S.) 可作各式數(shù)學(xué)演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A| (Math functioA+B/A-B/AxB/A/B/A&B(Hi&Lo)/|A|/etc.....) 16 BIT 類比輸出功能(16 bit DAC isolating analog output function) 輸入/輸出1/輸出2絕緣耐壓2仟伏特/1分鐘(Dielectric strength 2KVac/1min. (input/output1/output2/power)) 寬范圍交直流兩用電源設(shè)計(jì)(Wide input range for auxiliary power) 尺寸小,穩(wěn)定性高(Dimension small and High stability)
標(biāo)簽: 微電腦 數(shù)學(xué)演算 輸出 隔離傳送器
上傳時(shí)間: 2013-11-24
上傳用戶:541657925
用MEGA16做的繼電器參數(shù)測(cè)量儀 該電磁繼電器特性參數(shù)測(cè)量儀以用8位MCU作為主控制器,并通過該MCU的DA轉(zhuǎn)換輸出可控穩(wěn)壓電源加載到繼電器兩端。測(cè)量繼電器的最小吸合電壓時(shí),使DA輸出電壓從低電壓到高電壓變化,當(dāng)繼電器閉合時(shí),記錄此時(shí)的DA轉(zhuǎn)化電壓并顯示在1602上,測(cè)量釋放點(diǎn)壓的加壓順序正好相反。在測(cè)量常閉電阻時(shí),采用7805恒流源電路與三運(yùn)放測(cè)量放大電路,再由AD返回電壓值,最后MCU計(jì)算出常閉電阻。
上傳時(shí)間: 2013-10-21
上傳用戶:wangjg
/*--------- 8051內(nèi)核特殊功能寄存器 -------------*/ sfr ACC = 0xE0; //累加器 sfr B = 0xF0; //B 寄存器 sfr PSW = 0xD0; //程序狀態(tài)字寄存器 sbit CY = PSW^7; //進(jìn)位標(biāo)志位 sbit AC = PSW^6; //輔助進(jìn)位標(biāo)志位 sbit F0 = PSW^5; //用戶標(biāo)志位0 sbit RS1 = PSW^4; //工作寄存器組選擇控制位 sbit RS0 = PSW^3; //工作寄存器組選擇控制位 sbit OV = PSW^2; //溢出標(biāo)志位 sbit F1 = PSW^1; //用戶標(biāo)志位1 sbit P = PSW^0; //奇偶標(biāo)志位 sfr SP = 0x81; //堆棧指針寄存器 sfr DPL = 0x82; //數(shù)據(jù)指針0低字節(jié) sfr DPH = 0x83; //數(shù)據(jù)指針0高字節(jié) /*------------ 系統(tǒng)管理特殊功能寄存器 -------------*/ sfr PCON = 0x87; //電源控制寄存器 sfr AUXR = 0x8E; //輔助寄存器 sfr AUXR1 = 0xA2; //輔助寄存器1 sfr WAKE_CLKO = 0x8F; //時(shí)鐘輸出和喚醒控制寄存器 sfr CLK_DIV = 0x97; //時(shí)鐘分頻控制寄存器 sfr BUS_SPEED = 0xA1; //總線速度控制寄存器 /*----------- 中斷控制特殊功能寄存器 --------------*/ sfr IE = 0xA8; //中斷允許寄存器 sbit EA = IE^7; //總中斷允許位 sbit ELVD = IE^6; //低電壓檢測(cè)中斷控制位 8051
上傳時(shí)間: 2013-10-30
上傳用戶:yxgi5
具備處理外部模擬信號(hào)功能是很多電子設(shè)備的基本要求。為了將模擬信號(hào)轉(zhuǎn)換為數(shù)字信 號(hào),就需要藉助A/D 轉(zhuǎn)換器。將A/D 功能和MCU 整合在一起,就可減少電路的元件數(shù)量和 電路板的空間使用。 HT45F23 微控制器內(nèi)建6 通道,12 位解析度的A/D 轉(zhuǎn)換器。在本應(yīng)用說明中,將介紹如何 使用HT45F23 微控制器的A/D 功能。
上傳時(shí)間: 2013-10-27
上傳用戶:nostopper
EPON主要由三個(gè)部分構(gòu)成,包括光線路終端(OLlj Optical Line Terminal)、光分配網(wǎng)絡(luò)(ODN,Optical Distribution Network)和光網(wǎng)絡(luò)單元(ONU,Optical Network Unit .
上傳時(shí)間: 2013-11-11
上傳用戶:JGR2013
Single-Ended and Differential S-Parameters Differential circuits have been important incommunication systems for many years. In the past,differential communication circuits operated at lowfrequencies, where they could be designed andanalyzed using lumped-element models andtechniques. With the frequency of operationincreasing beyond 1GHz, and above 1Gbps fordigital communications, this lumped-elementapproach is no longer valid, because the physicalsize of the circuit approaches the size of awavelength.Distributed models and analysis techniques are nowused instead of lumped-element techniques.Scattering parameters, or S-parameters, have beendeveloped for this purpose [1]. These S-parametersare defined for single-ended networks. S-parameterscan be used to describe differential networks, but astrict definition was not developed until Bockelmanand others addressed this issue [2]. Bockelman’swork also included a study on how to adapt single-ended S-parameters for use with differential circuits[2]. This adaptation, called “mixed-mode S-parameters,” addresses differential and common-mode operation, as well as the conversion betweenthe two modes of operation.This application note will explain the use of single-ended and mixed-mode S-parameters, and the basicconcepts of microwave measurement calibration.
上傳時(shí)間: 2014-03-25
上傳用戶:yyyyyyyyyy
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1