HIGH THROUGHPUT EVALUATION OF SHA-1 IMPLEMENTATION USING UNFOLDING TRANSFORMATION

Size: px
Start display at page:

Download "HIGH THROUGHPUT EVALUATION OF SHA-1 IMPLEMENTATION USING UNFOLDING TRANSFORMATION"

Transcription

1 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. HIGH THROUGHPUT EVALUATION OF SHA- IMPLEMENTATION USING UNFOLDING TRANSFORMATION Shamsiah Bini Suhaili and Takahiro Waanabe 2 Faculy of Engineering, Universii Malaysia Sarawak, Koa Samarahan, Sarawak, Malaysia 2 Graduae School of Informaion, Producion and Sysems, Waseda Universiy, Hibikino, Wakamasu-ku, Kiakyushu-shi, Fukuoka, Japan sushamsiah@feng.unimas.my ABSTRACT Hash Funcion is widely used in he proocol scheme. In his paper, he design of SHA- hash funcion by using Verilog HDL based on FPGA is sudied o opimise boh hardware resource and performance. I was successfully synhesised and implemened using Alera Quarus II Arria II GX: EP2AGX45DF29C4. In his paper, wo ypes of design are proposed, namely SHA- and SHA-unfolding. The maximum frequency of SHA- design is MHz which is higher han SHA- unfolding ha has he maximum frequency of only MHz. However, his leads o a high hroughpu of he SHA unfolding design wih Mbps. Besides, boh designs provide a small area implemenaion on Arria II ha requires only 423 and 548 Combinaional ALUTs, 693 and 97 oal regiser, respecively. Keywords: maximum frequency, FPGA, HDL, SHA-. INTRODUCTION Implemenaion of hash funcion on reconfigurable hardware is one of he pracical soluions for embedded sysem which can give differen resuls based on he srucure of reconfigurable logic of FPGA. In oher words, FPGA has he capabiliy o improve he performance in erms of power, speed and area implemenaion. FPGA offers several benefis for crypographic algorihm hash funcion because i is small, incurs low developmen cos, has high speed and fine memory; i is highly flexible, including capabiliy for frequen modificaion of hardware, shor ime o marke as well as easy experimenal esing and verificaion. I ends o be an excellen choice when dealing wih algorihms bu i has he disadvanage of high power consumpion. Therefore, in order o apply he high-speed crypographic soluion on reconfigurable hardware, furher research relaing o high speed and small area implemenaion needs o be aken ino accoun. Hash Funcion is a ransformaion ha akes variables inpu message M and reurns a fixed-size lengh which is called hash value [,2,3]. There are many ypes of hash funcions such as MD5, SHA-224, SHA-256, SHA- 384 and SHA-52. The purpose of his paper is o analyse he srucure of SHA- hash funcion on reconfigurable hardware and o obain small area implemenaion as well as high frequency maximum. In shor, balancing beween maximum frequency and area implemenaion of he design needs o be considered. The high performance of he hash funcion design is imporan o improve he hroughpu of he design since nowadays all sysems need fas implemenaion. The moivaion of his research is o sudy he srucure of SHA- hash funcion as i is imporan for some applicaions such as Message Auhenicaion Code (MAC) []. SHA- hash algorihm has been sudied wih careful design a every sage of is inner srucure using Verilog. There are many researches peraining o SHA- FPGA-based implemenaion [4-2]. However, some of he papers need furher improvemen. In his paper, Alera Quarus II Arria II GX: EP2AGX45DF29C4 is chosen as a arge device for boh SHA- and SHA- unfolding implemenaion because i has he poenial o provide high performance for he design. The paper is organised as he following: Secion II presens he descripion of SHA- algorihm; Secion III briefly explains Unfolding Algorihm; Secion IV conains he performance evaluaion; and Secion V ends he paper wih a conclusion of SHA- implemenaion. SHA- ALGORITHM Secure Hash Algorihm (SHA-) inpu mus be and he message is processed in 52-bi blocks sequenially wih 6-bi message diges oupu. The process of SHA- algorihm is divided ino wo pars: preprocessing and hash compuaion. The non-linear funcion of SHA- operaes on hree 32-bi words B, C, and D wih logical sequence from fo unil f79. PRE-PROCESSING Pre-processing consiss of hree seps: padding he message, parsing he padded message ino message blocks and seing he iniial hash value [2]. Message padding is he muliple of 52-bi or 24-bi based on inpu message. Le he widh of an inpu message M be l bis. Therefore, he value of he inpu l mus be in he range of. Then, single -bi is added o he end of he message, and i is followed wih -bi and he lengh of he message which is congruen 448 modulo 52. The padded message, M is parsed ino N 52-bi blocks, where he message is M(), M(2)... M(N). Table shows he buffer iniialisaion of SHA-. I consiss of five 32-bi iniial values which mus be execued before hash compuaion, as shown in Table-. 335

2 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. Table-. Buffer Iniialisaion of SHA-. Afer iniialising five working variables A, B, C, D, and E wih buffer iniialisaion H, H, H 2, H 3, H 4 in he pre-processing, he hash compuaion uses he consan K and round funcion for 79 as shown in Table-2 and Table 3 o process he message. The symbol,, in non-linear funcion of four rounds SHA- algorihm from Table-3 represen logical AND, NOT and XOR operaion respecively. Afer rounding four rounds ha consis of 8 seps, he final sep is adding he iniial value wih he las oupu hash. Table-2. Consan K. HASH COMPUTATION SHA- hash compuaion processes he padded message wih message schedule of 8 seps processing of 32-bi, W,W...W 79. Equaion illusraes he compression funcion of SHA- for inpu A, B, C, D, and E. The symbol << means he regiser inpu shifs o he lef wih he value given. T consiss of W and K where W is expanded message word of round, and K is round consan of round. Table-3. Round funcion. UNFOLDING ALGORITHM Unfolding algorihm is one of he echniques ha can be used by DSP applicaion o obain a new program ha performs more han one ieraion of he original program. In addiion, unfolding facor, J describes he number of ieraions from he original program. The rules of unfolding algorihm are explained as below [4]: Figure-. SHA- Compression funcion. A 5 FB, C D W K E T, A T, B A, C B 3, D C, E D () The formula for he derivaion of 32-bi block message schedule W is simply from message inpu for 6. The remaining values of W where 6 are derived using he following Equaion (2).. For each node U in he original Daa flow graph (DFG), draw he J nodes U, U, U 2 2. For each edge U V wih delay in he original, draw he J edges V wih U i i % J i delays for i,,..., J J. In order o explain he srucure of unfolding algorihm, one example of DSP program is shown in Figure-2. y ( n ) ay ( n 9) x ( n ) (3) W ROTL W W W W (2)

3 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. Figure-2. The original DSP program [4]. DFG can be consruced from Figure-2, which is he original DSP program by replacing he inpu and oupu por wih node A and B while he addiion and muliplicaion processes are represened by node C and node D respecively as shown in Figure-3. Figure-3. The 2-unfolded DFG [4]. Based on he firs rule of unfolding algorihm, here are 8 nodes ha represen i, namely A, B, C, D, A, B, C and D. The second sep of unfolding algorihm is o connec each edgeu V in he DSP program. The edge U V wih no delay is divided ino wo pars, U V and U V. Therefore, he edge C D wih 9 delays becomes C D9 wih 9 delays and % 2 C D 2 9% 2 wih 9 delays. Finally, he 2-unfolded DFG is creaed 2 wih C D wih 4 delays and C D wih 5 delays respecively. SHA- UNFOLDING ALGORITHM The proposed SHA- unfolding algorihm wih facor 2 is shown in Figure-4. I consiss of wo non-linear funcions wih hree differen inpus, wo circular lef shif of boh A and B by 3 and wo circular lef shif of A by 5 and Temp by 5 respecively. From his figure, here are 8 addiion operaions which perform in parallel form during he execuion process. Thus, he criical pah of he design has only four addiion processes. In oher words, wo hash operaions are execued per cycle. This process reduces he number of cycle from 8 cycles o 4 cycles in order o obain he final oupu hash. Hence, unfolding ransformaion can increase he hroughpu of he SHA- hash funcion. Figure-4. SHA- Unfolding compression funcion. The oupus of SHA- unfolding algorihms are shown in he following equaion. ROTL a b represens circular lef shif or lef roaion operaion of b by a posiion o he lef, and func p, q, r means non-linear funcion a ime for hree differen inpu p, q and r. A funcb, C D E W K 3 } func A, ROTL B C 5 Temp ROTL, A 5 2 ROTL { Temp, W K B 2 Temp C 3 2 ROTL A (4) 3 D ROTL E 2 B 2 C PERFORMANCE EVALUATIONS Synhesis and implemenaion processes of SHA- algorihm are successfully designed by using Verilog HDL based on Alera Quarus II Arria II: EP2AGX45DF29C4. Boh designs only focus on ieraive design where one block sep funcion is used for 8 rounds and 4 rounds processes. Simulaion of he designs is verified using ModelSim-Alera.e based on funcional and iming simulaion in erms of area implemenaion, maximum frequency and power analysis of he design. The comparison beween previous publicaions of SHA- design and SHA- unfolding design FPGA-based D 3352

4 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. implemenaion is carried ou o evaluae he performance of he design [5-3]. All he resuls are presened in Table- 4. The proposed SHA- design and SHA- unfolding use only 423 and 548 Combinaional ALUT respecively. Besides, oal regiser of he design increases from 693 o 97 in SHA- unfolding design. The comparison of area implemenaion and speed of he design depends on FPGA family devices. The designer needs o choose he appropriae device in order o reduce he usage of logic uilisaion as well as increase he performance of he design. The oal esimaed power dissipaion of he SHA- unfolding decreases from o mw. From his able, i is shown ha he hroughpu of he design for SHA- unfolding increases significanly wih MHz maximum frequency. The hroughpu of he design is abou Mbps which is higher han ha of SHA- design, wih only Mbps. Hence, he hroughpu of he design can be calculaed by using he following formula where block size is 52 bis. Table-5. Area implemenaion of SHA- and SHA- unfolding. Throughpu Frequency block size (5) Laency Table-4. FPGA-based SHA- implemenaion. RESULTS ANALYSIS There are several ohers published FPGA-based implemenaion of SHA-. In his paper, wo ypes of FPGA, Xilinx and Alera are lised as CAD ool for design implemenaion in order o compare he effecs of area implemenaion in erms of Combinaional ALUT, Logic Elemen, Slices and oal regiser. Since he device of SHA- implemenaions is no he same, he comparison of he design in erms of area and speed can be evaluaed from arge devices. In oher words, he designer can choose a device ha will provide high performance implemenaion. Table-5 shows he SHA- area implemenaion on differen ypes of FPGA family devices. From his able, we consider he laency of previous papers which he auhors did no menion as normal SHA- operaion. Small area implemenaion is good for any applicaion ha needs compac design which can reduce power consumpion. The proposed design uses Arria II ha can balance he area and performance of he design. Implemenaions on Arria II for boh proposed designs use small amoun of combinaional ALUT and oal regiser if compared wih oher previous designs. The performance in erms of area can be evaluaed by choosing he appropriae family device in order o ge he small area implemenaion. Table-6 shows he comparison of maximum frequency of SHA- design wih differen ypes of family devices. From his able, he proposed SHA- 3353

5 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. design provides he highes maximum frequency which is MHz wih a hroughpu of Table-6. Maximum frequency of SHA-. CONCLUSIONS The archiecure of SHA- Unfolding was successfully synhesised and implemened on Alera Arria II: EP2AGX45DF29C4 using Verilog HDL. The maximum frequency of he design is 74.73MHz while he area uilisaion in erms of combinaional ALUTs and oal regiser are 548 and 97 respecively. The maximum frequency of SHA-design implemenaion illusraes he criical pah of he design. In order o obain he high performance design, no only speed needs o be considered, bu he area implemenaion should also be aken ino accoun. Some oher mehodology or echnique can be implemened o increase he maximum frequency as well as hroughpu of he design. High performance wih efficien design incorporaes consideraions of small area implemenaion, high maximum frequency and small esimaion power consumpion; his in urn will lead o high hroughpu of he design. ACKNOWLEDGEMENTS This work is suppored by Universii Malaysia Sarawak (UNIMAS). REFERENCES Table-7 shows he maximum frequency (fmax) of SHA- unfolding. From his able, he proposed SHA- unfolding design obains he highes maximum frequency which is MHz if compared wih oher SHA- unfolding designs. This leads o high hroughpu of SHA- unfolding design. The hroughpu from L. Jiang and J.Kim design provides high hroughpu because of he pipeline design. However, his design uses large area implemenaion. As we can see from Table-5, he same auhors use large amoun of Combinaional ALUT which is abou and 649 if compared wih his SHA- unfolding design ha only uses 548 Combinaional ALUT. Table-7. Maximum frequency of SHA- unfolding. [] Beale Q. Dang. 2. Draf NIST Special Publicaion 8 7. Recommendaion for Applicaions using Approved Hash Algorihm, Compuer Securiy Division, Informaion Technology Laboraory. [2] Federal Informaion Processing Sandards. Secure Hash Sandard (SHS), FIPS PUB Informaion Technology Laboraory Naional Insiue of Sandards and Technology Gaihersburg. [3] F. R. Henriquez, N.A. Saqib, A. D. Perez, C. K. Koc. 26. Crypographic Algorihms on Reconfigurable Hardware, Springer series on Signal and Communicaion. [4] K.K.Parhi VLSI Digial Signal Processing Sysems: Design and Implemenaion, John Wiley & Sons, Inc [5] K. Jarvinen. 24. Design and Implemenaion of a SHA- Hash Module on FPGAs. Helsinki Universiy of Technology Signal Processing Laboraory. [6] Y.K.Kang, D.W.Kim, T.W.Kwon, J.R.Choi. 22. An Efficien Implemenaion of Hash Funcion Processor for IPSEC. Proceedings 22. IEEE Asia-Pasific Conference on ASIC. pp [7] L. Miao, X. Jinfu, Y. Xiaohui, Y. Zhifeng. 29. Design and Implemenaion of Reconfiigurable Securiy Hash Algorihms Based on FPGA. Informaion Engineering, ICIE 9 WASE Inernaional Conference, Taiyuan, Chanxi. pp

6 VOL., NO. 5, MARCH 26 ISSN Asian Research Publishing Nework (ARPN). All righs reserved. [8] Diez, J.M., Bojanic S., Sanimirovic Lj., Carreras C., Nieo-Taladriz O Hash Algorihms for Crypographic Proocols: FPGA Implemenaions. Proceeding of h Telecommunicaions forum TELFOR 22, Belgrade, Yugoslavia. [9] D. Zibin, Z. Ning. 23. FPGA Implemenaion of SHA- Algorihm, ASIC 23. Proceedings 5 h Inernaional Conference. 2: [] L. Jiang, Y. Wang, Q. Zhao,Y. Shao, X. Zhao. 29. Ulra High Throughpu Archiecures for SHA- Hash Algorihm on FPGA, Compuaional Inelligence and Sofware Engineering, CiSE 29, Inernaional Conference, Wuhan. pp. -4. [] N. Sklavos, E. Alexopoulos and O. Koufopavlou. 23. Neworking Daa Inegriy: High Speed Archiecures and Hardware Implemenaions. The Inernaional Arab Journal of Informaion Technology. (). [2] Y. K. Lee, H. Chan, I. Verbauwhede. 26. Throughpu Opimized SHA- Archiecure Using Unfolding Transformaion. Applicaion-specific Sysems, Archiecures and Processors (ASAP 6). pp [3] J. Hoon Lee, S. Choon Kim, Y. Jun Song. 2. High-Speed FPGA Implemenaion of he SHA- Hash Funcion. IEICE Trans. Fundamenals, E94-A(9) [4] J. Kim, H. Lee, Y. Won. 22. Design for High Throughpu SHA- Hash Funcion on FPGA. Fourh Inernaional Conference on Ubiquious and Fuure Neworks (ICUFN). pp

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

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

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

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

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

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

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

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

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

A new image security system based on cellular automata and chaotic systems

A new image security system based on cellular automata and chaotic systems A new image securiy sysem based on cellular auomaa and chaoic sysems Weinan Wang Jan 2013 Absrac A novel image encrypion scheme based on Cellular Auomaa and chaoic sysem is proposed in his paper. The suggesed

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

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

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

Lecture 11. Digital Transmission Fundamentals

Lecture 11. Digital Transmission Fundamentals CS4/MSc Compuer Neworking Lecure 11 Digial Transmission Fundamenals Compuer Neworking, Copyrigh Universiy of Edinburgh 2005 Digial Transmission Fundamenals Neworks consruced ou of Links or ransmission

More information

2600 Capitol Avenue Suite 200 Sacramento, CA phone fax

2600 Capitol Avenue Suite 200 Sacramento, CA phone fax 26 Capiol Avenue Suie 2 Sacrameno, CA 9816 916.64.4 phone 916.64.41 fax www.esassoc.com memorandum dae Sepember 2, 216 o from subjec Richard Rich, Ciy of Sacrameno; Jeffrey Dorso, Pioneer Law Group Brian

More information

Hardware Design of Moving Object Detection on Reconfigurable System

Hardware Design of Moving Object Detection on Reconfigurable System Journal of Compuer and Communicaions, 206, 4, 30-43 Published Online Augus 206 in SciRes. hp://www.scirp.org/journal/jcc hp://dx.doi.org/0.4236/jcc.206.40004 Hardware Design of Moving Objec Deecion on

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

B-MAC Tunable MAC protocol for wireless networks

B-MAC Tunable MAC protocol for wireless networks B-MAC Tunable MAC proocol for wireless neworks Summary of paper Versaile Low Power Media Access for Wireless Sensor Neworks Presened by Kyle Heah Ouline Inroducion o B-MAC Design of B-MAC B-MAC componens

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

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation Inernaional Associaion of Scienific Innovaion and Research (IASIR) (An Associaion Unifying he Sciences, Engineering, and Applied Research) Inernaional Journal of Emerging Technologies in Compuaional and

More information

Using Box-Jenkins Models to Forecast Mobile Cellular Subscription

Using Box-Jenkins Models to Forecast Mobile Cellular Subscription Open Journal of Saisics, 26, 6, 33-39 Published Online April 26 in SciRes. hp://www.scirp.org/journal/ojs hp://dx.doi.org/.4236/ojs.26.6226 Using Box-Jenkins Models o Forecas Mobile Cellular Subscripion

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

A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH

A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH Progress In Elecromagneics Research Leers, Vol. 21, 129 137, 2011 A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH S. Ononchimeg, G. Ogonbaaar, J.-H. Bang, and B.-C. Ahn Applied Elecromagneics

More information

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc 5h Inernaional Conference on Advanced Maerials and Compuer Science (ICAMCS 206) Moion-blurred sar image acquisiion and resoraion mehod based on he separable kernel Honglin Yuana, Fan Lib and Tao Yuc Beihang

More information

Related-Cipher Attacks

Related-Cipher Attacks Relaed-Cipher Aacs Hongjun Wu Laboraories for Informaion Technology Heng Mui Keng Terrace Singapore 96 LSRKNYR$PMXEWXEVIHYWK Absrac. We formally inroduce he concep of relaed-cipher aac. In his paper, we

More information

10. The Series Resistor and Inductor Circuit

10. The Series Resistor and Inductor Circuit Elecronicsab.nb 1. he Series esisor and Inducor Circui Inroducion he las laboraory involved a resisor, and capacior, C in series wih a baery swich on or off. I was simpler, as a pracical maer, o replace

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

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

AN303 APPLICATION NOTE

AN303 APPLICATION NOTE AN303 APPLICATION NOTE LATCHING CURRENT INTRODUCTION An imporan problem concerning he uilizaion of componens such as hyrisors or riacs is he holding of he componen in he conducing sae afer he rigger curren

More information

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks Q-learning Based Adapive Zone Pariion for Load Balancing in Muli-Sink Wireless Sensor Neworks Sheng-Tzong Cheng and Tun-Yu Chang Deparmen of Compuer Science and Informaion Engineering, Naional Cheng Kung

More information

A Segmentation Method for Uneven Illumination Particle Images

A Segmentation Method for Uneven Illumination Particle Images Research Journal of Applied Sciences, Engineering and Technology 5(4): 1284-1289, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scienific Organizaion, 2013 Submied: July 17, 2012 Acceped: Augus 15, 2012

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

Collaborative communication protocols for wireless sensor networks

Collaborative communication protocols for wireless sensor networks Collaboraive communicaion proocols for wireless sensor neworks Sefan Dulman, Lodewijk v. Hoesel, Tim Nieberg, Paul Havinga Faculy of Elecrical Engineering, Mahemaics and Compuer Science Universiy of Twene

More information

Design of an active radio frequency powered multihop wireless sensor network

Design of an active radio frequency powered multihop wireless sensor network Design of an acive radio frequency powered mulihop wireless sensor nework J.P. Olds and Winson K.G. Seah School of Engineering and Compuer Science Vicoria Universiy of Wellingon Wellingon, New Zealand

More information

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks Receiver-Iniiaed vs. Shor-Preamble Burs MAC Approaches for Muli-channel Wireless Sensor Neworks Crisina Cano, Boris Bellala, and Miquel Oliver Universia Pompeu Fabra, C/ Tànger 122-140, 08018 Barcelona,

More information

3D Laser Scan Registration of Dual-Robot System Using Vision

3D Laser Scan Registration of Dual-Robot System Using Vision 3D Laser Scan Regisraion of Dual-Robo Sysem Using Vision Ravi Kaushik, Jizhong Xiao*, William Morris and Zhigang Zhu Absrac This paper presens a novel echnique o regiser a se of wo 3D laser scans obained

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

The Comparisonal Analysis of the Concept of Rectangular and Hexagonal Pilot in OFDM

The Comparisonal Analysis of the Concept of Rectangular and Hexagonal Pilot in OFDM Communicaions and ework, 2009, 01-05 doi:10.4236/cn.2009.11001 Published Online Augus 2009 (hp://www.scirp.org/journal/cn) The Comparisonal Analysis o he Concep o Recangular and Hexagonal Pilo in OFDM

More information

Reducing Computational Load in Solution Separation for Kalman Filters and an Application to PPP Integrity

Reducing Computational Load in Solution Separation for Kalman Filters and an Application to PPP Integrity Reducing Compuaional Load in Soluion Separaion for Kalman Filers and an Applicaion o PPP Inegriy Juan Blanch, Kaz Gunning, Todd Waler. Sanford Universiy Lance De Groo, Laura Norman. Hexagon Posiioning

More information

Gaussian Blurring-Deblurring for Improved Image Compression

Gaussian Blurring-Deblurring for Improved Image Compression aussian Blurring-Deblurring for mproved mage Compression Moi Hoon Yap 1 Michel Biser Hong Ta Ewe 1 1 Mulimedia Universi (MMU) Jalan Mulimedia 100 Cberjaa Selangor Darul Ehsan Malasia {mhap hewe}@mmu.edu.m

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

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) DUAL SWITCH-MODE SOLENOID DRIER HIGH CURRENT CAPABILITY (up o.5a per channel) HIGH OLTAGE OPERATI (up o 46 for power sage) HIGH EFFICIENCY SWITCHMODE OPERATI REGULATED OUTPUT CURRENT (adjusable) FEW EXTERNAL

More information

Applications. Sami G. Tantawi, Stanford Linear Accelerator Center, Stanford University, CA 94025, USA

Applications. Sami G. Tantawi, Stanford Linear Accelerator Center, Stanford University, CA 94025, USA SLAC-PUB-9142 April 2004 A Novel Circular TE 01 -Mode Bend for Ulra-High-Power Applicaions Sami G. Tanawi, Sanford Linear Acceleraor Cener, Sanford Universiy, CA 94025, USA Absrac Fuure Linear Colliders

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

EE201 Circuit Theory I Fall

EE201 Circuit Theory I Fall EE1 Circui Theory I 17 Fall 1. Basic Conceps Chaper 1 of Nilsson - 3 Hrs. Inroducion, Curren and Volage, Power and Energy. Basic Laws Chaper &3 of Nilsson - 6 Hrs. Volage and Curren Sources, Ohm s Law,

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

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

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

The student will create simulations of vertical components of circular and harmonic motion on GX.

The student will create simulations of vertical components of circular and harmonic motion on GX. Learning Objecives Circular and Harmonic Moion (Verical Transformaions: Sine curve) Algebra ; Pre-Calculus Time required: 10 150 min. The sudens will apply combined verical ranslaions and dilaions in he

More information

Comparative Analysis of the Large and Small Signal Responses of "AC inductor" and "DC inductor" Based Chargers

Comparative Analysis of the Large and Small Signal Responses of AC inductor and DC inductor Based Chargers Comparaive Analysis of he arge and Small Signal Responses of "AC inducor" and "DC inducor" Based Chargers Ilya Zelser, Suden Member, IEEE and Sam Ben-Yaakov, Member, IEEE Absrac Two approaches of operaing

More information

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES 1, a 2, b 3, c 4, c Sualp Omer Urkmez David Sockon Reza Ziarai Erdem Bilgili a, b De Monfor Universiy, UK, c TUDEV, Insiue of Mariime Sudies, Turkey 1 sualp@furrans.com.r

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

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

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

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

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

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

The design of an improved matched filter in DSSS-GMSK system

The design of an improved matched filter in DSSS-GMSK system Journal of Physics: Conference Series PAPER OPEN ACCESS The design of an improved mached filer in DSSS-GMSK sysem To cie his aricle: Mao Wei-ong e al 16 J. Phys.: Conf. Ser. 679 1 View he aricle online

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

Will my next WLAN work at 1 Gbps?

Will my next WLAN work at 1 Gbps? Will my nex WLAN work a 1 Gbps? Boris Bellala boris.bellala@upf.edu hp://www.dic.upf.edu/ bbellal/ Deparmen of Informaion and Communicaion Technologies (DTIC) Universia Pompeu Fabra (UPF) 2013 Ouline Moivaion

More information

Accurate Tunable-Gain 1/x Circuit Using Capacitor Charging Scheme

Accurate Tunable-Gain 1/x Circuit Using Capacitor Charging Scheme Accurae Tunable-Gain 1/x Circui Using Capacior Charging Scheme Byung-Do Yang and Seo Weon Heo This paper proposes an accurae unable-gain 1/x circui. The oupu volage of he 1/x circui is generaed by using

More information

Multiuser Interference in TH-UWB

Multiuser Interference in TH-UWB Ouline Roman Merz, Cyril Boeron, Pierre-André Farine Insiue of Microechnology Universiy of Neuchâel 2000 Neuchâel Workshop on UWB for Sensor Neworks, 2005 Ouline Ouline 1 Inroducion Moivaions and Goals

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

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems Transmi Beamforming wih educed Feedback Informaion in OFDM Based Wireless Sysems Seung-Hyeon Yang, Jae-Yun Ko, and Yong-Hwan Lee School of Elecrical Engineering and INMC, Seoul Naional Universiy Kwanak

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

Optimal configuration algorithm of a satellite transponder

Optimal configuration algorithm of a satellite transponder IOP Conf. Series: Maerials Science and Engineering 4 (06) 0098 doi:0.088/757-899x/4//0098 Opimal configuraion algorihm of a saellie ransponder M S Sukhodoev, I I Savenko, Y A Marynov, N I Savina and V

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

Auto-Tuning of PID Controllers via Extremum Seeking

Auto-Tuning of PID Controllers via Extremum Seeking 25 American Conrol Conference June 8-, 25. Porland, OR, USA ThA7.2 Auo-Tuning of PID Conrollers via Exremum Seeking Nick illingsworh* and Miroslav rsić Deparmen of Mechanical and Aerospace Engineering

More information

Adaptive Approach Based on Curve Fitting and Interpolation for Boundary Effects Reduction

Adaptive Approach Based on Curve Fitting and Interpolation for Boundary Effects Reduction Adapive Approach Based on Curve Fiing and Inerpolaion for Boundary Effecs Reducion HANG SU, JINGSONG LI School of Informaion Engineering Wuhan Universiy of Technology 122 Loushi Road, Wuhan CHINA hangsu@whu.edu.cn,

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

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

Demodulation Based Testing of Off Chip Driver Performance

Demodulation Based Testing of Off Chip Driver Performance Demodulaion Based Tesing of Off Driver Performance Wilfried Daehn Hochschule Magdeburg-Sendahl Fachbereich Elekroechnik Posfach 368 39 Magdeburg Phone: ++49 39 886 4673 Fa: ++49 39 886 426 Email: wilfried.daehn@compuer.org

More information

A new method for classification and characterization of voltage sags

A new method for classification and characterization of voltage sags Elecric Power Sysems Research 58 (2001) 27 35 www.elsevier.com/locae/epsr A new mehod for classificaion and characerizaion of volage sags Mladen Kezunovic *, Yuan Liao Deparmen of Elecrical Engineering,

More information

Negative frequency communication

Negative frequency communication Negaive frequency communicaion Fanping DU Email: dufanping@homail.com Qing Huo Liu arxiv:2.43v5 [cs.it] 26 Sep 2 Deparmen of Elecrical and Compuer Engineering Duke Universiy Email: Qing.Liu@duke.edu Absrac

More information

Role of Kalman Filters in Probabilistic Algorithm

Role of Kalman Filters in Probabilistic Algorithm Volume 118 No. 11 2018, 5-10 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu doi: 10.12732/ijpam.v118i11.2 ijpam.eu Role of Kalman Filers in Probabilisic Algorihm

More information

Bounded Iterative Thresholding for Lumen Region Detection in Endoscopic Images

Bounded Iterative Thresholding for Lumen Region Detection in Endoscopic Images Bounded Ieraive Thresholding for Lumen Region Deecion in Endoscopic Images Pon Nidhya Elango School of Compuer Science and Engineering Nanyang Technological Universiy Nanyang Avenue, Singapore Email: ponnihya88@gmail.com

More information

Variable Rate Superorthogonal Turbo Code with the OVSF Code Tree Insah Bhurtah, P. Clarel Catherine, K. M. Sunjiv Soyjaudah

Variable Rate Superorthogonal Turbo Code with the OVSF Code Tree Insah Bhurtah, P. Clarel Catherine, K. M. Sunjiv Soyjaudah Variable Rae Superorhogonal Turbo Code wih he OVSF Code Tree Insah Bhurah, P. Clarel Caherine, K. M. Sunjiv Soyjaudah Absrac When using modern Code Division Muliple Access (CDMA) in mobile communicaions,

More information

Efficient Data Encoding and Decoding for Network-On-Chip Application

Efficient Data Encoding and Decoding for Network-On-Chip Application Inernaional Journal of Curren Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Righs Reserved Available a hp://inpressco.com/caegory/ijce Research Aricle Efficien Daa Encoding

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

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

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

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

LECTURE 1 CMOS PHASE LOCKED LOOPS

LECTURE 1 CMOS PHASE LOCKED LOOPS Lecure 01 (8/9/18) Page 1-1 Objecive LECTURE 1 CMOS PHASE LOCKED LOOPS OVERVIEW Undersand he principles and applicaions of phase locked loops using inegraed circui echnology wih emphasis on CMOS echnology.

More information

ENERGETICAL PERFORMANCES OF SINUSOIDAL PWM STRATEGY FOR THE INDUCTION MOTOR AND VOLTAGE INVERTER SYSTEM: SIMULATION AND EXPERIMENTAL APPROACH

ENERGETICAL PERFORMANCES OF SINUSOIDAL PWM STRATEGY FOR THE INDUCTION MOTOR AND VOLTAGE INVERTER SYSTEM: SIMULATION AND EXPERIMENTAL APPROACH Annals of he Universiy of Craiova, Elecrical Engineering series, No. 35, ; ISSN 84-485 ENERGEICAL PERFORMANCES OF SINUSOIDAL SRAEGY FOR HE INDUCION MOOR AND VOLAGE INVERER SYSEM: SIMULAION AND EXPERIMENAL

More information

Shortest and Efficient Multipath Routing in Mobile ad hoc Network (MANET)

Shortest and Efficient Multipath Routing in Mobile ad hoc Network (MANET) Indian Journal of Science and Technology, Vol 9(45), DOI: 10.17485/ijs/2016/v9i45/102597, December 2016 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Shores and Efficien Mulipah Rouing in Mobile ad

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

ATEE Adriana FLORESCU

ATEE Adriana FLORESCU SWITCHING POWER SUPPLY WITH MONOLITHIC SWITCHING REGULATOR SUBSYSTEMS AND DC-DC STEP-UP CONERTER PART B: Design Example, Pspice Simulaion, Pracical Consideraions, Experimenal Resuls Adriana FLORESCU Poliehnica

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

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

Family of Single-Inductor Multi-Output DC-DC Converters

Family of Single-Inductor Multi-Output DC-DC Converters PEDS009 Family of Single-Inducor Muli-Oupu DC-DC Converers Ray-ee in Naional Cheng Kung Universiy No., a-hseuh Road ainan Ciy, aiwan rayleelin@ee.ncku.edu.w Chi-Rung Pan Naional Cheng Kung Universiy No.,

More information

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras ECEN 44 Communicaion Theory Chaper Summary: Coninuous-Wave Modulaion.1 Modulaion Modulaion is a process in which a parameer of a carrier waveform is varied in accordance wih a given message (baseband)

More information

Heterogeneous Cluster-Based Topology Control Algorithms for Wireless Sensor Networks

Heterogeneous Cluster-Based Topology Control Algorithms for Wireless Sensor Networks 29 1 2111 JOURNAL OF APPLIED SCIENCES Elecronics and Informaion Engineering Vol. 29 No. 1 Jan. 211 DOI: 1.3969/j.issn.255-297.211.1.7 272... TN 929.5 255-297(211)1-39-5 Heerogeneous Cluser-Based Topology

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

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

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags 2008 IEEE Inernaional Conference on RFID The Veneian, Las Vegas, Nevada, USA April 16-17, 2008 1C2.2 SLAM Algorihm for 2D Objec Trajecory Tracking based on RFID Passive Tags Po Yang, Wenyan Wu, Mansour

More information

Efficient burst assembly algorithm with traffic prediction

Efficient burst assembly algorithm with traffic prediction Efficien burs assembly algorihm wih raffic predicion Mmoloki Mangwala, Boyce B. Sigweni and Bakhe M. Nleya Deparmen of compuer science Norh Wes Universiy, Privae Bag X2046, Mmabaho, 2735 Tel: +27 8 3892,

More information

Energy Efficient Data Fragmentation for Ubiquitous Computing

Energy Efficient Data Fragmentation for Ubiquitous Computing The Compuer Journal Advance Access published Sepember 1, 2013 The Briish Compuer Sociey 2013. All righs reserved. For Permissions, please email: journals.permissions@oup.com doi:10.1093/comjnl/bx080 Energy

More information

OLIVIA: Objectoriented Logicsimulation Implementing the VITAL Standard

OLIVIA: Objectoriented Logicsimulation Implementing the VITAL Standard 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

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

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