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

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

模擬CMOS集成電路

  • 使用簡易閂鎖電路保護電源

    設計時需要過一款簡單、低成本的閂鎖電路 (latch circuit) ?圖一顯示的就是這樣一款電路,基本上是一個可控矽整流器(SCR),結合了一些離散組件,只需低成本的元件便可以提供電源故障保護。

    標簽: 閂鎖電路 保護電源

    上傳時間: 2013-11-11

    上傳用戶:zq70996813

  • 可替代整合型MOSFET的獨立元件

    在電源設計中,工程人員時常會面臨控制 IC 驅動電流不足的問題,或者因為閘極驅動損耗導致控制 IC 功耗過大。為解決這些問題,工程人員通常會採用外部驅動器。目前許多半導體廠商都有現成的 MOSFET 積體電路驅動器解決方案,但因為成本考量,工程師往往會選擇比較低價的獨立元件。

    標簽: MOSFET 獨立元件

    上傳時間: 2013-11-19

    上傳用戶:阿譚電器工作室

  • KS-0825用戶接口電路模塊

    KS-0825 系列用戶接口電路模塊(RINGSLIC MODULE)采用模塊化結構,在單個模塊上集成了DC/DC 變換器、正反極開關、恒流饋電電路、二/四線變換電路、450Hz 正旋波發生器等用戶接口系統需要的所有功能,使小用戶話音系統的設計變得極為簡單,用戶只需要提供+5V 直流電源,即可實現小用戶話音系統所必需的恒流饋電、振鈴、二/四線變換、等功能;同時可以大幅度降低系統體積,降低成本。

    標簽: 0825 KS 用戶接口 電路模塊

    上傳時間: 2013-11-12

    上傳用戶:894448095

  • 4x4鍵盤的設計與制作

    三種方法讀取鍵值􀂄 使用者設計行列鍵盤介面,一般常採用三種方法讀取鍵值。􀂉 中斷式􀂄 在鍵盤按下時產生一個外部中斷通知CPU,並由中斷處理程式通過不同位址讀資料線上的狀態判斷哪個按鍵被按下。􀂄 本實驗採用中斷式實現使用者鍵盤介面。􀂉 掃描法􀂄 對鍵盤上的某一行送低電位,其他為高電位,然後讀取列值,若列值中有一位是低,表明該行與低電位對應列的鍵被按下。否則掃描下一行。􀂉 反轉法􀂄 先將所有行掃描線輸出低電位,讀列值,若列值有一位是低表明有鍵按下;接著所有列掃描線輸出低電位,再讀行值。􀂄 根據讀到的值組合就可以查表得到鍵碼。4x4鍵盤按4行4列組成如圖電路結構。按鍵按下將會使行列連成通路,這也是見的使用者鍵盤設計電路。 //-----------4X4鍵盤程序--------------// uchar keboard(void) { uchar xxa,yyb,i,key; if((PINC&0x0f)!=0x0f) //是否有按鍵按下 {delayms(1); //延時去抖動 if((PINC&0x0f)!=0x0f) //有按下則判斷 { xxa=~(PINC|0xf0); //0000xxxx DDRC=0x0f; PORTC=0xf0; delay_1ms(); yyb=~(PINC|0x0f); //xxxx0000 DDRC=0xf0; //復位 PORTC=0x0f; while((PINC&0x0f)!=0x0f) //按鍵是否放開 { display(data); } i=4; //計算返回碼 while(xxa!=0) { xxa=xxa>>1; i--; } if(yyb==0x80) key=i; else if(yyb==0x40) key=4+i; else if(yyb==0x20) key=8+i; else if(yyb==0x10) key=12+i; return key; //返回按下的鍵盤碼 } } else return 17; //沒有按鍵按下 }

    標簽: 4x4 鍵盤

    上傳時間: 2013-11-12

    上傳用戶:a673761058

  • 單片機外圍電路設計(第2版)

    本書從實用角度出發,全面系統深入地闡述了MCS—51單片機及其兼容機外圍電路的 設計與應用..全書共10章.第1章至第3章分別介紹各種智能化/網絡化集成傳感器、傳 感器系統的原理與應用、數字IC及智能傳感器的接口技術.第4章闡述單片機測控系統的 設計.第5章闡述數據采集系統及新穎檢測電路的設計.第6章講述智能儀器專用集成電 路及其應用.第7章介紹一種基于串行口在線下載的單片機開發系統的設計.第8章闡述 單片機系統穩壓電源的設計.第9章介紹電源監控及保護電路.第10章專門介紹單片機測 控系統的抗干擾措施.隨書贈送的光盤中,包含了大量的單片機外圍集成電路的最新英 文資料,是不可多得的珍貴技術資料庫...

    標簽: 單片機 外圍電路設計

    上傳時間: 2013-10-13

    上傳用戶:凌云御清風

  • 差分電路中單端及混合模式S-參數的使用

    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.

    標簽: 差分電路 單端 模式

    上傳時間: 2014-03-25

    上傳用戶:yyyyyyyyyy

  • MAX338/MAX339的英文數據手冊

      本軟件是關于MAX338, MAX339的英文數據手冊:MAX338, MAX339   8通道/雙4通道、低泄漏、CMOS模擬多路復用器   The MAX338/MAX339 are monolithic, CMOS analog multiplexers (muxes). The 8-channel MAX338 is designed to connect one of eight inputs to a common output by control of a 3-bit binary address. The dual, 4-channel MAX339 is designed to connect one of four inputs to a common output by control of a 2-bit binary address. Both devices can be used as either a mux or a demux. On-resistance is 400Ω max, and the devices conduct current equally well in both directions.   These muxes feature extremely low off leakages (less than 20pA at +25°C), and extremely low on-channel leakages (less than 50pA at +25°C). The new design offers guaranteed low charge injection (1.5pC typ) and electrostatic discharge (ESD) protection greater than 2000V, per method 3015.7. These improved muxes are pin-compatible upgrades for the industry-standard DG508A and DG509A. For similar Maxim devices with lower leakage and charge injection but higher on-resistance, see the MAX328 and MAX329.

    標簽: MAX 338 339 英文

    上傳時間: 2013-11-12

    上傳用戶:18711024007

  • DesignSpark PCB設計工具軟件_免費下載

    DesignSpark PCB 第3版現已推出! 包括3種全新功能: 1. 模擬介面 Simulation Interface 2. 設計計算機 Design Calculator 3. 零件群組 Component Grouping 第3版新功能介紹 (含資料下載) 另外, 中文版的教學已經準備好了, 備有簡體和繁體版, 趕快下載來看看! 設計PCB產品激活:激活入品 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum。

    標簽: DesignSpark PCB 設計工具 免費下載

    上傳時間: 2013-10-19

    上傳用戶:小眼睛LSL

  • DesignSpark PCB設計工具軟件_免費下載

    DesignSpark PCB 第3版現已推出! 包括3種全新功能: 1. 模擬介面 Simulation Interface 2. 設計計算機 Design Calculator 3. 零件群組 Component Grouping 第3版新功能介紹 (含資料下載) 另外, 中文版的教學已經準備好了, 備有簡體和繁體版, 趕快下載來看看! 設計PCB產品激活:激活入品 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum。

    標簽: DesignSpark PCB 設計工具 免費下載

    上傳時間: 2013-10-07

    上傳用戶:a67818601

  • 電路板維修相關技術資料

    電路板故障分析 維修方式介紹 ASA維修技術 ICT維修技術 沒有線路圖,無從修起 電路板太複雜,維修困難 維修經驗及技術不足 無法維修的死板,廢棄可惜 送電中作動態維修,危險性極高 備份板太多,積壓資金 送國外維修費用高,維修時間長 對老化零件無從查起無法預先更換 維修速度及效率無法提升,造成公司負擔,客戶埋怨 投資大量維修設備,操作複雜,績效不彰

    標簽: 電路板維修 技術資料

    上傳時間: 2013-11-09

    上傳用戶:chengxin

主站蜘蛛池模板: 兴安盟| 双鸭山市| 房产| 垦利县| 五指山市| 白城市| 攀枝花市| 灌阳县| 军事| 桑植县| 江油市| 项城市| 阜宁县| 闸北区| 靖宇县| 景泰县| 东丽区| 龙江县| 东兴市| 达尔| 鄄城县| 石林| 洮南市| 兴文县| 且末县| 永清县| 宁晋县| 郓城县| 法库县| 上蔡县| 鲁山县| 锡林浩特市| 河源市| 方城县| 莒南县| 塘沽区| 顺平县| 桐柏县| 巍山| 尚志市| 平阴县|