OLIVIA: Objectoriented Logicsimulation Implementing the VITAL Standard

Size: px
Start display at page:

Download "OLIVIA: Objectoriented Logicsimulation Implementing the VITAL Standard"

Transcription

1 Reprin from Proceedings 7h IEEE/SIGDA Grea Lakes Symposium on VLSI, GLS-VLSI 1997 Urbana-Champaign, Illinois, U.S.A., March 15 17, 1997 : Objecoriened Logicsimulaion Implemening he VITAL Sandard Josef Fleischmann, Rolf Schlagenhaf, Marin Peller, and Norber Fröhlich Insiue of Elecronic Design Auomaion Technical Universiy of Munich D Munich, Germany Absrac In a VHDL-based design flow for applicaion specific inegraed circuis, VITAL provides a uniform mehodology for developing ASIC libraries for signoff simulaion. The VITAL Sandard includes specialized rouines for describing behavior and iming of ASIC cells and inegraes backannoaion via Sandard Delay Forma (SDF). One of he key issues of he VITAL iniiaive was o accelerae simulaion performance a gae level by allowing only a resriced se of VHDL. In his paper, we presen an efficien implemenaion of he VITAL-Sandard in our objecoriened, even-driven logic simulaion ool. Firs promising resuls concerning simulaion performance compared o convenional VHDL-Simulaors are given. 1 Inroducion The specificaion and design of digial sysems is coninously moving owards higher levels of absracion. This is due o he increasing availabiliy of auomaed or semiauomaed EDA-ools and he growing accepance of hardware descripion languages like VHDL or Verilog. Neverheless, iming simulaion of he final nelis a logic level is sill an imperaive sep in he ASIC design cycle before sign-off. In he pas, here has been no uniform mehodology for sign-off simulaion based on VHDL. This was due o several facors: As a maer of fac, here has been no indusryacceped mehodology for modeling asic cells in VHDL. The iming model provided by VHDL was no accurae enough for sign-off. Simulaion performance a gae level was oo low compared o dedicaed logic simulaion engines. Because of he lack of ASIC libraries, designers using VHDL had o swich o Verilog or use specialized gae level simulaors for sign-off simulaion. During he VITAL Iniiaive (VHDL Iniiaive Towards Asic Libraries), major semiconducor suppliers and EDA ool vendors worked ogeher on he VITAL model developmen specificaion [IEE96] which has been adoped by he IEEE (IEEE ) in December The goal of his sandard is o provide a uniform and efficien modeling syle wih sufficien iming accuracy for sign-off simulaion based on VHDL. While enabling a uniform mehodology for developing ASIC libraries, he focus was also on significanly improving simulaion performance a logic level. Since is sandardizaion, he VITAL concep has been inegraed ino numerous commercial VHDL simulaion ools. The VITAL package can be used wih any VHDL simulaor, as i is enirely wrien in VHDL. Bu for improving performance of he simulaion, he simulaion kernel iself has o be modified in order o ake advanage of he VITAL resricions. The poenial for faser simulaion sems from he fac ha only well defined iming procedures have o be used when describing an ASIC cell and he possible modules for calculaing delays and checking for iming violaions have o appear in a sricly defined order. Our approach for improving simulaion performance a gae level differs from he VHDL simulaor vendors approach, as we do no sar from a fully-fledged VHDL simulaion sysem and ry o accelerae he VITAL subse for he simulaion of neliss. The developmen of (Objecoriened Logicsimulaion Implemening he VITAL Sandard) was raher based on he dedicaed logic level simulaion ools LDSIM [KA90, Kro89] and OSIM [Sch93]. The paper is organized as follows: In secion 2, we give a shor inroducion ino he VITAL Modeling Specificaion for hose who are no ye familiar wih his new sandard. In secion 3 we highligh some deails abou he implemenaion of he new objecoriened logic simulaion ool. Firs resuls from simulaed benchmark circuis and a performance comparison o a commercial VHDL/VITAL simulaor are shown in secion 4. In he final secion, some 51

2 concluding remarks and an overview of our fuure work is presened. 2 VITAL Modeling Syle Wihin a VHDL-based design flow, he VITAL Sandard esablishes a uniform forma for he descripion of library cells for iming verificaion. In more deail, he following aspecs are covered by he VITAL concep: Model developmen guidelines for ASIC cells and resricion of he applicable se of VHDL Timing rouines for defining emporal behavior and iming checks for deecing and conrolling iming violaions Primiives for modeling funcionaliy of cells Sandardized generic parameers for backannoaion of layou dependen delay parameers via SDF (Sandard Delay Forma) Cell Inpu Pors Delay Block Negaive Consrain Block VITAL Level 0 Eniy: Timing Generics VITAL Level 1 Archiecure: VITAL Process Sensiviy Lis Timing Check Secion Funcionaliy Secion Pah Delay Secion VITAL Primiive Concurren Proc. Call Cell Oupu Pors In Figure 1 an overview is given of he building blocks of a VITAL library cell and he order in which hey have o be specified. There are wo levels of modeling in VI- TAL (a uorial inroducion o VITAL can be found in [Lev95, Sch95]): VITAL level 0 rules are resriced o he eniy inerface and hese rules include a fixed variable naming convenion for iming generics in order o enable SDF backannoaion. VITAL level 1 guidelines apply o he archiecure of he model: Here i is possible o model wire delays, negaive consrains, iming checks, funcionaliy and individual pah delays in he depiced order using he procedures and funcions from he VITAL package. The se of applicable VITAL iming modules and he logical order in which hey have o be specified is sricly defined. This fac can be exploied for a more efficien implemenaion for he sake of speeding up gae level simulaion. 3 Implemenaion As a saring poin for he new implemenaion, he objec-oriened simulaion ool OSIM [Sch93] was used. OSIM conains classes for implemening an even-driven simulaor: Evens, even queue adminisraion, boolean primiives, signal models, inpu and oupu modules. I is based on a specific logic modeling specificaion originally presened in [Kro89]. During he developmen of OSIM, one requiremen was o decouple he simulaion kernel from he model of he circui o be simulaed. This was done by using a sric objecoriened approach, hus faciliaing laer reuse of he simulaion kernel for various applicaions. Wihin he even-driven logic simulaor, here are hree main groups of objecs which are insaniaed during he simulaion: Objecs, which represen he circui o be simulaed Even objecs, which propagae informaion during he simulaion run Objecs, which implemen he simulaion cycle Due o he objec-orienaion of OSIM i was possible o implemen in a relaively shor period of ime. A more deailed descripion of he differen logic modeling syles in OSIM and VITAL and implemenaional deails are given in [Pel96]. OSIM and are very good examples for sofware reusabiliy and code readabiliy when sricly adhering o an objec-oriened programming paradigm. Objecs for Represenaion of he Circui Figure 1. Srucure of a VITAL-Model [IEE96] During simulaion, he circui is represened by a number of various communicaing simulaion objecs. These 52

3 A C B QA NOT_C QB Figure 2. Example circui F 1 Q objecs. This way, componen evaluaions are riggered by preceeding circui elemens and daa is exchanged. Thus, here is quie a similariy beween he naural signal flow in a circui and is realizaion in he simulaor. There are special objecs which represen iming relaed behavior of he circui. They can generae evens, which are scheduled by he even adminisraion and execued by he SimObj iself laer. By he daa hiding mechanism of he objec-orienaion paradigm, he funcion of a componen is oally hidden wihin iself. Therefore, he objecs can have very differen funcions wihou muual inerference. In for example, here exis componens for wire delays (SimDel), gaes (e.g. SimPrimAND) and sae ables (SimPrimSaeTable) besides ohers. Differen asks are realized wihin he componens, for example seup and hold ime check (VialSeupHoldCheck) and appropriae selecion of pah delays (VialPahDelay01). Figures 2 and 3 show, how a circui is represened by a se of objecs wihin he simulaor. Each recangle is an insance of a SimObj. Besides he already menioned componens for wire delays and gaes, objecs for simulaion of primary inpu signals, recording of signals and fanou represenaion are depiced. Even Objecs F primary in SimInDig signal recorder SimRecDig fanou SimDis 1 wire delay SimDel nand SimPrimNAND inverer SimPrimINV Figure 3. Inernal Represenaion in he Simulaor are dynamically creaed and conneced o each oher a he beginning of a simulaion run. Unforunaely, he classes for circui represenaion of OSIM could no be used for, because he elemen and signal modeling of OSIM and VITAL differ. Neverheless, several base classes could be used as a saring poin for refinemens, hus reducing he required ime for developing he new ool. All componens of he circui model are insances of differen classes derived from he uppermos base class SimObj. Therefore, hey can all be muually conneced corresponding o he circui nelis. By hese connecions, signal changes can be propagaed o succeeding Corresponding o he discree even simulaion paradigm, each non-immediae signal change wihin he circui mus be coded in an even objec. They are all dynamically generaed during he simulaion run, hen execued and finally deleed. Due o he significanly differen signal modeling concep in VITAL, new even classes became necessary. They were implemened by inheriance from exising base classes for evens. Therefore i was possible o reuse big pars of he complex even adminisraion of OSIM for. Concerning even handling here is a difference beween and oher VHDL simulaors: The normal preempion mechanism of VHDL is subsiued by an alernaive which is more suiable for fuure parallelizaion of he simulaor. In, invalidaed evens are no preemped immediaely when he mos recen even is insered in he even adminisraion. Insead, hey are deleed jus before heir originally scheduled execuion. Normal preempion would desroy he lookahead [LL90] of he simulaion model, which is a basic condiion for he parallizaion mehod TIME WARP [Jef85]. The alernaive mehod realized in keeps he lookahead, bu does no have any impac on he simulaion oupu. In order o implemen his mehod, he normal VHDL even had o be exended by wo values: Generaion ick of he even Gen 53

4 even ype (INERTIAL or TRANSPORT) The disincion beween INERTIAL and TRANSPORT evens is necessary only for special siuaions during glich deecion. Normally, a componen generaes eiher one or he oher ype of evens during he whole simulaion run corresponding o is VITAL descripion. Gen is he more imporan value for correc even handling. The opology componen, which creaes an even, has a ick couner. I is increased a every VHDL dela cycle. When generaing a new even, he opology componen ses Gen of he new even o he same value as is own ick couner. This value is used laer when he even is scheduled. Then we decide wheher his even is sill valid and mus be execued or if i has o be ignored because of causaliy reasons. The decision is done by comparing he even ick wih a second reference ick RefExe wihin he opology objec. If he even is valid and execued, RefExe is se o he ick value of he even. value: Gen: A H L Ref Exe: value: Gen: B H L Ref Exe: T RANSP ORT BUFFER TRise = 10 TF all = 5 H 5 L L 7 H 5 Gen < Ref Exe ev en ignored Figure 4. Even Cancellaion Figure 4 shows an example using a simple buffer wih he delays T Rise = 10 and T F all = 5. In case A he even ordering ( 1, 0 ) during generaion and execuion is he same and no preempion or correcion is necessary. In case B, he even ordering changes. In VHDL even 1 is deleed by preempion, when even 0 is generaed. In our approach, even 1 is cancelled jus before is execuion, because Gen of he even is smaller han RefExe of he buffer objec. Objecs Implemening he Simulaion Cycle Addiionally, here are some objecs which implemen he simulaion cycle iself. The mos imporan ones o menion are he objec which builds and manages he circui opology, and he objec for even adminisraion (even queue). There is only one insaniaion of each of hese objecs and heir lifeime lass over he whole simulaion run. This se of objecs represens he basic funcionaliy of he simulaor kernel. Alhough a slighly differen simulaion cycle had o be implemened for simulaing VHDL, sofware reuse of major pars formerly used in OSIM was possible. 4 Resuls In order o verify he correc funcionaliy of he new simulaor and o be able o compare is performance o commercial VHDL simulaion sysems, we simulaed differen benchmark circuis. For his purpose, we used hree combinaional circuis from he LGSYNTH91 [Yan91] benchmark se (C17, ALU2 and C6288) and a locally developed sequenial circui (ADD4). All simulaion experimens described in his secion were conduced on a single-processor DEC ALPHA 250 4/266 running DIGI- TAL UNIX V3.2. Our simulaor was compiled wih GNU G++ and all experimens wih commercial simulaors were done in compiled mode. An overview of he experimenal simulaion environmen is shown in Figure 5. The VHDL circui nelis is read by a VHDL reader, which has been developed using he GNU BISON and FLEX ools. The reader convers he circui descripion ino an inermediae direced graph conaining signal and componen nodes. This inermediae graph srucure is used by o build all necessary simulaion objecs as shown for he small example in Figure 3. For generaing simuli, we used a simple program for generaing random vecors. A primiive backend is employed for processing he oupufile produced by and visualize he simulaion resuls. A graphical user inerface has no been implemened ye. During simulaion we applied randomly generaed es vecors o he circui inpus. In each experimen, we raced a se of inernal signals and all oupu signals and we go he same simulaion resuls on and he commercial VHDL/VITAL simulaor. The performance figures shown in Figure 6 and 7 are mean execuion imes obained by five independen simulaion runs. The measured cpu ime in experimens wih include he ime for parsing he VHDL circui descripion and he ranslaion o an inermediae graph, he ime o read he simuli file, he ime for circui simulaion and for wriing he race file. 54

5 STIMULI GENERATOR CPU Time [sec] VITAL NETLIST VHDL READER STIMULI FILE INTERMEDIATE GRAPH SIMULATOR ALU2: CPU Time on Decalpha: Tool A Speedup TRACE FILE 200 VISUALIZATION Figure 5. Experimenal Simulaion Environmen Firs, we did some invesigaions on he relaion beween simulaion runime and number of inpu vecors. In Figure 6 i can be seen, ha for our example ALU2 here is a near linear correlaion beween execuion ime and number of vecors for boh he commercial ool and. In our experimens we observed ha he nonlinear endency increases wih he size of he circui and he number of es vecors. This effec may mos likely resul from sideeffecs like he large size (> 20 Mb) of he simulaion oupu files. In Figure 6 you can also see he significan difference in performance beween our new simulaion ool and he commercial sae-of-he-ar simulaor TOOL A 1 : When simulaing he combinaional circui ALU2 we experienced an increase in simulaion speed by a facor beween five and seven depending on he number of inpu vecors. An overview of our firs performance resuls wih he benchmarks simulaed up o now is depiced in Figure 7: We obained a really significan speedup for all circuis simulaed ye. Even more ineresing is, ha he speedup obained by seems o increase wih larger circui sizes and larger ses of inpu vecors. For a more deailed performance invesigaion we are now working on simulaing more and larger benchmark circuis. Furhermore, we are currenly conducing experimens wih oher commercial VITAL opimized simulaors. Our preliminary resuls indicae ha simulaion ool ouperforms TOOL B which is said o be one of he fases VHDL/VITAL simulaors a he momen by a facor beween wo and hree. 1 For reasons of license agreemens, we do no expliciely name any of he employed commercial simulaion ools in his paper Inpu evens Figure 6. Simulaion Runimes for Differen Ses of Inpu Vecors 5 Conclusion and Fuure Work In his paper we presened a new objecoriened evendriven simulaion ool for iming simulaion a gae level implemening he VITAL Sandard. The ool is currenly under developmen and was originally designed o be used in a VLSI design course. Therefore, is no ye capable of parsing an arbirary library of VITAL simulaion models, bu i works on a resriced design library consising of a number of combinaional and sequenial primiives. Alhough here has been no fine-uning of he code for performance ye, he simulaion ool shows significan speedups compared o convenional VHDL simulaion ools a logic level while producing he same simulaion resuls. The focus of curren and fuure work is on he following opics: Furher performance evaluaion and comparison o commercial VITAL opimized simulaors while simulaing larger benchmark circuis 55

6 Rel. Simulaion Runime (CPU-Time) TOOL A [IEE96] IEEE Sandards Board. IEEE Sandard for VITAL Applicaion-Specific Inegraed Circui (ASIC) Modeling Specificaion, IEEE % [Jef85] D. R. Jefferson. Virual Time. ACM Transacions on Programming Languages and Sysems, 7(3): , % 50 % [KA90] H. T. Krodel and K. J. Anreich. An Accurae Model for Ambiguiy Delay Simulaion. In European Conference on Design Auomaion (EDAC), pages , Glasgow, % 5.6s 12.8s 54.1s 304.5s [Kro89] Hans Thomas Krodel. Verfahren zur Logiksimulaion komplexer digialer Schalungen mi flexibler Modellierung. PhD hesis, Insiue of Elecronic Design Auomaion, Technical Universiy of Munich, C ADD ALU C Circui Gaes+FFs Figure 7. Normalized Simulaion Execuion Times [Lev95] [LL90] Oz Levia. Inroducion o ASIC Cells Modeling wih VITAL. In VHDL Forum for CAD in Europe, April Tuorial. Yi-Bing Lin and Edward D. Lazowska. Exploiing Lookahead in Parallel Simulaion. IEEE Transacions on Parallel and Disribued Sysems, 1(4): , Enhance capabiliies of he fronend VHDL reader in order o be able o process hierarchical srucural VHDL designs Implemenaion of a mechanism for backannoaion of layou dependen delay informaion via SDF During he concepualizaion and implemenaion phase of special emphasis has been laid on he abiliy o por he simulaor o a parallel environmen laer. There are already plans for a parallel VITAL simulaor operaing on a worksaion cluser. This endeavor will be guided by our experience in parallel gae level simulaion [SRSB95, FW95] References [FW95] [IEE94] Josef Fleischmann and Philip A. Wilsey. Comparaive Analysis of Periodic Sae Saving Techniques in Time Warp Simulaors. In ACM/SCS/IEEE Workshop on Parallel and Disribued Simulaion (PADS), pages 50 58, Lake Placid, New York, June IEEE Sandards Board. VHDL Language Reference Manual, ANSI/IEEE [Pel96] Marin Peller. Logiksimulaion mi VITAL. Maser s hesis, Insiue of Elecronic Design Auomaion, Technical Universiy of Munich, [Sch93] Rolf Schlagenhaf. Objekorienierer Simulaor für Logikschalungen. Maser s hesis, Insiue of Elecronic Design Auomaion, Technical Universiy of Munich, [Sch95] Seven E. Schulz. Inroducion o VITAL 95. In Menor User s Group Meeing, Tuorial Presenaion. [SRSB95] Rolf Schlagenhaf, Marin K. Ruhwandl, Chrisian Sporrer, and Herber Bauer. Dynamic Load Balancing of a Muli-Cluser Simulaor on a Nework of Worksaions. In ACM/SCS/IEEE Workshop on Parallel and Disribued Simulaion (PADS), pages , Lake Placid, New York, June [Yan91] Saeyang Yang. Logic Synhesis and Opimizaion Benchmarks User Guide, Version 3.0. MCNC, Research Triangle Park, N.C ,

P. Bruschi: Project guidelines PSM Project guidelines.

P. Bruschi: Project guidelines PSM Project guidelines. Projec guidelines. 1. Rules for he execuion of he projecs Projecs are opional. Their aim is o improve he sudens knowledge of he basic full-cusom design flow. The final score of he exam is no affeced by

More information

4 20mA Interface-IC AM462 for industrial µ-processor applications

4 20mA Interface-IC AM462 for industrial µ-processor applications Because of he grea number of indusrial buses now available he majoriy of indusrial measuremen echnology applicaions sill calls for he sandard analog curren nework. The reason for his lies in he fac ha

More information

Development of Temporary Ground Wire Detection Device

Development of Temporary Ground Wire Detection Device Inernaional Journal of Smar Grid and Clean Energy Developmen of Temporary Ground Wire Deecion Device Jing Jiang* and Tao Yu a Elecric Power College, Souh China Universiy of Technology, Guangzhou 5164,

More information

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters Conrol and Proecion Sraegies for Marix Converers Dr. Olaf Simon, Siemens AG, A&D SD E 6, Erlangen Manfred Bruckmann, Siemens AG, A&D SD E 6, Erlangen Conrol and Proecion Sraegies for Marix Converers To

More information

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib 5h Inernaional Conference on Environmen, Maerials, Chemisry and Power Elecronics (EMCPE 016 Pulse Train Conrolled PCCM Buck-Boos Converer Ming Qina, Fangfang ib School of Elecrical Engineering, Zhengzhou

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

More information

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities Direc Analysis of Wave Digial Nework of Microsrip Srucure wih Sep Disconinuiies BILJANA P. SOŠIĆ Faculy of Elecronic Engineering Universiy of Niš Aleksandra Medvedeva 4, Niš SERBIA MIODRAG V. GMIROVIĆ

More information

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method Invesigaion and Simulaion Model Resuls of High Densiy Wireless Power Harvesing and Transfer Mehod Jaber A. Abu Qahouq, Senior Member, IEEE, and Zhigang Dang The Universiy of Alabama Deparmen of Elecrical

More information

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling EE 330 Lecure 24 Amplificaion wih Transisor Circuis Small Signal Modelling Review from las ime Area Comparison beween BJT and MOSFET BJT Area = 3600 l 2 n-channel MOSFET Area = 168 l 2 Area Raio = 21:1

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009 ECMA-373 2 nd Ediion / June 2012 Near Field Communicaion Wired Inerface (NFC-WI) Reference number ECMA-123:2009 Ecma Inernaional 2009 COPYRIGHT PROTECTED DOCUMENT Ecma Inernaional 2012 Conens Page 1 Scope...

More information

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability Muliple Load-Source Inegraion in a Mulilevel Modular Capacior Clamped DC-DC Converer Feauring Faul Toleran Capabiliy Faisal H. Khan, Leon M. Tolber The Universiy of Tennessee Elecrical and Compuer Engineering

More information

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method Proceedings of he 8h WSEAS Inernaional Conference on ELECTRIC POWER SYSTEMS, HIGH VOLTAGES, ELECTRIC MACHINES (POWER '8) A New Volage Sag and Swell Compensaor Swiched by Hyseresis Volage Conrol Mehod AMIR

More information

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 ISSCC 27 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 29.8 A 3GHz Swiching DC-DC Converer Using Clock- Tree Charge-Recycling in 9nm CMOS wih Inegraed Oupu Filer Mehdi Alimadadi, Samad Sheikhaei,

More information

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption An off-line muliprocessor real-ime scheduling algorihm o reduce saic energy consumpion Firs Workshop on Highly-Reliable Power-Efficien Embedded Designs Shenzhen, China Vincen Legou, Mahieu Jan, Lauren

More information

GaN-HEMT Dynamic ON-state Resistance characterisation and Modelling

GaN-HEMT Dynamic ON-state Resistance characterisation and Modelling GaN-HEMT Dynamic ON-sae Resisance characerisaion and Modelling Ke Li, Paul Evans, Mark Johnson Power Elecronics, Machine and Conrol group Universiy of Noingham, UK Email: ke.li@noingham.ac.uk, paul.evans@noingham.ac.uk,

More information

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost)

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost) Table of Conens 3.0 SMPS Topologies 3.1 Basic Componens 3.2 Buck (Sep Down) 3.3 Boos (Sep Up) 3.4 nverer (Buck/Boos) 3.5 Flyback Converer 3.6 Curren Boosed Boos 3.7 Curren Boosed Buck 3.8 Forward Converer

More information

EE 40 Final Project Basic Circuit

EE 40 Final Project Basic Circuit EE 0 Spring 2006 Final Projec EE 0 Final Projec Basic Circui Par I: General insrucion 1. The final projec will coun 0% of he lab grading, since i s going o ake lab sessions. All oher individual labs will

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

20 JAHRE. SIB 100-TS Series. Arbitrary 4-Quadrant Voltage and Current Amplifiers. 500 W W DC khz / 1 MHz

20 JAHRE. SIB 100-TS Series. Arbitrary 4-Quadrant Voltage and Current Amplifiers. 500 W W DC khz / 1 MHz 20 JAHRE SIB 100-TS Series Arbirary 4-Quadran Volage and Curren Amplifiers 500 W - 4.000 W DC... 200 khz / 1 MHz 1 Arbirary 4-Quadran Volage and Curren Amplifiers SIB 100-TS Serie 500 W - 4.000 W DC -

More information

Proceedings of International Conference on Mechanical, Electrical and Medical Intelligent System 2017

Proceedings of International Conference on Mechanical, Electrical and Medical Intelligent System 2017 on Mechanical, Elecrical and Medical Inelligen Sysem 7 Consan On-ime Conrolled Four-phase Buck Converer via Saw-oohwave Circui and is Elemen Sensiiviy Yi Xiong a, Koyo Asaishi b, Nasuko Miki c, Yifei Sun

More information

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means OBE-R-SE Dimensions.8.8 ø..75 7.5 6. 5 6.7 4.9 4. 5.9 ø.6 Model Number OBE-R-SE Elecrical connecion emier Thru-beam sensor wih m fixed cable Feaures 45 cable oule for maximum mouning freedom under exremely

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept Advances in Radio Science (24) 2: 27 32 Copernicus GmbH 24 Advances in Radio Science A novel quasi-peak-deecor for ime-domain EMI-measuremens F. Krug, S. Braun, and P. Russer Insiue for High-Frequency

More information

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop Chaper 2 Inroducion: From Phase-Locked Loop o Cosas Loop The Cosas loop can be considered an exended version of he phase-locked loop (PLL). The PLL has been invened in 932 by French engineer Henri de Belleszice

More information

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes *

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes * 4. ITG-Fachagung Phoonic Neworks, May 5. - 6., 2003, Leipzig, Germany Archiecures for Resource Reservaion Modules for Opical Burs Swiching Core Nodes * Sascha Junghans, Chrisoph M. Gauger Universiy of

More information

Lecture 5: DC-DC Conversion

Lecture 5: DC-DC Conversion 1 / 31 Lecure 5: DC-DC Conversion ELEC-E845 Elecric Drives (5 ECTS) Mikko Rouimo (lecurer), Marko Hinkkanen (slides) Auumn 217 2 / 31 Learning Oucomes Afer his lecure and exercises you will be able o:

More information

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm Journal of Compuer and Communicaions, 215, 3, 1-7 Published Online November 215 in SciRes. hp://www.scirp.org/journal/jcc hp://dx.doi.org/1.4236/jcc.215.3111 Foreign Fiber Image Segmenaion Based on Maximum

More information

A Control Technique for 120Hz DC Output Ripple-Voltage Suppression Using BIFRED with a Small-Sized Energy Storage Capacitor

A Control Technique for 120Hz DC Output Ripple-Voltage Suppression Using BIFRED with a Small-Sized Energy Storage Capacitor 90 Journal of Power Elecronics, Vol. 5, No. 3, July 005 JPE 5-3-3 A Conrol Technique for 0Hz DC Oupu Ripple-Volage Suppression Using BIFRED wih a Small-Sized Energy Sorage Capacior Jung-Bum Kim, Nam-Ju

More information

Dead Zone Compensation Method of H-Bridge Inverter Series Structure

Dead Zone Compensation Method of H-Bridge Inverter Series Structure nd Inernaional Conference on Elecrical, Auomaion and Mechanical Engineering (EAME 7) Dead Zone Compensaion Mehod of H-Bridge Inverer Series Srucure Wei Li Insiue of Elecrical Engineering and Informaion

More information

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing ISSN(Online): 39-8753 ISSN (Prin): 347-67 Engineering and echnology (An ISO 397: 7 Cerified Organizaion) Vol. 6, Issue 5, ay 7 Increasing easuremen Accuracy via Correcive Filering in Digial Signal Processing

More information

Linear PFC regulator for LED lighting with the multi-level structure and low voltage MOSFETs.

Linear PFC regulator for LED lighting with the multi-level structure and low voltage MOSFETs. Linear PFC regulaor for lighing wih he muli-level srucure and low volage MOSFETs. Yuichi Noge Nagaoka Universiy of Technology Niigaa, Japan noge@sn.nagaokau.ac.jp Jun-ichi Ioh Nagaoka Universiy of Technology

More information

Automatic Power Factor Control Using Pic Microcontroller

Automatic Power Factor Control Using Pic Microcontroller IDL - Inernaional Digial Library Of Available a:www.dbpublicaions.org 8 h Naional Conference on Advanced Techniques in Elecrical and Elecronics Engineering Inernaional e-journal For Technology And Research-2017

More information

Optical phase locked loop for transparent inter-satellite communications

Optical phase locked loop for transparent inter-satellite communications Opical phase locked loop for ransparen iner-saellie communicaions F. Herzog 1, K. Kudielka 2,D.Erni 1 and W. Bächold 1 1 Communicaion Phoonics Group, Laboraory for Elecromagneic Fields and Microwave Elecronics,

More information

BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR

BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR BOUNCER CIRCUIT FOR A 120 MW/370 KV SOLID STATE MODULATOR D. Gerber, J. Biela Laboraory for High Power Elecronic Sysems ETH Zurich, Physiksrasse 3, CH-8092 Zurich, Swizerland Email: gerberdo@ehz.ch This

More information

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS Kalle Rui, Mauri Honanen, Michael Hall, Timo Korhonen, Veio Porra Insiue of Radio Communicaions, Helsini Universiy of Technology

More information

Phase-Shifting Control of Double Pulse in Harmonic Elimination Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi Li1, c

Phase-Shifting Control of Double Pulse in Harmonic Elimination Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi Li1, c Inernaional Symposium on Mechanical Engineering and Maerial Science (ISMEMS 016 Phase-Shifing Conrol of Double Pulse in Harmonic Eliminaion Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi i1, c

More information

PRM and VTM Parallel Array Operation

PRM and VTM Parallel Array Operation APPLICATION NOTE AN:002 M and V Parallel Array Operaion Joe Aguilar VI Chip Applicaions Engineering Conens Page Inroducion 1 High-Level Guidelines 1 Sizing he Resisor 4 Arrays of Six or More Ms 5 Sysem

More information

Knowledge Transfer in Semi-automatic Image Interpretation

Knowledge Transfer in Semi-automatic Image Interpretation Knowledge Transfer in Semi-auomaic Image Inerpreaion Jun Zhou 1, Li Cheng 2, Terry Caelli 23, and Waler F. Bischof 1 1 Deparmen of Compuing Science, Universiy of Albera, Edmonon, Albera, Canada T6G 2E8

More information

Installing remote sites using TCP/IP

Installing remote sites using TCP/IP v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 +v pu +v pu +v pu v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework

More information

Framework for Simulation of the Verilog/SPICE mixed model: Interoperation of Verilog and SPICE simulators using HLA/RTI for model reusability

Framework for Simulation of the Verilog/SPICE mixed model: Interoperation of Verilog and SPICE simulators using HLA/RTI for model reusability Framework for Simulaion of he / mixed model: Ineroperaion of and simulaors using HLA/RTI for model reusabiliy Moon Gi Seok, Dae Jin Park, Geun Rae Cho, Tag Gon Kim Deparmen of Elecrical Engineering Korea

More information

Performance Study of Positioning Structures for Underwater Sensor Networks

Performance Study of Positioning Structures for Underwater Sensor Networks PROCEEDINGS OF THE nd WORKSHOP ON POSITIONING, NAVIGATION AND COMMUNICATION (WPNC 05) & 1s ULTRA-WIDEBAND EXPERT TALK (UET'05) Performance Sudy of Posiioning Srucures for Underwaer Sensor Neworks Jose

More information

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final A-LEVEL Elecronics ELEC4 Programmable Conrol Sysems scheme 243 June 26 Version:. Final schemes are prepared by he Lead Assessmen Wrier and considered, ogeher wih he relevan quesions, by a panel of subjec

More information

HF Transformer Based Grid-Connected Inverter Topology for Photovoltaic Systems

HF Transformer Based Grid-Connected Inverter Topology for Photovoltaic Systems 1 HF Transformer Based Grid-Conneced Inverer Topology for Phoovolaic Sysems Abhiji Kulkarni and Vinod John Deparmen of Elecrical Engineering, IISc Bangalore, India. (abhijik@ee.iisc.erne.in, vjohn@ee.iisc.erne.in)

More information

Electrical connection

Electrical connection Reference scanner Dimensioned drawing en 02-2014/06 50117040-01 200 500mm Disance on background/reference 10-30 V DC We reserve he righ o make changes DS_HRTR46Bref_en_50117040_01.fm Robus objec deecion

More information

Memorandum on Impulse Winding Tester

Memorandum on Impulse Winding Tester Memorandum on Impulse Winding Teser. Esimaion of Inducance by Impulse Response When he volage response is observed afer connecing an elecric charge sored up in he capaciy C o he coil L (including he inside

More information

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B COMPETENCE IN MEASUREMENT Universal microprocessor-based ON/OFF and P programmable conroller MS8122A MS8122B TECHNICAL DESCRIPTION AND INSTRUCTION FOR USE PLOVDIV 2003 1 I. TECHNICAL DATA Analog inpus

More information

A1 K. 12V rms. 230V rms. 2 Full Wave Rectifier. Fig. 2.1: FWR with Transformer. Fig. 2.2: Transformer. Aim: To Design and setup a full wave rectifier.

A1 K. 12V rms. 230V rms. 2 Full Wave Rectifier. Fig. 2.1: FWR with Transformer. Fig. 2.2: Transformer. Aim: To Design and setup a full wave rectifier. 2 Full Wave Recifier Aim: To Design and seup a full wave recifier. Componens Required: Diode(1N4001)(4),Resisor 10k,Capacior 56uF,Breadboard,Power Supplies and CRO and ransformer 230V-12V RMS. + A1 K B1

More information

THE OSCILLOSCOPE AND NOISE. Objectives:

THE OSCILLOSCOPE AND NOISE. Objectives: -26- Preparaory Quesions. Go o he Web page hp://www.ek.com/measuremen/app_noes/xyzs/ and read a leas he firs four subsecions of he secion on Trigger Conrols (which iself is a subsecion of he secion The

More information

Analysis ofthe Effects ofduty Cycle Constraints in Multiple-Input Converters for Photovoltaic Applications

Analysis ofthe Effects ofduty Cycle Constraints in Multiple-Input Converters for Photovoltaic Applications Analysis ofhe Effecs ofduy Cycle Consrains in Muliple-Inpu Converers for Phoovolaic Applicaions Junseok Song and Alexis Kwasinski Deparmen ofelecrical and Compuer Engineering The Universiy oftexas a Ausin

More information

Communication Systems. Department of Electronics and Electrical Engineering

Communication Systems. Department of Electronics and Electrical Engineering COMM 704: Communicaion Lecure : Analog Mulipliers Dr Mohamed Abd El Ghany Dr. Mohamed Abd El Ghany, Mohamed.abdel-ghany@guc.edu.eg nroducion Nonlinear operaions on coninuous-valued analog signals are ofen

More information

20 JAHRE. SIB 100-TS Series. Arbitrary 4-Quadrant Voltage and Current Amplifiers. 400 W W DC khz / 1 MHz

20 JAHRE. SIB 100-TS Series. Arbitrary 4-Quadrant Voltage and Current Amplifiers. 400 W W DC khz / 1 MHz 20 JAHRE SIB 100-TS Series Arbirary 4-Quadran Volage and Curren Amplifiers 400 W - 4.000 W DC... 200 khz / 1 MHz 1 Arbirary 4-Quadran Volage and Curren Amplifiers SIB 100-TS Serie 400 W - 4.000 W DC -

More information

A Smart Sensor with Hyperspectral/Range Fovea and Panoramic Peripheral View

A Smart Sensor with Hyperspectral/Range Fovea and Panoramic Peripheral View A Smar Sensor wih Hyperspecral/Range Fovea and Panoramic Peripheral View Tao Wang,2, Zhigang Zhu,2 and Harvey Rhody 3 Deparmen of Compuer Science, The Ciy College of New York 38 h Sree and Conven Avenue,

More information

DS CDMA Scheme for WATM with Errors and Erasures Decoding

DS CDMA Scheme for WATM with Errors and Erasures Decoding DS CDMA Scheme for WATM wih Errors and Erasures Decoding Beaa J. Wysocki*, Hans-Jürgen Zepernick*, and Tadeusz A. Wysocki** * Ausralian Telecommunicaions Research Insiue Curin Universiy of Technology GPO

More information

A ZVS Integrated Single-Input-Dual-Output DC/DC Converter for High Step-up Applications

A ZVS Integrated Single-Input-Dual-Output DC/DC Converter for High Step-up Applications A ZS Inegraed Single-Inpu-Dual-Oupu / Converer for High Sep-up Applicaions Ming Shang, Suden Member, IEEE, Haoyu Wang, Member, IEEE School of Informaion Science and Technology ShanghaiTech Universiy Shanghai,

More information

Synchronization of single-channel stepper motor drivers reduces noise and interference

Synchronization of single-channel stepper motor drivers reduces noise and interference hronizaion of single-channel sepper moor drivers reduces noise and inerference n mos applicaions, a non-synchronized operaion causes no problems. However, in some cases he swiching of he wo channels inerfere,

More information

ECE-517 Reinforcement Learning in Artificial Intelligence

ECE-517 Reinforcement Learning in Artificial Intelligence ECE-517 Reinforcemen Learning in Arificial Inelligence Lecure 11: Temporal Difference Learning (con.), Eligibiliy Traces Ocober 8, 2015 Dr. Iamar Arel College of Engineering Deparmen of Elecrical Engineering

More information

4.5 Biasing in BJT Amplifier Circuits

4.5 Biasing in BJT Amplifier Circuits 4/5/011 secion 4_5 Biasing in MOS Amplifier Circuis 1/ 4.5 Biasing in BJT Amplifier Circuis eading Assignmen: 8086 Now le s examine how we C bias MOSFETs amplifiers! f we don bias properly, disorion can

More information

Increasing multi-trackers robustness with a segmentation algorithm

Increasing multi-trackers robustness with a segmentation algorithm Increasing muli-rackers robusness wih a segmenaion algorihm MARTA MARRÓN, MIGUEL ÁNGEL SOTELO, JUAN CARLOS GARCÍA Elecronics Deparmen Universiy of Alcala Campus Universiario. 28871, Alcalá de Henares.

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 EKHBRD011ADY1 EKHBRD014ADY1 EKHBRD016ADY1 EKHBRD011ADV1+Y1 EKHBRD014ADV1+Y1 EKHBRD016ADV1+Y1

More information

The Relationship Between Creation and Innovation

The Relationship Between Creation and Innovation The Relaionship Beween Creaion and DONG Zhenyu, ZHAO Jingsong Inner Mongolia Universiy of Science and Technology, Baoou, Inner Mongolia, P.R.China, 014010 Absrac:Based on he compleion of Difference and

More information

M2 3 Introduction to Switching Regulators. 1. What is a switching power supply? 2. What types of switchers are available?

M2 3 Introduction to Switching Regulators. 1. What is a switching power supply? 2. What types of switchers are available? M2 3 Inroducion o Swiching Regulaors Objecive is o answerhe following quesions: 1. Wha is a swiching power supply? 2. Wha ypes of swichers are available? 3. Why is a swicher needed? 4. How does a swicher

More information

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks Social-aware Dynamic Rouer Node Placemen in Wireless Mesh Neworks Chun-Cheng Lin Pei-Tsung Tseng Ting-Yu Wu Der-Jiunn Deng ** Absrac The problem of dynamic rouer node placemen (dynrnp) in wireless mesh

More information

MX629. DELTA MODULATION CODEC meets Mil-Std DATA BULLETIN. Military Communications Multiplexers, Switches, & Phones

MX629. DELTA MODULATION CODEC meets Mil-Std DATA BULLETIN. Military Communications Multiplexers, Switches, & Phones DATA BULLETIN MX629 DELTA MODULATION CODEC mees Mil-Sd-188-113 Feaures Mees Mil-Sd-188-113 Single Chip Full Duplex CVSD CODEC On-chip Inpu and Oupu Filers Programmable Sampling Clocks 3- or 4-bi Companding

More information

A Coupled Inductor Hybrid Quadratic Boost Inverter for DC Microgrid Application

A Coupled Inductor Hybrid Quadratic Boost Inverter for DC Microgrid Application A Coupled Inducor Hybrid Quadraic Boos Inverer for DC Microgrid Applicaion Anish Ahmad, R. K. Singh, and R. Mahany Deparmen of Elecrical Engineering, Indian Insiue of Technology (Banaras Hindu Universiy),Varanasi,India.

More information

Integrated Forward Half-Bridge Resonant Inverter as a High-Power-Factor Electronic Ballast

Integrated Forward Half-Bridge Resonant Inverter as a High-Power-Factor Electronic Ballast Inegraed Forward Half-Bridge Resonan Inverer as a High-Power-Facor Elecronic Ballas Absrac.- A novel single-sage high-power-facor elecronic ballas obained from he inegraion of a forward dc-o-dc converer

More information

A Novel Concept for Transformer Volt Second Balancing of a VIENNA Rectifier III Based on Direct Magnetizing Current Measurement

A Novel Concept for Transformer Volt Second Balancing of a VIENNA Rectifier III Based on Direct Magnetizing Current Measurement A Novel Concep for ransformer Vol Second Balancing of a VIENNA Recifier III Based on Direc Magneizing Curren Measuremen Franz Sögerer Johann W. Kolar Uwe Drofenik echnical Universiy Vienna Dep. of Elecrical

More information

How to Shorten First Order Unit Testing Time. Piotr Mróz 1

How to Shorten First Order Unit Testing Time. Piotr Mróz 1 How o Shoren Firs Order Uni Tesing Time Pior Mróz 1 1 Universiy of Zielona Góra, Faculy of Elecrical Engineering, Compuer Science and Telecommunicaions, ul. Podgórna 5, 65-246, Zielona Góra, Poland, phone

More information

A Harmonic Circulation Current Reduction Method for Parallel Operation of UPS with a Three-Phase PWM Inverter

A Harmonic Circulation Current Reduction Method for Parallel Operation of UPS with a Three-Phase PWM Inverter 160 Journal of Power Elecronics, Vol. 5, No. 2, April 2005 JPE 5-2-9 A Harmonic Circulaion Curren Reducion Mehod for Parallel Operaion of U wih a Three-Phase Inverer Kyung-Hwan Kim, Wook-Dong Kim * and

More information

16.5 ADDITIONAL EXAMPLES

16.5 ADDITIONAL EXAMPLES 16.5 ADDITIONAL EXAMPLES For reiew purposes, more examples of boh piecewise linear and incremenal analysis are gien in he following subsecions. No new maerial is presened, so readers who do no need addiional

More information

Notes on the Fourier Transform

Notes on the Fourier Transform Noes on he Fourier Transform The Fourier ransform is a mahemaical mehod for describing a coninuous funcion as a series of sine and cosine funcions. The Fourier Transform is produced by applying a series

More information

High Gain Opamp based Comparator Design for Sigma Delta Modulator

High Gain Opamp based Comparator Design for Sigma Delta Modulator Indian Journal of Science Technology, Vol 9(9), DOI: 10.17485/ijs/016/v9i9/90858, Augus 016 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 High Gain Opamp based Comparaor Design for Sigma Dela Modulaor

More information

MAP-AIDED POSITIONING SYSTEM

MAP-AIDED POSITIONING SYSTEM Paper Code: F02I131 MAP-AIDED POSITIONING SYSTEM Forssell, Urban 1 Hall, Peer 1 Ahlqvis, Sefan 1 Gusafsson, Fredrik 2 1 NIRA Dynamics AB, Sweden; 2 Linköpings universie, Sweden Keywords Posiioning; Navigaion;

More information

Self-Precharge in Single-Leg Flying Capacitor Converters

Self-Precharge in Single-Leg Flying Capacitor Converters Self-Precharge in Single-Leg Flying Capacior Converers Seven Thielemans Elecrical Energy, Sysems and Auomaion Deparmen Ghen Universiy (UGen), EESA Ghen, Belgium Email: Seven.Thielemans@UGen.be Alex uderman

More information

Explanation of Maximum Ratings and Characteristics for Thyristors

Explanation of Maximum Ratings and Characteristics for Thyristors 8 Explanaion of Maximum Raings and Characerisics for Thyrisors Inroducion Daa shees for s and riacs give vial informaion regarding maximum raings and characerisics of hyrisors. If he maximum raings of

More information

Application Note 5324

Application Note 5324 Desauraion Faul Deecion Opocoupler Gae Drive Producs wih Feaure: PLJ, PL0J, PLJ, PL1J and HCPLJ Applicaion Noe 1. Inroducion A desauraion faul deecion circui provides proecion for power semiconducor swiches

More information

Transformer of tgδ on MSP430F1331 single chip microcomputer WANG Han 1 CAI Xinjing 1,XiaoJieping 2,Liu weiqing 2

Transformer of tgδ on MSP430F1331 single chip microcomputer WANG Han 1 CAI Xinjing 1,XiaoJieping 2,Liu weiqing 2 2nd Inernaional Workshop on Maerials Engineering and ompuer Sciences (IWMES 205 Transformer of gδ on MSP430F33 single chip microcompuer WANG Han AI Xinjing,XiaoJieping 2,Liu weiqing 2 School of elecrical

More information

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation Fuzzy Inference Model for Learning from Experiences and Is Applicaion o Robo Navigaion Manabu Gouko, Yoshihiro Sugaya and Hiroomo Aso Deparmen of Elecrical and Communicaion Engineering, Graduae School

More information

University of Alberta

University of Alberta Universiy of Albera Mulilevel Space Vecor PWM for Mulilevel Coupled Inducor Inverers by Behzad Vafakhah A hesis submied o he Faculy of Graduae Sudies and Research in parial fulfillmen of he requiremens

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1 EKHBRD014AAY1 EKHBRD016AAY1 EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1

More information

WIDE-RANGE 7-SWITCH FLYING CAPACITOR BASED DC-DC CONVERTER FOR POINT-OF-LOAD APPLICATIONS

WIDE-RANGE 7-SWITCH FLYING CAPACITOR BASED DC-DC CONVERTER FOR POINT-OF-LOAD APPLICATIONS WIDE-RANGE 7-SWITCH FLYING CAPACITOR BASED DC-DC CONVERTER FOR POINT-OF-LOAD APPLICATIONS By Parh Jain A hesis submied in conformiy wih he requiremens for he degree of Maser of Applied Science Graduae

More information

Generating Polar Modulation with R&S SMU200A

Generating Polar Modulation with R&S SMU200A Rohde & Schwarz producs: SMU00 Generaing Polar Modulaion wih R&S SMU00 Polar modulaion is a mehod where digial modulaion is realized as a combinaion of phase and ampliude modulaion, raher han using an

More information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information 007 IEEE Inernaional Conference on Roboics and Auomaion Roma, Ialy, 10-14 April 007 FrB1.3 Mobile Robo Localizaion Using Fusion of Objec Recogniion and Range Informaion Byung-Doo Yim, Yong-Ju Lee, Jae-Bok

More information

Bootstrap Gate Driver and Output Filter of An SC-based Multilevel Inverter for Aircraft APU

Bootstrap Gate Driver and Output Filter of An SC-based Multilevel Inverter for Aircraft APU Asian Power Elecronics Journal, Vol. 9, No. 2, Dec. 215 Boosrap Gae Driver and Oupu Filer o An C-based Mulilevel Inverer or Aircra APU Yuanmao YE,K.W.Eric CHENG, N.C. Cheung Power Elecronics Research Cenre,

More information

7 th International Conference on DEVELOPMENT AND APPLICATION SYSTEMS S u c e a v a, R o m a n i a, M a y 27 29,

7 th International Conference on DEVELOPMENT AND APPLICATION SYSTEMS S u c e a v a, R o m a n i a, M a y 27 29, 7 h Inernaional Conference on DEVEOPMENT AND APPICATION SYSTEMS S u c e a v a, o m a n i a, M a y 27 29, 2 0 0 4 THEE-PHASE AC CHOPPE WITH IGBT s Ovidiu USAU 1, Mihai UCANU, Crisian AGHION, iviu TIGAEU

More information

PSI 9000 WR Series. High Efficiency Programmable DC Power Sources. 3.3 kw to 15 kw THE POWER TEST EXPERTS.

PSI 9000 WR Series. High Efficiency Programmable DC Power Sources. 3.3 kw to 15 kw THE POWER TEST EXPERTS. PSI 9000 WR Series 3.3 kw o 15 kw High Efficiency Programmable DC Power Sources THE POWER TEST EXPERTS PSI 9000 WR Series 3.3 kw o 15 kw Produc Overview The microprocessor conrolled high efficiency laboraory

More information

On Switch Factor Based Analysis of Coupled RC Interconnects

On Switch Factor Based Analysis of Coupled RC Interconnects On Swich Facor ased nalysis of oupled Inerconnecs ndrew. Kahng, Sudhakar Muddu and Egino Saro 3 Silicon Graphics, Inc., Mounain iew, 94039 US UL ompuer Science Dep., Los ngeles, 90095 US 3 3dfx Ineracive,

More information

Programmable DC Electronic Load 8600 Series

Programmable DC Electronic Load 8600 Series Daa Shee Programmable DC Elecronic Load The programmable DC elecronic loads provide he performance of modular sysem DC elecronic loads in a compac benchop form facor. Wih fas ransien operaion speeds and

More information

Pattern compensation in SOA-based gates. Article (peer-reviewed)

Pattern compensation in SOA-based gates. Article (peer-reviewed) Tile Paern compensaion in SOA-based gaes Auhor(s) Webb, Rod P.; Dailey, James M.; Manning, Rober J. Publicaion dae 21 Original ciaion Type of publicaion Link o publisher's version Righs Webb, R.P., Dailey,

More information

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology.

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology. How oes PoaoSemi Kill inside Of I? Volage mode differenial Logic. New Paen IP. d MOS logic by using high frequency noise cancellaion echnology Poao I Normal I 2 1 20 19 Inpu1 Inpu2 Inpu3 ie Oupu1 Oupu2

More information

An Improved Zero-Voltage-Transition Technique in a Single-Phase Active Power Factor Correction Circuit

An Improved Zero-Voltage-Transition Technique in a Single-Phase Active Power Factor Correction Circuit An Improved Zero-lage-Transiion Technique in a Single-Phase Acive Power Facor Correcion Circui Suriya Kaewarsa School of Elecrical Engineering, Rajamangala Universiy of Technology Isan Sakon Nakhon Campus,

More information

Parameters Affecting Lightning Backflash Over Pattern at 132kV Double Circuit Transmission Lines

Parameters Affecting Lightning Backflash Over Pattern at 132kV Double Circuit Transmission Lines Parameers Affecing Lighning Backflash Over Paern a 132kV Double Circui Transmission Lines Dian Najihah Abu Talib 1,a, Ab. Halim Abu Bakar 2,b, Hazlie Mokhlis 1 1 Deparmen of Elecrical Engineering, Faculy

More information

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER INTRODUCTION: Being able o ransmi a radio frequency carrier across space is of no use unless we can place informaion or inelligence upon i. This las ransmier

More information

ELR 9000 Series. Electronic DC Loads with Energy Recovery. 3.5 kw to 10.5 kw THE POWER TEST EXPERTS.

ELR 9000 Series. Electronic DC Loads with Energy Recovery. 3.5 kw to 10.5 kw THE POWER TEST EXPERTS. ELR 9000 Series 3.5 kw o 10.5 kw Elecronic DC Loads wih Energy Recovery THE POWER TEST EXPERTS ELR 9000 Series 3.5 kw o 10.5 kw Produc Overview The new series of elecronic DC loads wih regeneraion o he

More information

Signal Characteristics

Signal Characteristics Signal Characerisics Analog Signals Analog signals are always coninuous (here are no ime gaps). The signal is of infinie resoluion. Discree Time Signals SignalCharacerisics.docx 8/28/08 10:41 AM Page 1

More information

Programmable DC Electronic Loads 8600 Series

Programmable DC Electronic Loads 8600 Series Daa Shee Programmable DC Elecronic Loads The programmable DC elecronic loads provide he performance of modular sysem DC elecronic loads in a compac benchop form facor. Wih fas ransien operaion speeds and

More information

Industrial, High Repetition Rate Picosecond Laser

Industrial, High Repetition Rate Picosecond Laser RAPID Indusrial, High Repeiion Rae Picosecond Laser High Power: RAPID is a very cos efficien, compac, diode pumped Nd:YVO4 picosecond laser wih 2 W average power a 1064 nm. Is 10 ps-pulses have high pulse

More information

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems Modeling and Predicion of he Wireless Vecor Channel Encounered by Smar Anenna Sysems Kapil R. Dandekar, Albero Arredondo, Hao Ling and Guanghan Xu A Kalman-filer based, vecor auoregressive (VAR) model

More information

Aleksandrs Andreiciks, Riga Technical University, Ingars Steiks, Riga Technical University, Oskars Krievs, Riga Technical University

Aleksandrs Andreiciks, Riga Technical University, Ingars Steiks, Riga Technical University, Oskars Krievs, Riga Technical University Scienific Journal of Riga Technical Universiy Power and Elecrical Engineering Curren-fed Sep-up DC/DC Converer for Fuel Cell Applicaions wih Acive Overvolage Clamping Aleksandrs Andreiciks, Riga Technical

More information