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

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

Benefits-and-<b>Challenges</b>-of-MMS-Co

  • RF至數(shù)字接收器的信號鏈噪聲分析

      Designers of signal receiver systems often need to performcascaded chain analysis of system performancefrom the antenna all the way to the ADC. Noise is a criticalparameter in the chain analysis because it limits theoverall sensitivity of the receiver. An application’s noiserequirement has a signifi cant infl uence on the systemtopology, since the choice of topology strives to optimizethe overall signal-to-noise ratio, dynamic range andseveral other parameters. One problem in noise calculationsis translating between the various units used by thecomponents in the chain: namely the RF, IF/baseband,and digital (ADC) sections of the circuit.

    標簽: 數(shù)字接收器 信號鏈 噪聲分析

    上傳時間: 2014-12-05

    上傳用戶:cylnpy

  • 開關電源EMI設計(英文版)

    Integrated EMI/Thermal Design forSwitching Power SuppliesWei ZhangThesis submitted to the Faculty of theVirginia Polytechnic Institute and State Universityin partial fulfillment of the requirements for the degree of Integrated EMI/Thermal Design forSwitching Power SuppliesWei Zhang(ABSTRACT)This work presents the modeling and analysis of EMI and thermal performancefor switch power supply by using the CAD tools. The methodology and design guidelinesare developed.By using a boost PFC circuit as an example, an equivalent circuit model is builtfor EMI noise prediction and analysis. The parasitic elements of circuit layout andcomponents are extracted analytically or by using CAD tools. Based on the model, circuitlayout and magnetic component design are modified to minimize circuit EMI. EMI filtercan be designed at an early stage without prototype implementation.In the second part, thermal analyses are conducted for the circuit by using thesoftware Flotherm, which includes the mechanism of conduction, convection andradiation. Thermal models are built for the components. Thermal performance of thecircuit and the temperature profile of components are predicted. Improved thermalmanagement and winding arrangement are investigated to reduce temperature.In the third part, several circuit layouts and inductor design examples are checkedfrom both the EMI and thermal point of view. Insightful information is obtained.

    標簽: EMI 開關電源 英文

    上傳時間: 2013-11-10

    上傳用戶:1595690

  • 快速,高效,獨立型NiMH,NiCd電池充電

      Although recent popular attention is focused on LithiumIon batteries, one must not forget that other batterychemistries, such as Nickel Cadmium (NiCd) and NickelMetal Hydride (NiMH) have advantages in rechargeablepower systems. Nickel-based batteries are robust, capableof high discharge rates, have good cycle life, do notrequire special protection circuitry and are less expensivethan Li-Ion. Among the two, NiMH batteries are rapidlyreplacing NiCd because of their higher capacity (40% to50% more) and the environmental concerns of the toxiccadmium contained in NiCd batteries.

    標簽: NiMH NiCd 獨立 電池充電

    上傳時間: 2013-11-04

    上傳用戶:qq10538412

  • LTC4099 USB電源管理和電池充電

      The LTC®4099 high effi ciency USB power manager andLi-Ion/Polymer battery charger seamlessly managespower distribution from multiple sources in portableapplications. It is differentiated from other USB powermanagers by its bidirectional I2C port that allows the hostmicroprocessor to control and monitor all aspects of theUSB power management and battery charging processes.In addition, a programmable interrupt generation functionalerts the host microprocessor to changes in device statusand provides unprecedented control of power managementfunctions. This high degree of confi gurability allowspost-layout changes in operation, even changes in thefi eld, and it allows a single qualifi ed device to be usedin a variety of products, thus reducing design time andeasing inventory management.

    標簽: 4099 LTC USB 電源管理

    上傳時間: 2013-10-22

    上傳用戶:18602424091

  • 基于開關電容技術的鎖定放大器設計

    鎖定放大是微弱信號檢測的重要手段?;谙嚓P檢測理論,利用開關電容的開關實現(xiàn)鎖定放大器中乘法器的功能,提出開關電容和積分器相結合以實現(xiàn)相關檢測的方法,并設計出一種鎖定放大器。該鎖定放大器將微弱信號轉化為與之相關的方波,通過后續(xù)電路得到正比于被測信號的直流電平,為后續(xù)采集處理提供方便。測量數(shù)據(jù)表明鎖定放大器前級可將10-6 A的電流轉換為10-1 V的電壓,后級通過帶通濾波器級聯(lián)可將信號放大1×105倍。該方法在降低噪聲的同時,可對微弱信號進行放大,線性度較高、穩(wěn)定性較好。 Abstract:  Lock-in Amplifying(LIA)is one of important means for weak signal detection. Based on cross-correlation detection theory, switch in the swithched capacitor was used as multiplier of LIA, and a new method of correlation detection was proposed combining swithched capacitor with integrator. A kind of LIA was designed which can convert the weak signal to square-wave, then DC proportional to measured signal was obtained through follow-up conditioning circuit, providing convenience for signal acquisition and processing. The measured data shows that the electric current(10-6 A) can be changed into voltage(10-1 V) by LIA, and the signal is magnified 1×105 times by cascade band-pass filter. The noise is suppressed and the weak signal is amplified. It has the advantages of good linearity and stability.

    標簽: 開關電容 鎖定放大器

    上傳時間: 2013-11-29

    上傳用戶:黑漆漆

  • 80C51特殊功能寄存器地址表

    /*--------- 8051內核特殊功能寄存器 -------------*/ sfr ACC = 0xE0;             //累加器 sfr B = 0xF0;  //B 寄存器 sfr PSW    = 0xD0;           //程序狀態(tài)字寄存器 sbit CY    = PSW^7;       //進位標志位 sbit AC    = PSW^6;        //輔助進位標志位 sbit F0    = PSW^5;        //用戶標志位0 sbit RS1   = PSW^4;        //工作寄存器組選擇控制位 sbit RS0   = PSW^3;        //工作寄存器組選擇控制位 sbit OV    = PSW^2;        //溢出標志位 sbit F1    = PSW^1;        //用戶標志位1 sbit P     = PSW^0;        //奇偶標志位 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;        //時鐘輸出和喚醒控制寄存器 sfr CLK_DIV  = 0x97;          //時鐘分頻控制寄存器 sfr BUS_SPEED = 0xA1;        //總線速度控制寄存器 /*----------- 中斷控制特殊功能寄存器 --------------*/ sfr IE     = 0xA8;           //中斷允許寄存器 sbit EA    = IE^7;  //總中斷允許位  sbit ELVD  = IE^6;           //低電壓檢測中斷控制位 8051

    標簽: 80C51 特殊功能寄存器 地址

    上傳時間: 2013-10-30

    上傳用戶:yxgi5

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數(shù)轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節(jié)省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在工作溫度范圍內10μs轉換時間; (3)11個模擬輸入通道; (4)3路內置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉換結束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導; (10)可編程輸出數(shù)據(jù)長度。 TLC2543的引腳排列及說明    TLC2543有兩種封裝形式:DB、DW或N封裝以及FN封裝,這兩種封裝的引腳排列如圖1,引腳說明見表1 TLC2543電路圖和程序欣賞 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double  sum_final1; double  sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe};  void delay(unsigned char b)   //50us {           unsigned char a;           for(;b>0;b--)                     for(a=22;a>0;a--); }  void display(uchar a,uchar b,uchar c,uchar d) {    P0=duan[a]|0x80;    P2=wei[0];    delay(5);    P2=0xff;    P0=duan[b];    P2=wei[1];    delay(5);   P2=0xff;   P0=duan[c];   P2=wei[2];   delay(5);   P2=0xff;   P0=duan[d];   P2=wei[3];   delay(5);   P2=0xff;   } uint read(uchar port) {   uchar  i,al=0,ah=0;   unsigned long ad;   clock=0;   _cs=0;   port<<=4;   for(i=0;i<4;i++)  {    d_in=port&0x80;    clock=1;    clock=0;    port<<=1;  }   d_in=0;   for(i=0;i<8;i++)  {    clock=1;    clock=0;  }   _cs=1;   delay(5);   _cs=0;   for(i=0;i<4;i++)  {    clock=1;    ah<<=1;    if(d_out)ah|=0x01;    clock=0; }   for(i=0;i<8;i++)  {    clock=1;    al<<=1;    if(d_out) al|=0x01;    clock=0;  }   _cs=1;   ad=(uint)ah;   ad<<=8;   ad|=al;   return(ad); }  void main()  {   uchar j;   sum=0;sum1=0;   sum_final=0;   sum_final1=0;    while(1)  {              for(j=0;j<128;j++)          {             sum1+=read(1);             display(a1,b1,c1,d1);           }            sum=sum1/128;            sum1=0;            sum_final1=(sum/4095)*5;            sum_final=sum_final1*1000;            a1=(int)sum_final/1000;            b1=(int)sum_final%1000/100;            c1=(int)sum_final%1000%100/10;            d1=(int)sum_final%10;            display(a1,b1,c1,d1);           }         } 

    標簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • AVR單片機數(shù)碼管秒表顯示

    #include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    標簽: AVR 單片機 數(shù)碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

  • 基于MSP430單片機的智能水位計設計

      為解決我國水位監(jiān)測野外條件下長期無人看守的問題,研制開發(fā)了基于MSP430單片機的智能水位計。從其組成到各功能分別進行了詳細的介紹,該智能水位計不僅實現(xiàn)了水位數(shù)據(jù)的實時監(jiān)測、記錄和定期采集等多種工作模式,而且提高了水位監(jiān)測精度,實現(xiàn)了水位監(jiān)測的智能化。   Abstract:   In order to solve the problems of long-term unmanned observation in the field water monitoring,an intelligence water-level meter based on MSP430 is developed composition and every function moduce of the water level meter was introduced in detail. It not only realizes water level data collection and storage, regularly gathering and so on, but also improves the water-level precision , finally realizes the intelligence.  

    標簽: MSP 430 單片機 水位計

    上傳時間: 2013-11-17

    上傳用戶:417313137

  • 基于瑞薩電子微控制器的溫度控制系統(tǒng)設計

      為了提高傳統(tǒng)溫度控制系統(tǒng)的性能,將PID控制理論與嵌入式系統(tǒng)相結合,采用瑞薩電子公司的H8S/2166作為核心處理器,AD公司的AD7705以及熱敏電阻溫度傳感器作為溫度檢測單元,利用4×6小鍵盤、LCD顯示器和S1D13305液晶控制器達到良好的人機交互,設計出了一個應用于化工領域的嵌入式實時溫度控制系統(tǒng)。相比于傳統(tǒng)溫度控制系統(tǒng),該系統(tǒng)提供了更強的計算能力和可擴展能力,采用增量PID控制算法實現(xiàn)復雜控制。通過實驗,該系統(tǒng)能達到0.1 ℃的溫度控制精度以及小于120 s的溫度穩(wěn)定時間。   Abstract:   In order to improve the performance of conventional temperature control system, combining PID control theory with embedded systems, using the Renesas Electronics Corp. H8S/2166 micro-controller as a core processors, AD7705 and thermistor temperature sensor as a temperature detection unit and 4×6 small keyboard, LCD and S1D13305 LCD controller as a good human-computer interaction, this paper designed an embedded real-time temperature control system which is applied in chemical industry. Compared with conventional temperature control system, this system provides more computing power and extensibility, and adopts PID control algorithm for complex control. Through the experiment, the system can reach temperature control accuracy of 0.1 ℃ and temperature stabilization time of less than 120 seconds.

    標簽: 瑞薩電子 微控制器 溫度控制 系統(tǒng)設計

    上傳時間: 2014-12-26

    上傳用戶:003030

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一本一道久久香蕉| 99精品久久久| 亚洲无限乱码一二三四麻| 欧美午夜欧美| 亚洲欧美日本视频在线观看| 国产精品久久久久久久久婷婷| 一区二区三区国产盗摄| 国产免费亚洲高清| 麻豆精品一区二区av白丝在线| 亚洲精品免费电影| 欧美午夜一区二区福利视频| 欧美中文字幕| 亚洲精品在线电影| 国产欧美一区二区三区视频| 麻豆成人精品| 午夜一区二区三视频在线观看| 一区二区亚洲精品国产| 欧美日在线观看| 久久综合伊人77777麻豆| 一区二区日韩免费看| 国内外成人免费激情在线视频网站| 欧美国产精品专区| 欧美一区二区三区免费视| 亚洲经典三级| 国产在线精品二区| 国产精品捆绑调教| 欧美激情网站在线观看| 久久精品人人| 午夜日韩av| 亚洲少妇最新在线视频| 亚洲国产精品成人va在线观看| 国产精品视频成人| 欧美日韩一二区| 欧美大秀在线观看| 久久亚洲精品一区二区| 亚洲女女女同性video| 久久国产99| 99热在这里有精品免费| 亚洲国产精品久久久久秋霞影院| 欧美人成在线视频| 久久夜色精品| 久久久精品视频成人| 午夜精品福利一区二区三区av | 美国三级日本三级久久99| 在线视频精品一| 亚洲人成在线播放| 亚洲国产视频直播| 伊人狠狠色丁香综合尤物| 国产日韩欧美在线播放不卡| 国产精品白丝jk黑袜喷水| 欧美日韩黄色一区二区| 欧美激情小视频| 欧美高清视频一区| 欧美乱妇高清无乱码| 欧美激情综合色| 欧美日本成人| 欧美午夜视频| 国产乱肥老妇国产一区二| 国产热re99久久6国产精品| 国产日本欧美一区二区三区在线| 国产精品美女在线| 国产亚洲福利一区| 影音欧美亚洲| 亚洲国产一二三| 一区二区三区久久| 亚洲欧美日韩一区二区在线| 午夜日韩在线观看| 久久精品亚洲一区二区| 久久一区国产| 亚洲综合欧美| 午夜综合激情| 久久在线视频| 欧美日韩另类综合| 国产精品自拍网站| 在线观看精品视频| 一区二区三区毛片| 久久九九电影| 欧美日韩的一区二区| 欧美日韩亚洲一区在线观看| 国产精品国产三级国产普通话三级 | 欧美在线亚洲| 久久综合狠狠综合久久综合88| 玖玖视频精品| 国产精品二区二区三区| 黑人巨大精品欧美一区二区小视频 | 亚洲欧美视频| 久久久久久九九九九| 欧美国产在线电影| 国产欧美精品xxxx另类| 亚洲欧洲日本mm| 欧美在线高清| 欧美日韩精品伦理作品在线免费观看 | 亚洲免费在线精品一区| 久久久精品国产免大香伊| 欧美久色视频| 伊人蜜桃色噜噜激情综合| 中文在线资源观看视频网站免费不卡| 欧美在线在线| 国产精品久久久久国产精品日日| 激情婷婷亚洲| 午夜一级久久| 欧美性猛交视频| 亚洲精品免费一区二区三区| 久久国产99| 国产精品成人国产乱一区| 狠狠色狠狠色综合日日五| 日韩视频一区二区三区在线播放免费观看 | 亚洲一区二区三区乱码aⅴ蜜桃女| 久久久久久高潮国产精品视| 国产精品成人免费| 日韩午夜电影av| 免费观看日韩av| 狠狠久久婷婷| 久久福利影视| 国产一区在线观看视频| 亚洲无毛电影| 欧美亚一区二区| 亚洲精品国产系列| 欧美精品国产精品日韩精品| 亚洲精品一线二线三线无人区| 欧美午夜精品久久久久久人妖| 久久精品亚洲国产奇米99| 亚洲在线观看视频网站| 亚洲精品黄色| 日韩一区二区免费高清| 在线精品亚洲| 1204国产成人精品视频| 国内视频一区| 亚洲激情视频网| 亚洲一级网站| 欧美一区二区三区免费观看| 亚洲手机在线| 欧美一区免费| 久久综合色一综合色88| 久久久久九九九| 中文欧美在线视频| 亚洲欧美视频| 久久亚洲影院| 久久久久久伊人| 亚洲视频你懂的| 亚洲一区亚洲二区| 欧美综合国产| 欧美日韩国产色站一区二区三区| 一区二区三区鲁丝不卡| 国产精品久久中文| 国产精品成人一区二区| 亚洲视频久久| 韩国一区二区三区美女美女秀| 久久久久久久97| 亚洲国产精品免费| 欧美巨乳在线| 亚洲欧美另类综合偷拍| 国产亚洲欧美日韩精品| 麻豆精品一区二区综合av| 日韩亚洲欧美一区| 国产欧美在线观看| 欧美大片91| 亚洲欧美视频一区| 尤物九九久久国产精品的分类| 欧美精品一区二区三| 午夜精品区一区二区三| 黄色欧美成人| 欧美三级午夜理伦三级中视频| 欧美伊人久久| av不卡在线观看| 一区二区三区在线视频免费观看 | 在线日韩欧美| 国产精品r级在线| 久久免费99精品久久久久久| 日韩视频一区| 好吊视频一区二区三区四区| 欧美日韩精品一二三区| 久久www免费人成看片高清| 日韩视频在线一区| 黄色av一区| 国产精品日韩欧美一区| 欧美国产精品劲爆| 久久亚洲国产精品一区二区| 国产精品99久久久久久久久| 亚洲国产小视频| 国产日韩欧美亚洲一区| 欧美三区免费完整视频在线观看| 欧美一级大片在线观看| 日韩午夜在线播放| 在线电影院国产精品| 国产情人综合久久777777| 欧美日韩三级视频| 欧美xx视频| 久久综合九九| 久久久av水蜜桃| 午夜视频在线观看一区二区| av成人天堂| 日韩视频不卡中文| 亚洲人成绝费网站色www| 国产一区二区三区四区在线观看| 国产精品久久久久aaaa九色| 欧美日韩伦理在线免费| 欧美日韩国产成人在线91| 欧美黄色aa电影| 欧美国产日韩xxxxx|