久久建筑網(wǎng)(i5h4u.cn)致力打造一個專業(yè)的建筑學習分享平臺! 用戶登陸 免費注冊 | 每日簽到 | 金幣充值| 會員中心 | 上傳資料

      <td id="wijuh"></td>
          位置提示: 主頁 > 隱藏域 > 資料庫 > 正文

        WCECS2013_pp666-670

        http://i5h4u.cn 15-09-30 點 擊: 字體: 【

        WCECS2013_pp666-670

        Proceedings of the World Congress on Engineering and Computer Science 2013 Vol II WCECS 2013, 23-25 October, 2013, San Francisco, USA

        CMOS Differential Amplifier Area Optimization

        with Evolutionary Algorithms

        Revna Acar Vural, Member, IEEE, Burcu Erkmen, Member, IEEE, Ufuk Bozkurt,

        Tulay Yildirim, Member, IEEE

        Besides, gain maximization [10] objective of a two stage operational amplifier are accomplished with GA. Seven real world cases such as buffer, amplifiers, delay, NAND of IC design were evaluated by DE algorithm considering circuit Abstract—This work presents efficient constrained

        optimization methods for sizing of a differential amplifier with current mirror load. The aim is to minimize MOS transistor area using three evolutionary algorithms, differential evolution, artificial bee colony algorithm and harmony search. Simulation results demonstrate that proposed methods not only meets design specifications and accommodates required functionalities but also accomplishes the design objective and improves some design specifications in a shorter computational time with respect to previous method.

        Keywords—; analog integrated circuit sizing; differential evolution; harmony search; artificial bee colony; constrained optimization

        I. INTRODUCTION Analog circuit synthesis is the process of designing and constructing a network to meet the multiple and complex performance specifications by the large number of design variables. Robust analog circuit design which fulfill the design constraints in several different operating environments and under the influence of manufacturing process variations is a very important, complex and time consuming task [1,2]. Optimal CMOS transistor sizing for minimum area oriented optimization, which is only a part of a complete analog circuit CAD tool remains between topology selection and actual circuit layout [3]. Those two tasks are beyond the scope of this work.

        An evolutionary algorithm (EA) based transistor sizing

        approach of a differential amplifier with current mirror load

        for minimum occupied MOS transistor area is presented. Here, population based nature–inspired three EA methods are used to synthesize a CMOS differential amplifier where bias current and MOS transistor sizes are optimized for minimum area requirement while fulfilling particular design specifications such as gain, power dissipation, slew rate, phase margin, common-mode rejection ratio (CMRR), power supply rejection ratio (PSRR), input common-mode range

        (ICMR) considering design objective. EA methods have

        been successfully utilized for various analog integrated

        circuit design schemes [4]. In literature, particle swarm optimization (PSO) [3,5], genetic algorithm (GA)[6], differential evolution (DE) [7,8], non-dominated sorting genetic algorithm NSGA [8,9] techniques have been used for optimizing analog circuits such as a operational transconductance amplifier, differential amplifiers, analog active filter and operational amplifier, low noise amplifiers.

        In [6], GA method is used for active filter transfer function providing desired feature implemented with

        adjusted component instead of standard resistance.

        Revna Acar Vural1, Burcu Erkmen2, Ufuk Bozkurt3, Tulay Yildirim4 {racar1,bkapan2,tulay4}@yildiz.edu.tr, ubozkurt@gmail.com3,

        Yildiz Technical University Department of Electronics and

        Communication Engineering, , Istanbul, Turkey

        ISBN: 978-988-19253-1-2

        ISSN: 2078-0958 (Print); ISSN: 2078-0966 (Online)

        area as design goal in [7]. DE method is utilized for sizing of operational transconductance amplifier considering power minimization and gain maximization and results are compared with NSGA in [8]. In [3,5] PSO is applied for transistor area minimization of two stage operational amplifier and differential amplifier while fulfilling particular design specifications. Optimum device sizes are obtained by NSGA for low noise amplifiers using in RF receivers.

        In this work, DE, HS and ABC algorithms are applied for automated sizing of CMOS differential amplifier. Among

        them, ABC algorithm has not been used for analog sizing

        beforehand. The comparative performances of the optimizing circuit using these algorithms have been evaluated in terms of design criteria and computational efforts.

        Rest of the paper is organized as follows. Brief information about differential evolution, harmony search and artificial bee colony methods is given in section II. Section III describes design procedure for differential amplifier. Simulation results of EA based sizing methodology are presented in section IV. Finally, concluding remarks and comments are given in section V.

        II. EVOLUTIONARY ALGORITHMS Evolutionary algorithms (EA) are iterative in nature and may move to not-necessarily improving solutions which avoids being stuck at local minima [11]. DE, HS and ABC algorithms are three evolutionary methods used for CMOS differential amplifier sizing. All of them utilize constrained procedures where new solutions are not generated unless constraints are satisfied. Details of those are provided in the following.

        A. Differential Evolution DE is a real coded population-based optimization technique based on parallel direct search method and diverges from GA by adding the weighted difference between two chromosomes to the third in order to generate new ones [12].

        DE uses a population P having NP individuals that evolves over G generations to reach the optimal solution.

        Each individual Xi is a vector that features a dimension size of D. Each vector in population matrix is assigned as follows.

        Xj=Xjmin+ηj(Xjmax-Xjmin), j= 1,…,D (1) where Xjmax, Xjmin are the upper, lower bounds, respectively and ηj is a uniformly distributed random number within [0,1] of the jth feature. The optimization process in DE WCECS 2013


        Proceedings of the World Congress on Engineering and Computer Science 2013 Vol II WCECS 2013, 23-25 October, 2013, San Francisco, USA

        is carried out using three operations; mutation, crossover and

        vij?xij??ij(xij?xkj)selection. Mutation operator generates mutant vectors (Xi) (4)

        according to (2) where φij is a uniformly distributed real random number

        Xi’(G) = Xa(G)+F(Xb(G) – Xc(G)), a≠b≠c≠i (2) within the range [-1,1], k is the index of the solution chosen randomly from the colony and j is the index of the dimension where Xa, Xb and Xc are randomly selected vectors among of the problem. After producing v, this new solution is

        ij

        population matrix including NP different vectors. F is the compared to x solution and the employed bee exploits a

        scaling constant used to improve algorithm convergence. The crossover operation is employed to create trial vectors (Xi’’) by mixing the individuals of the mutant vectors (Xi’) with the target vector (Xi) according to (3) X??Xi'(,Gj),if(?'j?CR)or(j?q)i'',(Gj)

        ?? (3) ??Xi(,Gj),otherwise where q is a randomly chosen index within [1,NP], guaranteeing that trail vector employs at least one individual from the mutant vector. CR is the crossover constant within [0,1] that controls the population diversity. Finally selection operator compares the fitness values of trial vectors and target vectors. If trial vectors yield better fitness values then they replace the target vectors with which they were compared, otherwise predetermined population member is retained. The above procedure restarts until the chromosomes have been successfully updated to improve their fitness values to a specified value [12].

        B. Harmony Search

        HS is based on the improvisation process of jazz

        musicians [13]. HS searches an optimal combination of inputs by usage of harmony memory, pitch adjusting and randomization just as musicians seek a fantastic harmony by playing any known tune from their memory, playing a similar tune or composing new and random notes.

        Word文件下載:WCECS2013_pp666-670.doc







          ※相關鏈接
        熱點排行 更多>>
        · 免費農村房屋設計圖 附效果圖
        · 結構力學視頻教程[同濟大學]80集
        · 新農村住宅設計圖3套
        · 200多個施工工藝動畫打包
        · 全套別墅施工圖紙(cad文件)
        · 建筑施工手冊第四版高清完整(共267M).rar
        · 廣聯(lián)達計價軟件GBQ4.0初級視頻教程
        · 一套別墅的施工效果圖 CAD 3D模型
        · 02S701 磚砌化糞池圖集免費
        · 05J909工程做法圖集
        · 12J201平屋面建筑構造
        · 建筑專業(yè)標準規(guī)范大全
        · 12J1工程做法圖集
        · 12J003室外工程圖集
        · cad字體全集能顯示鋼筋符號
        · 11G329-1~3圖集(合訂本)
        · 12G901系列圖集(1-3)
        · 2010廣東省建筑與裝飾工程綜合定額(PDF版)
        · 廣聯(lián)達安裝算量軟件GQI2013視頻教程全集
        · 建筑工程資料員一本通
        · 12G614-1 砌體填充墻結構構造
        · 常用建筑工程驗收標準
        · 豪華別墅CAD全套+室內效果圖
        · 三層超豪華別墅建筑和結構CAD圖紙+效果
        · 施工組織設計實例大全
        · 2013建設工程工程量清單計價規(guī)范完整版
        · 05s502圖集閥門井
        · 12G901-1~3
        · 07FJ02-《防空地下室建筑構造》圖集(PDF清晰版
        · GB50268-2008 《給水排水管道工程施工及驗收規(guī)
        · [福建]框架核心筒結構超高層商務綜合體總承包工程
        · 2017年《造價管理》教材電子版
        · 給排水規(guī)范大全(2016)
        · 3層單家獨院式別墅全套圖紙(值得珍藏)
        · 工程監(jiān)理新人崗前培訓ppt課件
        · 2017年版一建-市政新思維標注考點版
        · GB50500-2013全套清單規(guī)范(內含所有專業(yè))
        · 建筑老司機都懂的施工安全常識
        · 12YJ1-6圖集大全
        · 2017年造價工程師考試用書
        · 一級建造師法規(guī)17教材
        · 寧夏標準圖集大全
        · 建筑設計資料集精華本
        · 注冊巖土工程師全套規(guī)范
        · 公共設施施工組織設計大全
        · 西南j11合訂本
        · 供配電歷年真題
        · JGJ39-2016托兒所幼兒園建筑設計規(guī)范
        · 一份完整的工程案例(圖紙、算量稿)
        · 浙江省安裝工程預算定額
        · 2016年一級建造師電子版教材
        · 中國暴雨統(tǒng)計參數(shù)圖集(2006版)
        · 水工設計手冊第一版(八卷全)
        · 西南11J圖集合集
        · 2015造價師考試建設工程技術與計量安裝教材
        · 民用建筑電氣設計手冊(第二版)
        · 給排水實踐教學及見習工程師圖冊
        · 創(chuàng)意庭院
        · 中國十大著名地標建筑
        · 05圖集電氣
      1. 數(shù)百萬工程資料下載
        久久建筑網(wǎng)提供 圖紙/書籍/方案/圖集

      2. 育明教育:北京大學風景園林考研參考書,北大風景園林
        育明教育:北京大學風景園林考研參考書,北大風景園林考研復試線,北大考研專業(yè)課輔導 ,育明教育,五

      3. 開童裝注意事項
        開童裝注意事項,s。 如何做好童裝零售微軟中國表格 如何做好童裝零售?如何開好童裝店? 分享到空間分

      4. lecture07-2005
        lecture07-2005,代數(shù)圖論--圖的譜理論--最小割 與最大割 參考資料。

      5. 求最大重復子串.ppt
        求最大重復子串.ppt,OI論文 字符串 ACM。

      6. 作業(yè)十一
        作業(yè)十一,11。

      7. 《夢幻西游》案例分析.ppt
        《夢幻西游》案例分析.ppt文獻資料!

      8. 復式樓裝修方案dwg
        復式樓裝修方案_dwg

      9. 公務員輔導專家鎖定21組經典公務員面試題
        公務員輔導專家鎖定21組經典公務員面試題,公務員面試 公務員輔導專家鎖定組經典公務員面試題表格 公

      10. 2011昌平區(qū)初三一模數(shù)學試題(含答案)
        2011昌平區(qū)初三一模數(shù)學試題(含答案),2011中考復習資料之真題篇,新年華學校010-51663232。 金屬

      11. GBJ13-86 室外給水設計規(guī)范
        GBJ13-86 室外給水設計規(guī)范.pdfGBJ13-86 室外給水設計規(guī)范

      12. 2002版《水利工程施工機械臺時費定額
        2002版《水利工程施工機械臺時費定額2002版《水利工程施工機械臺時費定額2002版《水利工程施工機械

      13. 衛(wèi)生專業(yè)資格考試神經電生理(腦電圖)技術考試練習題
        衛(wèi)生專業(yè)資格考試神經電生理(腦電圖)技術考試練習題,衛(wèi)生專業(yè)資格考試神經電生理(腦電圖)技術考

      14. 日本佛教史
        日本佛教史。

      15. 橋涵(上冊)
        橋涵(上冊).pdf

      16. DLT 5187.2-2004 火力發(fā)電廠運煤設計技術規(guī)程 第2部分
        DLT 5187.2-2004 火力發(fā)電廠運煤設計技術規(guī)程 第2部分:煤塵防治.pdf

      17. 西方經濟學復習要點
        西方經濟學復習要點,挺全的,應該有用。 《宏微觀經濟學》的期末復習大綱年月日朱志芬細明?、、、、

      18. 你是學生??
        最佳答案: http://i5h4u.cn 久久建筑網(wǎng) 是的。。!建筑設計!! http://www.99jianzhu.

      19. 百家講壇之道德與法律
        百家講壇之道德與法律.txt,百家講壇。 “硫酸潑熊”引發(fā)的思考袁濟喜 主講人簡介: 袁濟喜中國人民

      20. 通達信文件修改對比工具Portable.exe
        通達信文件修改對比工具Portable.exe,所有同類文件同步比較,非常方便的一款對比工具。

      21. 危險化學品安全管理條例(最新2011)
        危險化學品安全管理條例(最新2011),2011年3月發(fā)布的《危險化學品安全管理條例》。。