對(duì)於輸出電壓處?kù)遁斎腚妷汗?fàn)圍之內(nèi) (這在鋰離子電池供電型應(yīng)用中是一種很常見的情形) 的 DC/DC 轉(zhuǎn)換器設(shè)計(jì),可供采用的傳統(tǒng)解決方案雖有不少,但迄今為止都不能令人非常滿意
上傳時(shí)間: 2013-11-19
上傳用戶:urgdil
許多電信和計(jì)算應(yīng)用都需要一個(gè)能夠從非常低輸入電壓獲得工作電源的高效率降壓型 DC/DC 轉(zhuǎn)換器。高輸出功率同步控制器 LT3740 就是這些應(yīng)用的理想選擇,該器件能把 2.2V 至 22V 的輸入電源轉(zhuǎn)換為低至 0.8V 的輸出,並提供 2A 至 20A 的負(fù)載電流。其應(yīng)用包括分布式電源繫統(tǒng)、負(fù)載點(diǎn)調(diào)節(jié)和邏輯電源轉(zhuǎn)換。
上傳時(shí)間: 2013-12-30
上傳用戶:arnold
CMOS 邏輯系統(tǒng)的功耗主要與時(shí)脈頻率、系統(tǒng)內(nèi)各閘極輸入電容及電源電壓有關(guān),裝置尺寸縮小後,電源電壓也隨之降低,使得閘極大幅降低功耗。這種低電壓裝置擁有更低的功耗和更高的運(yùn)作速度,因此系統(tǒng)時(shí)脈頻率可升高至 Ghz 範(fàn)圍。
上傳時(shí)間: 2013-10-14
上傳用戶:immanuel2006
透過(guò)增加輸入電容,可以在獲得更多鏈波電流的同時(shí),還能藉由降低輸入電容的壓降來(lái)縮小電源的工作輸入電壓範(fàn)圍。這會(huì)影響電源的變壓器圈數(shù)比以及各種電壓與電流應(yīng)力(current stresscurrent stress current stresscurrent stress current stress current stress )。電容鏈波電流額定值越大,應(yīng)力越小,電源效率也就越高。
上傳時(shí)間: 2013-11-11
上傳用戶:jelenecheung
HT45F23 MCU 含有兩個(gè)運(yùn)算放大器,OPA1 和OPA2,可用於用戶特定的模擬信號(hào)處理,通 過(guò)控制暫存器,OPA 相關(guān)的應(yīng)用可以很容易實(shí)現(xiàn)。本文主要介紹OPA 的操作,暫存器設(shè)定 以及基本OPA 應(yīng)用,例如:同相放大器、反相放大器和電壓跟隨器。 HT45F23 運(yùn)算放大器OPA1/OPA2 具有多個(gè)開關(guān),輸入路徑可選以及多種參考電壓選擇,此 外OPA2 內(nèi)部有8 種增益選項(xiàng),直接通過(guò)軟體設(shè)定。適應(yīng)於各種廣泛的應(yīng)用。
上傳時(shí)間: 2013-11-21
上傳用戶:immanuel2006
排序算法的性能比較 對(duì)不同類型的問(wèn)題規(guī)模,測(cè)試各種介紹的排序算法的性能。統(tǒng)計(jì)他們的鍵值比較次數(shù),鍵值移動(dòng)次數(shù)以及運(yùn)行時(shí)間并分析結(jié)果。 小型問(wèn)題:N≈20 中型問(wèn)題:N≈2000 大型問(wèn)題:N≈200000. C 語(yǔ)言的32關(guān)鍵字如下: 實(shí)驗(yàn)原理: 線性表的排序,快速,起泡,選擇,插入。
上傳時(shí)間: 2013-12-20
上傳用戶:lingzhichao
1、 了解系統(tǒng)調(diào)用pipe()的功能和實(shí)際原理 2、 編寫一段程序,使用管道實(shí)現(xiàn)父子進(jìn)程之間的通信 a) 使用系統(tǒng)調(diào)用fork()創(chuàng)建一個(gè)子進(jìn)程 b) 子進(jìn)程調(diào)用函數(shù)write()向父進(jìn)程發(fā)送自己的進(jìn)程ID和字符串” s sending a message to parent.\n”。 c) 父進(jìn)程調(diào)用函數(shù)read()通過(guò)管道讀出子進(jìn)程發(fā)來(lái)的消息,將消息輸出屏幕,然后終止
標(biāo)簽: pipe 系統(tǒng)調(diào)用 程序 編寫
上傳時(shí)間: 2013-12-16
上傳用戶:古谷仁美
This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.
標(biāo)簽: information up-to-date available currently
上傳時(shí)間: 2015-10-31
上傳用戶:CHINA526
我用matlab寫的一個(gè)corner detector, 效果比現(xiàn)在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorithm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering.
標(biāo)簽: detector matlab corner harris
上傳時(shí)間: 2013-12-30
上傳用戶:569342831
利用SPI傳輸協(xié)定,調(diào)整MCP4921類比電壓產(chǎn)生器的輸出電壓,使其輸出一個(gè)0V到5V的類比鋸齒波電壓輸出
標(biāo)簽: SPI
上傳時(shí)間: 2013-12-26
上傳用戶:diets
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1