A Comparison on FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values

Size: px
Start display at page:

Download "A Comparison on FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values"

Transcription

1 A Compariso o FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values Mark Hamilto, William Marae, Araud Tisserad To cite this versio: Mark Hamilto, William Marae, Araud Tisserad. A Compariso o FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values. 21st Iteratioal Coferece o Field Programmable Logic ad Applicatios (FPL), Sep 2011, Chaia, Greece. IEEE, pp , 2011, < /FPL >. <iria > HAL Id: iria Submitted o 17 Oct 2011 HAL is a multi-discipliary ope access archive for the deposit ad dissemiatio of scietific research documets, whether they are published or ot. The documets may come from teachig ad research istitutios i Frace or abroad, or from public or private research ceters. L archive ouverte pluridiscipliaire HAL, est destiée au dépôt et à la diffusio de documets scietifiques de iveau recherche, publiés ou o, émaat des établissemets d eseigemet et de recherche fraçais ou étragers, des laboratoires publics ou privés.

2 st Iteratioal Coferece o Field Programmable Logic ad Applicatios A Compariso o FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values Mark Hamilto, William P. Marae Claude Shao Istitute for Discrete Mathematics, Codig ad Cryptography Departmet of Electrical & Electroic Egieerig Uiversity College Cork, Irelad {markh,liam}@eleceg.ucc.ie Araud Tisserad IRISA, CNRS, INRIA, Cetre Rees - Bretage Atlatique, Uiversité Rees 1, 6 rue Kérampot, Laio, FRANCE araud.tisserad@irisa.fr Abstract I this paper we provide a compariso of differet modular multipliers suitable for use i a elliptic curve processor, whe workig with a Mersee prime modulus. Mersee primes allow for the use of fast modular reductio techiques. Several multipliers are preseted that ca be implemeted solely i slice logic. A desig that makes use of the DSP48E blocks o Virtex 5 FPGAs is also described. The differet multipliers are compared for speed, area ad power cosumptio whe implemeted o a Virtex 5 FPGA. Keywords: FPGA, Hiasat Multiplier, Elliptic Curve Processor, Mersee prime, Modular Multiplicatio. I. INTRODUCTION The modular multiplier i a elliptic curve processor is geerally the compoet that determies the critical path of the desig. A very basic method for computig a sigle modular multiplicatio is to perform a full width multiplicatio ad the reduce the result mod p. The reductio step is computatioally itesive as it requires more or less the divisio of two umbers. Durig a modular expoetiatio the reductio would have to be performed after each multiplicatio, this method would be too slow to be used for Elliptic Curve Cryptography (ECC) where the modulus ca be several hudred bits i legth. The Motgomery algorithm [1] is a much more efficiet method as it does ot require the computatioally itesive trial divisio operatios. A alterative to the Motgomery method is to choose a modulus of a special form that support fast modular reductio, such as 2 1, 2 or For ECC the most iterestig form is 2 1 where is a prime umber. This form of umber is kow as a Mersee prime ad there are two such primes that are curretly useful for ECC. I [2], NIST specify a curve over GF(p) with p = as oe of the stadard curves to be used for ECC. I [3], the authors itroduce a method for performig ECC usig a curve defied over the extesio field GF(p 2 ) with p = There are may ways of implemetig a multiplier modulo a Mersee prime. Several desigs were implemeted o a Virtex xc5vlx50 ad a xc5lx220 FPGA ad compared. The xc5vlx50 is the smallest Virtex 5 FPGA that ilix produces. II. MULTIPLIERS FOR MODULO 2 1 MULTIPLICATION I 1992, Hiasat [4] proposed a desig that takes advatage of the fast modular reductio that ca be performed whe workig with moduli of the form 2 ± 1. I the case of 2 1 the multiplicatio ca be performed as follows. If, = = 2 1 i=0 z i 2 i (1) the modular reductio of ca be described as, = z i 2 i + 2 z i 2 i i=0 i= 2 1 where, (2) = (3) This type of multiplier ca be implemeted through the use of a full width multiplier followed by correctio circuitry that performs the modular reductio step. Methods for performig the bit multiplicatio are discussed later i the sectio. The correctio circuitry cosists of simple combiatioal logic. The setup is show i Fig. 1. x bits Figure 1. 2 Correctio Circuitry Hiasat Multiplier 2 1 We have see that the modular reductio step above ca be performed efficietly i hardware. Next we discuss methods for efficietly implemetig the bit multiplicatio show i Fig /11 $ IEEE DOI /FPL

3 A. Serial Multiplier The simplest form of multiplier is oe which implemets a -bit multiplicatio as the sum of partial products, Fig. 2. The multiplier,, is fed ito a shift register ad the least sigificat bit (LSB) is scaed. If the curret bit is a 1, the multiplicad,, is added to a accumulator ad the multiplier is shifted to the right by oe bit positio. If a 0 bit is detected, othig is added to the accumulator ad the multiplier is shifted to the right by oe bit positio, this is represeted by the multiplexer i Fig. 2. This process cotiues util every bit of the multiplier has bee scaed. This method is kow as the schoolbook method for multiplicatio. This form of multiplier requires a sigle -bit adder ad performs the multiplicatio i clock cycles. Fig. 2 shows how the output of the adder feeds ito a shift register that holds the accumulator value. is stored i the LSBs of the accumulator ad shifted right. After clock cycles is completely shifted out of the accumulator ad oly the result of the multiplicatio,, will remai. ca the be fed ito some correctio circuitry to obtai the mod 2 1 result, as show i Fig. 1. The critical path of the desig is the -bit adder. B. Booth Multiplier Figure shift shift Serial Multiplier I 1951 Booth [5] itroduced a multiplicatio algorithm which reduced the umber of additios of partial products to /2, at the cost of some extra hardware. A modified versio of Booth s algorithm was itroduced i [6]. Both algorithms work by precomputig partial products multiples from a certai set. I the case of the modified Booth algorithm the multiples { 2,, 0,, +2} are precomputed. Every multiple i this set ca be calculated by a bitwise shift, a iversio i 2 s complemet or both. For the modified Booth algorithm overlappig groups of 3 bits of the multiplicad must be scaed at a time. For a detailed descriptio of Booth recodig schemes see [7]. The circuit is show i Fig. 3. The critical path of this desig is through the adder ad the circuitry used for the precomputatios. 2 precompute multiples Figure 3. shift shift 2+3 Booth2 Multiplier III. MONTGOMER MULTIPLIER I 1985 Motgomery [1] itroduced a algorithm to efficietly compute the modular product of two umbers. The algorithm is very efficiet whe used for modular expoetiatio as it does ot require computatioally itesive trial divisio operatios. The Motgomery multiplier is oe of the most widely used types of multipliers i elliptic curve processors. This is due to its relatively short critical path ad its ability to be used with a wide rage of differet moduli. Motgomery s method first requires the umbers to be coverted to a N-residue form mod p. The result of a Motgomery multiplicatio will also be i N-residue form. To obtai the correct result the aswer must be coverted back to stadard form. The mai operatio performed i ECC is scalar multiplicatio. From [8] we kow that for this case, the coditioal subtractio at the ed of the Motgomery Multiplicatio algorithm is ot required. Algorithm 1 shows how the Motgomery Multiplicatio is performed without a coditioal subtractio. Algorithm 1: Motgomery Multiplicatio Iput: = k i=0 i 2i, = k i=0 i 2i, p Output: = 2 k+2 (mod p) = 0, y k+1 = 0; for i=1 to k + 2 do q i = i 1 + y i (mod 2) z i = ( i 1 + q i + y i )/2 ed A circuit for performig a Motgomery multiplicatio is show i Fig. 4. The critical path of this desig is through the two adders. shift Figure 4. i 1 Motgomery Multiplier 2 i 274

4 IV. MULTIPLIER WITH AND DSP48ES All of the previous multipliers that have bee discussed ca be implemeted etirely i slice logic o a FPGA. However, FPGAs also cotai large amouts of block RAM ad DSP blocks. Icorporatig these elemets ito the desig of the multiplier ca give a alterative for performig large multiplicatios. I a ilix FPGA, the DSP48E ad based desig uses a umber of DSP48E blocks to calculate the partial products. The partial products are the stored i. A adder ca read from the ad add the partial products. To decrease the umber of clock cycles required to perform a multiplicatio, the umber of DSP48E blocks used ca be icreased. A example of the desig of the multiplier usig four DSP48E blocks is show i Fig. 5. The desig show cosists of four DSP48E blocks, four blocks of ad oe adder. If the umber of DSP48E blocks ad is icreased, the geeral setup of the desig remais the same. decompose & eable partial product select d_ia d_ib d_ia d_ib d_ia d_ib d_ia d_ib cotroller RAM_select recursive_level Figure 5. DSP48E ad based Multiplier Each DSP48E block o a ilix Virtex 5 FPGA is capable of performig a full bit multiplicatio, givig a 48 bit result. However i this desig we oly require the DSP48E blocks to perform bit multiplicatios. To take advatage of the high clock frequecy of these DSP48E blocks, a large multiplicatio must be decomposed recursively util the size of the partial product multiplicatios is bits or less. The maximum frequecy of the desig will ot be limited by the DSP48E blocks but by the critical path of the adder used to sum the partial products. It is possible to pipelie the adder but for large bit legths, achievig a clock frequecy close to that of the DSP blocks is ot possible. The simplest way to decompose the multiplicatio x y, is as follows. Let x ad y be represeted as a biary strig of legth t. To split x ad y ito two equal parts let = t/2, the, x = x H 2 + x L doe y = y H 2 + y L x y = (x H 2 + x L )(y H 2 + y L ) = z a z b 2 + z c (4) where, z a = x H y H, z b = x H y L + x L y H ad z c = x L y L. This method ca be applied recursively to the partial products util the calculatio of z a, z b ad z c cosist of bit, or less, multiplicatios. For each decompositio there are the four partial products that have to be calculated usig the DSP48E blocks, x L y L, x L y H, x H y L ad x H y H. These four partial products must the be summed accordig to Eq. (4). By usig the Karatsuba method for decompositio [9], the umber of multiplicatios required to calculate the partial products ca be reduced from four to three. However this icreases the umber of additios that eed to be performed. Sice the critical path i the desig is through the adder, the previous method for decompositio, Eq. (4), is used. A. Multiplier Operatio The multiplier desig based o DSPE blocks ad is show i Fig. 5. The iputs ad are decomposed by simply routig the correct portios of the array of bits to the multipliers. A multiplexer routes the decomposed ad sigals ito the DSP blocks, to be multiplied. The cotroller determies which partial products are routed to the multipliers at each clock cycle through the use of the partial product select lie. For every DSP48 block i the desig, there is a dual port block RAM ad for every four DSP48E blocks there is a sigle adder. A geerator was writte i C++ to geerate the VHDL code for the multiplier. This was ecessary due to the complexity of decomposig the multiplicads ad also the multiplexer that routes iputs to the DSP48E blocks. The geerator is desiged to take as iputs the bit legth of the multiplicatio ad umber of DSP48E blocks to be used. From these values the geerator produces all the VHDL files ecessary to implemet the multiplier. V. IMPLEMENTATION I order to thoroughly compare the differet multiplier desigs, the circuits were implemeted o a Virtex 5 FPGA ad the power cosumptio measured. The SASEBO- GII evaluatio board [10] is specifically desiged for side chael aalysis experimets o FPGAs, cosequetly the board is also suitable for accurately measurig the power cosumptio of circuits o a FPGA. The board allows for access to the V cc it pi of the FPGA. The V cc it pi of the FPGA is a 1V power lie used oly to power the core of the chip. This is useful for measurig the power cosumptio of a circuit o a FPGA as power to the IO blocks are supplied separately. The resultig value for power cosumptio is that oly of the circuit implemeted o the FPGA. The V cc it pi of the FPGA was coected to a very accurate DC power aalyser. The dyamic power cosumptio of each circuit was measured ad averaged over the period of 30 miutes. Each circuit processed radom data set from the cotrol 275

5 Multiplier Bit Legth Area(slices) Max Freq(MHz) Clk Cycles Throughput Power Cosumptio (Mbits/S) dyamic static (mw) Motgomery Serial Booth DSP (4DSPs) Motgomery Serial Booth *DSP (4DSPs) Table I POWER CONSUMPTION RESULTS FPGA durig this time. The static power cosumptio was also measured while the circuit was ot processig ay data. VI. RESULTS Show i Table IV-A are post place ad route ad power cosumptio measurmet results for a Virtex xc5vlx50-1ff324. The clock speed for all power measuremets is 24MHz. The results for 521-bit DSP circuit, deoted by *, are take from a xc5vlx220 as this circuit cotais too much block RAM to fit o the smaller Virtex xc5vlx50. The area results for the DSP circuits do ot take ito accout the or the DSP48E blocks that are also preset i the circuit. The best results i each category are highlighted i bold. I order to properly route the 521 bit Booth2 circuit, a pipelied desig was used. This allowed the desig to be routed oto the chip without exceedig the legth of the carry chai o the FPGA. The results show that the Motgomery, Booth2 ad Serial multipliers are all closely matched i the power they cosume. The circuits that make use of block RAM ad DSP blocks are capable of performig the multiplicatio much faster tha the other circuits. However the area used by these multipliers is much higher tha the circuits that implemet the multiplicatio i a serial way. The stadard deviatio of the power cosumptio of the Booth2 multiplier was lowest for a bit legth of 127 bits. This low stadard deviatio i power cosumptio would be a desirable property for high security applicatios as it should reduce the risk of the circuit beig susceptible to power aalysis attacks such as those described i [11] ad [12]. For a compariso of ECC algorithms resistat to Simple Power Aalysis attacks see [13]. VII. CONCLUSION We have show a compariso of the performace of various differet multipliers o a Virtex 5 FPGA. The multipliers were compared for area, throughput ad power cosumptio. The results have show that there are may ways of implemetig a modular multiplier o a FPGA, each of which has their ow advatages. The Motgomery multiplier desig has the advatage of beig able to perform modular multiplicatios where the modulus is of a geeral form ad also at very low area. Whe workig with a modulus of special form such as 2 1, the most efficiet desig is a Booth2 multiplier. The Booth2 desig has a low area similar to a serial multiplier but a much higher throughput due to the recodig used. I certai applicatios such as hadlig large amouts of traffic o a etwork, high speed ecryptio is more desirable tha low area or low power desig. I this situatio makig use of the ad DSP48E resources o the FPGA may be a desirable way of implemetig the multiplier i a ECC uit. Implemetig the multiplier i this way also keeps the critical path of the desig relatively short. Performig the full -bit multiplicatio ad reductio i a sigle clock cycle with a fully parallel multiplier would give a very high throughput but also a log critical path. Such a desig might hider operatios elsewhere o the chip if oly oe clock is preset. ACKNOWLEDGMENT This material is based upo works supported by the Sciece Foudatio Irelad uder Grat No. 06/MI/006 ad the Mobility Grat 2010 from the Collège Doctoral Iteratioal of the Uiversité Européee de Bretage. REFERENCES [1] P. Motgomery, Modular multiplicatio without trial divisio, i Mathematics of Computatio, vol. 44, 1985, pp [2] Digital Sigature Stadard (FIPS 186-3), NIST, Jue [3] S. D. Galbraith,. Li, ad M. Scott, Edomorphisms for faster elliptic curve cryptography o a large class of curves, i EUROCRPT 2009, LNCS 5479, 2009, pp [4] A. Hiasat, New Memoryless, mod(2 ± 1) Residue Multiplier, i Electroics Letters, vol. 28, [5] A. D. Booth, A Siged Biary Multiplicatio Techique. Quarterly Joural of Mechaics ad Applied Mathematics,, vol. 4, o. 2, pp , [6] O. MacSorley, High-speed arithmetic i biary computers, Proceedigs of the IRE, vol. 49, o. 1, pp , ja [7] G. W. Bewick, Fast multiplicatio: Algorithms ad implemetatio, Ph.D. dissertatio, Electrical Egieerig, Staford Uiversity, [8] C. D. Walter, Motgomery expoetiatio eeds o fial subtractios, Electroic Letters, vol. 35, o. 21, pp , October [9] A. Karatsuba ad. Ofma, Multiplicatio of may-digital umbers by automatic computers, Proceedigs of the USSR Academy of Scieces, vol. 145, pp , [10] Side-chael attack stadard evaluatio board, SASEBO-GII, http: // [11] E. Brier, C. Clavier, ad F. Olivier, Correlatio power aalysis with a leakage model, i CHES 2004, ser. LNCS, vol. 3156, 2004, pp [12] P. Kocher, J. Jaffe, ad B. Ju, Differetial power aalysis, i Advaces i Cryptology CRPTO 99, ser. LNCS, vol. 1666, 1999, pp [13] A. Byre, N. Meloi, A. Tisserad, E. M. Popovici, ad W. P. Marae, Compariso of simple power aalysis attack resistat algorithms for a elliptic curve cryptosystem, i Joural of Computers, vol. 2, 2007, pp

High Speed Area Efficient Modulo 2 1

High Speed Area Efficient Modulo 2 1 High Speed Area Efficiet Modulo 2 1 1-Soali Sigh (PG Scholar VLSI, RKDF Ist Bhopal M.P) 2- Mr. Maish Trivedi (HOD EC Departmet, RKDF Ist Bhopal M.P) Adder Abstract Modular adder is oe of the key compoets

More information

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ Reducig Power Dissipatio i Complex Digital Filters by usig the Quadratic Residue Number System Λ Agelo D Amora, Alberto Naarelli, Marco Re ad Gia Carlo Cardarilli Departmet of Electrical Egieerig Uiversity

More information

OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS

OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS G.C. Cardarilli, M. Re, A. Salsao Uiversity of Rome Tor Vergata Departmet of Electroic Egieerig Via del Politecico 1 / 00133 / Rome / ITAL {marco.re,

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

Design of Area and Speed Efficient Modulo 2 n -1 Multiplier for Cryptographic Applications

Design of Area and Speed Efficient Modulo 2 n -1 Multiplier for Cryptographic Applications Iteratioal Joural of Sciece, Egieerig ad Techology Research (IJSETR) Desig of Area ad Speed Efficiet Modulo 2-1 Multiplier for Cryptographic Applicatios Abstract The ecryptio ad decryptio of PKC algorithms

More information

Reconfigurable architecture of RNS based high speed FIR filter

Reconfigurable architecture of RNS based high speed FIR filter Idia Joural of Egieerig & Materials Scieces Vol. 21, April 214, pp. 233-24 Recofigurable architecture of RNS based high speed FIR filter J Britto Pari* & S P Joy Vasatha Rai Departmet of Electroics Egieerig,

More information

A Comparative Study on LUT and Accumulator Radix-4 Based Multichannel RNS FIR Filter Architectures

A Comparative Study on LUT and Accumulator Radix-4 Based Multichannel RNS FIR Filter Architectures A Comparative Study o LUT ad Accumulator Radix-4 Based Multichael RNS FIR Filter Architectures Britto Pari. J #, Joy Vasatha Rai S.P *2 # Research Scholar, Departmet of Electroics Egieerig, MIT campus,

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

A Novel Three Value Logic for Computing Purposes

A Novel Three Value Logic for Computing Purposes Iteratioal Joural o Iormatio ad Electroics Egieerig, Vol. 3, No. 4, July 23 A Novel Three Value Logic or Computig Purposes Ali Soltai ad Saeed Mohammadi Abstract The aim o this article is to suggest a

More information

ELEC 204 Digital Systems Design

ELEC 204 Digital Systems Design Fall 2013, Koç Uiversity ELEC 204 Digital Systems Desig Egi Erzi College of Egieerig Koç Uiversity,Istabul,Turkey eerzi@ku.edu.tr KU College of Egieerig Elec 204: Digital Systems Desig 1 Today: Datapaths

More information

CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER

CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER CHAPTER 6 IMPLEMENTATION OF DIGITAL FIR FILTER 6.1 INTRODUCTION The digital FIR filters are commo compoets i may digital sigal processig (DSP) systems. There are various applicatios like high speed/low

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

Design of modulo 2 n -1 multiplier Based on Radix-8 Booth Algorithm using Residue Number System

Design of modulo 2 n -1 multiplier Based on Radix-8 Booth Algorithm using Residue Number System Desig of modulo 2-1 multiplier Based o Radix-8 Booth Algorithm usig Residue Number System K.RAMAMOHAN REDDY M.Tech Studet, Dept. of ECE Vaagdevi Istitute of Techology & Sciece,Proddatur, Kadapa (Dt.),

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ.

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ. ELECTRONICS 00 September, Sozopol, BLGARIA MEASREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQENCY RANGE 0,0-0KHZ. Plame Agelov Agelov Faculty for Computer Sciece, Egieerig ad Natural Studies,

More information

Density Slicing Reference Manual

Density Slicing Reference Manual Desity Slicig Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Novel pseudo random number generation using variant logic framework

Novel pseudo random number generation using variant logic framework Edith Cowa Uiversity Research Olie Iteratioal Cyber Resiliece coferece Cofereces, Symposia ad Campus Evets 011 Novel pseudo radom umber geeratio usig variat logic framework Jeffrey Zheg Yua Uiversity,

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

Modulo 2 n +1 Arithmetic Units with Embedded Diminished-to-Normal Conversion

Modulo 2 n +1 Arithmetic Units with Embedded Diminished-to-Normal Conversion 2011 14th Euromicro Coferece o Digital System Desig Modulo 2 +1 Arithmetic Uits with Embedded Dimiished-to-Normal Coversio Evagelos Vassalos, Dimitris Bakalis Electroics Laboratory, Dept. of Physics Uiversity

More information

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION XIX IMEKO World Cogress Fudametal ad Applied Metrology September 6, 9, Lisbo, Portugal INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION Dalibor

More information

A Low Spurious Level Fractional-N Frequency Divider Based on a DDS-like Phase Accumulation Operation

A Low Spurious Level Fractional-N Frequency Divider Based on a DDS-like Phase Accumulation Operation A Low Spurious Level Fractioal-N Frequecy Based o a DDS-like Phase Accumulatio Operatio Julie Juyo, Ioa Burciu, Teddy Borr, Stéphae Thuries, Éric Tourier To cite this versio: Julie Juyo, Ioa Burciu, Teddy

More information

Design and Implementation of Vedic Algorithm using Reversible Logic Gates

Design and Implementation of Vedic Algorithm using Reversible Logic Gates www.ijecs.i Iteratioal Joural Of Egieerig Ad Computer Sciece ISSN: 2319-7242 Volume 4 Issue 8 Aug 2015, Page No. 13734-13738 Desig ad Implemetatio of Vedic Algorithm usig Reversible Logic s Hemagi P.Patil

More information

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94595A AME5046 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

Some Modular Adders and Multipliers for Field Programmable Gate Arrays

Some Modular Adders and Multipliers for Field Programmable Gate Arrays Some Modular Adders ad Multipliers for Field Programmable Gate Arras Jea-Luc Beuchat Laboratoire de l Iformatique du Parallélisme (CNRS, ENSL, INRIA) 46, Allée d Italie F 69364 Lo Cede 7 Jea-Luc.Beuchat@es-lo.fr

More information

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS Mariusz Ziółko, Przemysław Sypka ad Bartosz Ziółko Departmet of Electroics, AGH Uiversity of Sciece ad Techology, al. Mickiewicza 3, 3-59 Kraków, Polad,

More information

Problem of calculating time delay between pulse arrivals

Problem of calculating time delay between pulse arrivals America Joural of Egieerig Research (AJER) 5 America Joural of Egieerig Research (AJER) e-issn: 3-847 p-issn : 3-936 Volume-4, Issue-4, pp-3-4 www.ajer.org Research Paper Problem of calculatig time delay

More information

Delta- Sigma Modulator with Signal Dependant Feedback Gain

Delta- Sigma Modulator with Signal Dependant Feedback Gain Delta- Sigma Modulator with Sigal Depedat Feedback Gai K.Diwakar #1 ad V.Vioth Kumar *2 # Departmet of Electroics ad Commuicatio Egieerig * Departmet of Electroics ad Istrumetatio Egieerig Vel Tech Uiversity,Cheai,

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches Joural of Power Electroics, ol, o, pp 67-677, July 67 JPE --6 http://dxdoiorg/6/jpe67 I(Prit: 98-9 / I(Olie: 9-78 A ew Basic Uit for Cascaded Multi Iverters with the Capability of Reducig the umber of

More information

A New Implementation for a 2 n 1 Modular Adder Through Carbon Nanotube Field Effect Transistors

A New Implementation for a 2 n 1 Modular Adder Through Carbon Nanotube Field Effect Transistors April 2015, Volume 2, Number 2 (pp. 129 139) http://www.jcomsec.org Joural of Computig ad Security A New Implemetatio for a 2 1 Modular Adder Through Carbo Naotube Field Effect Trasistors Seyyed Ashka

More information

FPGA Implementation of the Ternary Pulse Compression Sequences

FPGA Implementation of the Ternary Pulse Compression Sequences FPGA Implemetatio of the Terary Pulse Compressio Sequeces N.Balaji 1, M. Sriivasa rao, K.Subba Rao 3, S.P.Sigh 4 ad N. Madhusudhaa Reddy 4 Abstract Terary codes have bee widely used i radar ad commuicatio

More information

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1 Advaces i Egieerig Research, volume 8 d Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 7) Radar emitter recogitio method based o AdaBoost ad decisio tree Tag Xiaojig,

More information

Fault Diagnosis in Rolling Element Bearing Using Filtered Vibration and Acoustic Signal

Fault Diagnosis in Rolling Element Bearing Using Filtered Vibration and Acoustic Signal Volume 8 o. 8 208, 95-02 ISS: 3-8080 (prited versio); ISS: 34-3395 (o-lie versio) url: http://www.ijpam.eu ijpam.eu Fault Diagosis i Rollig Elemet Usig Filtered Vibratio ad Acoustic Sigal Sudarsa Sahoo,

More information

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels Compariso of Frequecy Offset Estimatio Methods for OFDM Burst Trasmissio i the Selective Fadig Chaels Zbigiew Długaszewski Istitute of Electroics ad Telecommuicatios Pozań Uiversity of Techology 60-965

More information

A study on the efficient compression algorithm of the voice/data integrated multiplexer

A study on the efficient compression algorithm of the voice/data integrated multiplexer A study o the efficiet compressio algorithm of the voice/data itegrated multiplexer Gyou-Yo CHO' ad Dog-Ho CHO' * Dept. of Computer Egieerig. KyiigHee Uiv. Kiheugup Yogiku Kyuggido, KOREA 449-71 PHONE

More information

Department of Electrical and Computer Engineering, Cornell University. ECE 3150: Microelectronics. Spring Due on April 26, 2018 at 7:00 PM

Department of Electrical and Computer Engineering, Cornell University. ECE 3150: Microelectronics. Spring Due on April 26, 2018 at 7:00 PM Departmet of Electrical ad omputer Egieerig, orell Uiersity EE 350: Microelectroics Sprig 08 Homework 0 Due o April 6, 08 at 7:00 PM Suggested Readigs: a) Lecture otes Importat Notes: ) MAKE SURE THAT

More information

Faulty Clock Detection for Crypto Circuits Against Differential Faulty Analysis Attack

Faulty Clock Detection for Crypto Circuits Against Differential Faulty Analysis Attack Faulty Clock Detectio for Crypto Circuits Agaist Differetial Faulty Aalysis Attack Pei uo ad Yusi Fei Departmet of Electrical ad Computer Egieerig Northeaster Uiversity, Bosto, MA 02115 Abstract. Differetial

More information

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains 7 Figerprit Classificatio Based o Directioal Image Costructed Usig Wavelet Trasform Domais Musa Mohd Mokji, Syed Abd. Rahma Syed Abu Bakar, Zuwairie Ibrahim 3 Departmet of Microelectroic ad Computer Egieerig

More information

Towards Acceleration of Deep Convolutional Neural Networks using Stochastic Computing

Towards Acceleration of Deep Convolutional Neural Networks using Stochastic Computing Towards Acceleratio of Deep Covolutioal Neural Networks usig Stochastic Computig Ji Li, Ao Re, Zhe Li, Caiwe Dig, Bo Yua 3, Qiru Qiu ad Yazhi Wag Departmet of Electrical Egieerig, Uiversity of Souther

More information

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS A SELETIVE POINTE FOWADING STATEGY FO LOATION TAKING IN PESONAL OUNIATION SYSTES Seo G. hag ad hae Y. Lee Departmet of Idustrial Egieerig, KAIST 373-, Kusug-Dog, Taejo, Korea, 305-70 cylee@heuristic.kaist.ac.kr

More information

Acquisition of GPS Software Receiver Using Split-Radix FFT

Acquisition of GPS Software Receiver Using Split-Radix FFT 006 IEEE Coferece o Systems, Ma, ad Cyberetics October -, 006, Taipei, Taiwa Acquisitio of GPS Software Receiver Usig Split-Radix FFT W. H. Li, W. L. Mao, H. W. Tsao, F. R. Chag, ad W. H. Huag Abstract

More information

Delta- Sigma Modulator based Discrete Data Multiplier with Digital Output

Delta- Sigma Modulator based Discrete Data Multiplier with Digital Output K.Diwakar et al. / Iteratioal Joural of Egieerig ad echology (IJE Delta- Sigma Mulator based Discrete Data Multiplier with Digital Output K.Diwakar #,.ioth Kumar *2, B.Aitha #3, K.Kalaiarasa #4 # Departmet

More information

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI Muhammad Kabir McGill Uiversity Departmet of Electrical ad Computer Egieerig Motreal, QC H3A 2A7 Email: muhammad.kabir@mail.mcgill.ca Carlos Christofferse

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2 Lossless image compressio Usig Hashig (usig collisio resolutio) Amritpal Sigh 1 ad Racha rajpoot 2 1 M.Tech.* CSE Departmet, 2 Departmet of iformatio techology Guru Kashi UiversityTalwadi Sabo, Bathida

More information

High-Order CCII-Based Mixed-Mode Universal Filter

High-Order CCII-Based Mixed-Mode Universal Filter High-Order CCII-Based Mixed-Mode Uiversal Filter Che-Nog Lee Departmet of Computer ad Commuicatio Egieerig, Taipei Chegshih Uiversity of Sciece ad Techology, Taipei, Taiwa, R. O. C. Abstract This paper

More information

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria COMPARATIVE ANALYSIS OF ARTIFICIAL NEURAL NETWORK'S BACK PROPAGATION ALGORITHM TO STATISTICAL LEAST SQURE METHOD IN SECURITY PREDICTION USING NIGERIAN STOCK EXCHANGE MARKET AkiwaJe, A.T., IbharaJu, F.T.

More information

AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94597A AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997 August 997 Features Guarateed V Operatio Very Low Curret Cosumptio (Typ).... µa at V All Outputs TTL Compatible O Chip Oscillator Feedback Resistor Oscillator Requires Oly Exteral compoets: Fixed Capacitor,

More information

POWERS OF 3RD ORDER MAGIC SQUARES

POWERS OF 3RD ORDER MAGIC SQUARES Fuzzy Sets, Rough Sets ad Multivalued Operatios ad Applicatios, Vol. 4, No. 1, (Jauary-Jue 01): 37 43 Iteratioal Sciece Press POWERS OF 3RD ORDER MAGIC SQUARES Sreerajii K.S. 1 ad V. Madhukar Mallayya

More information

Survey of Low Power Techniques for ROMs

Survey of Low Power Techniques for ROMs Survey of Low Power Techiques for ROMs Edwi de Agel Crystal Semicoductor Corporatio P.O Box 17847 Austi, TX 78744 Earl E. Swartzlader, Jr. Departmet of Electrical ad Computer Egieerig Uiversity of Texas

More information

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION 49 A SIMPL MOD OF GOAL DIRCD LOSSY SYNSIS AND NWORK OPIMIZAION K. ájek a),. Michal b), J. Sedláek b), M. Steibauer b) a) Uiversity of Defece, Kouicova 65,63 00 ro,czech Republic, b) ro Uiversity of echology,

More information

Subscriber Pulse Metering (SPM) Detection

Subscriber Pulse Metering (SPM) Detection Subscriber Pulse Meterig () Detectio Versatile telephoe call-charge ad security fuctios for PBX, Payphoe ad Pair-Gai applicatios - employig CML s family of 12kHz ad 16kHz ICs INNOVATIONS INV/Telecom//1

More information

An Adaptive Image Denoising Method based on Thresholding

An Adaptive Image Denoising Method based on Thresholding A Adaptive Image Deoisig Method based o Thresholdig HARI OM AND MANTOSH BISWAS Departmet of Computer Sciece & Egieerig Idia School of Mies, Dhabad Jharkad-86004 INDIA {hariom4idia, matoshb}@gmail.com Abstract

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2506 Digital Gamma Neutro discrimiatio with Liquid Scitillators Viareggio 19 November 2012 Itroductio I recet years CAEN has developed a complete family of digitizers that cosists of

More information

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA 1274 LETTER A Novel Adaptive Chael Estimatio Scheme for DS-CDMA Che HE a), Member ad Xiao-xiag LI, Nomember SUMMARY This paper proposes a adaptive chael estimatio scheme, which uses differet movig average

More information

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture Aalog Fuctioal Testig i Mixed-Sigal s Jie Qi Dept. of Electrical & Computer Egieerig Aubur Uiversity Co-Advisors: Charles Stroud ad Foster Dai Outlie Motivatio ad Backgroud Built-I Self-Test Architecture

More information

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 5 Special Issue o Applicatio of Advaced Computig ad Simulatio i Iformatio Systems Sofia 06 Prit ISSN: 3-970; Olie ISSN:

More information

HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING

HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING Marco Gomes 1,2, Gabriel Falcão 1,2, João Goçalves 1,2, Vitor Silva 1,2, Miguel Falcão 3, Pedro Faia 2 1 Istitute of Telecommuicatios,

More information

Measurements of the Communications Environment in Medium Voltage Power Distribution Lines for Wide-Band Power Line Communications

Measurements of the Communications Environment in Medium Voltage Power Distribution Lines for Wide-Band Power Line Communications Measuremets of the Commuicatios viromet i Medium Voltage Power Distributio Lies for Wide-Bad Power Lie Commuicatios Jae-Jo Lee *,Seug-Ji Choi *,Hui-Myoug Oh *, Wo-Tae Lee *, Kwa-Ho Kim * ad Dae-Youg Lee

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

Encode Decode Sample Quantize [ ] [ ]

Encode Decode Sample Quantize [ ] [ ] Referece Audio Sigal Processig I Shyh-Kag Jeg Departmet of Electrical Egieerig/ Graduate Istitute of Commuicatio Egieerig M. Bosi ad R. E. Goldberg, Itroductio to Digital Audio Codig ad Stadards, Kluwer

More information

Power Optimization for Pipeline ADC Via Systematic Automation Design

Power Optimization for Pipeline ADC Via Systematic Automation Design Power Optimizatio for Pipelie AD ia Systematic Automatio Desig Qiao Yag ad Xiaobo Wu Abstract--A efficiet geeral systematic automatio desig methodology is proposed to optimize the power of pipelie Aalog-to-Digital

More information

Summary of pn-junction (Lec )

Summary of pn-junction (Lec ) Lecture #12 OUTLNE iode aalysis ad applicatios cotiued The MOSFET The MOSFET as a cotrolled resistor Pich-off ad curret saturatio Chael-legth modulatio Velocity saturatio i a short-chael MOSFET Readig

More information

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to Itroductio to Digital Data Acuisitio: Samplig Physical world is aalog Digital systems eed to Measure aalog uatities Switch iputs, speech waveforms, etc Cotrol aalog systems Computer moitors, automotive

More information

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION A SIMPL MOD OF GOAL DIRCD LOSSY SYNSIS AND NWORK OPIMIZAION Karel ájek a), ratislav Michal, Jiří Sedláček a) Uiversity of Defece, Kouicova 65,63 00 Bro,Czech Republic, Bro Uiversity of echology, Kolejí

More information

Design of a Mixed Prime Factor FFT for Portable Digital Radio Mondiale Receiver

Design of a Mixed Prime Factor FFT for Portable Digital Radio Mondiale Receiver 590 Desig of a Mixed Prime Factor FFT for Portable Digital Radio Modiale Receiver Dog-Su Kim, Member, IEEE, Sag-Seol Lee, Jae-Yeo Sog, Kyu-Yeul Wag, ad Duck-Ji Chug Abstract To achieve better soud quality

More information

PHY-MAC dialogue with Multi-Packet Reception

PHY-MAC dialogue with Multi-Packet Reception PHY-AC dialogue with ulti-packet Receptio arc Realp 1 ad Aa I. Pérez-Neira 1 CTTC-Cetre Tecològic de Telecomuicacios de Cataluya Edifici Nexus C/Gra Capità, - 0803-Barceloa (Cataluya-Spai) marc.realp@cttc.es

More information

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration Computer Techology ad Applicatio 7 (16) 96-1 doi: 1.1765/1934-733/16..4 D DAVID PUBLISHING Experimetal Noise Aalysis of Reed Switch Sesor Sigal uder Evirometal Vibratio Odgerel Ayurzaa 1 ad Hiesik Kim

More information

A Novel Small Signal Power Line Quality Measurement System

A Novel Small Signal Power Line Quality Measurement System IMTC 3 - Istrumetatio ad Measuremet Techology Coferece Vail, CO, USA, - May 3 A ovel Small Sigal Power Lie Quality Measuremet System Paul B. Crilly, Erik Leadro Boaldi, Levy Ely de Lacarda de Oliveira,

More information

SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK

SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK Giovai Huiske ad Eric va Berkum Dept. of Civil Egieerig - Uiversity of Twete - 7500 AE Eschede - The Netherlads E-mail: g.huiske@ctw.utwete.l ad

More information

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600 Chapter The Desig of Passive Itermodulatio Test System Applied i LTE 600 Gogli, Wag Cheghua, You Wejue 3, Wa Yuqiag 4 Abstract. For the purpose of measurig the passive itermodulatio (PIM) products caused

More information

A New 3-Bit Integrating Time to Digital Converter Using Time to Voltage Conversion Technique

A New 3-Bit Integrating Time to Digital Converter Using Time to Voltage Conversion Technique Bulleti of Eviromet, Pharmacology ad Life Scieces Bull. Ev. Pharmacol. Life Sci., ol 3 [11] October 2014:115-122 2014 Academy for Eviromet ad Life Scieces, dia Olie SSN 2277-1808 Joural s URL:http://www.bepls.com

More information

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7 Available olie www.jsaer.com, 2018, 5(7):1-7 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

Basic Symbols for Register Transfers. Symbol Description Examples

Basic Symbols for Register Transfers. Symbol Description Examples T-58 Basic Symbols for Register Trasfers TABLE 7- Basic Symbols for Register Trasfers Symbol Descriptio Examples Letters Deotes a register AR, R2, DR, IR (ad umerals) Paretheses Deotes a part of a register

More information

Spread Spectrum Signal for Digital Communications

Spread Spectrum Signal for Digital Communications Wireless Iformatio Trasmissio System Lab. Spread Spectrum Sigal for Digital Commuicatios Istitute of Commuicatios Egieerig Natioal Su Yat-se Uiversity Spread Spectrum Commuicatios Defiitio: The trasmitted

More information

Super J-MOS Low Power Loss Superjunction MOSFETs

Super J-MOS Low Power Loss Superjunction MOSFETs Low Power Loss Superjuctio MOSFETs Takahiro Tamura Mutsumi Sawada Takayuki Shimato ABSTRACT Fuji Electric has developed superjuctio MOSFETs with a optimized surface desig that delivers lower switchig.

More information

The Fast Haar Wavelet Transform for Signal & Image Processing

The Fast Haar Wavelet Transform for Signal & Image Processing Vol. 7, No., The Fast Haar Wavelet Trasform for Sigal & Image Processig V.Ashok T.Balakumara C.Gowrishakar epartmet of BE, epartmet of ECE epartmet of EEE Velalar College of Egg.&Tech. Velalar College

More information

Combined Scheme for Fast PN Code Acquisition

Combined Scheme for Fast PN Code Acquisition 13 th Iteratioal Coferece o AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT- 13, May 6 8, 009, E-Mail: asat@mtc.edu.eg Military Techical College, Kobry Elkobbah, Cairo, Egypt Tel : +(0) 4059 4036138, Fax:

More information

3. Error Correcting Codes

3. Error Correcting Codes 3. Error Correctig Codes Refereces V. Bhargava, Forward Error Correctio Schemes for Digital Commuicatios, IEEE Commuicatios Magazie, Vol 21 No1 11 19, Jauary 1983 Mischa Schwartz, Iformatio Trasmissio

More information

On Parity based Divide and Conquer Recursive Functions

On Parity based Divide and Conquer Recursive Functions O Parity based Divide ad Coquer Recursive Fuctios Sug-Hyu Cha Abstract The parity based divide ad coquer recursio trees are itroduced where the sizes of the tree do ot grow mootoically as grows. These

More information

Guard Time Optimization for Capacity Maximization of BPSK Impulse UWB Communications

Guard Time Optimization for Capacity Maximization of BPSK Impulse UWB Communications Guard Time Optimizatio for Capacity Maximizatio of BPSK Impulse UWB Commuicatios Abdallah Hamii, Jea-Yves Baudais, Adrea M. Toello, Jea-Fraçois Hélard To cite this versio: Abdallah Hamii, Jea-Yves Baudais,

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Copyright The McGraw-HillCompaies, Ic. Permissio required for reproductio or display. Computig Layers Chapter 3 Digital Logic Structures Problems Algorithms Laguage Istructio Set Architecture Microarchitecture

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

The Firing Dispersion of Bullet Test Sample Analysis

The Firing Dispersion of Bullet Test Sample Analysis Iteratioal Joural of Materials, Mechaics ad Maufacturig, Vol., No., Ma 5 The Firig Dispersio of Bullet Test Sample Aalsis Youliag Xu, Jubi Zhag, Li Ma, ad Yoghai Sha Udisputed, this approach does reduce

More information

7. Counting Measure. Definitions and Basic Properties

7. Counting Measure. Definitions and Basic Properties Virtual Laboratories > 0. Foudatios > 1 2 3 4 5 6 7 8 9 7. Coutig Measure Defiitios ad Basic Properties Suppose that S is a fiite set. If A S the the cardiality of A is the umber of elemets i A, ad is

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) teratioal Associatio of Scietific ovatio ad Research (ASR) (A Associatio Uifyig the Scieces, Egieerig, ad Applied Research) teratioal Joural of Emergig Techologies i Computatioal ad Applied Scieces (JETCAS)

More information

A Bipolar Cockcroft-Walton Voltage Multiplier for Gas Lasers

A Bipolar Cockcroft-Walton Voltage Multiplier for Gas Lasers America Joural of Applied cieces 4 (10): 79-799, 007 N 1546-99 007 ciece Publicatios orrespodig Author: A Bipolar ockcroft-walto Voltage Multiplier for Gas Lasers hahid qbal ad Rosli Besar Faculty of Egieerig

More information

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS Molecular ad Quatum Acoustics vol. 7, (6) 95 DGTALL TUNED SNUSODAL OSCLLATOR USNG MULTPLE- OUTPUT CURRENT OPERATONAL AMPLFER FOR APPLCATONS N HGH STABLE ACOUSTCAL GENERATORS Lesław TOPÓR-KAMŃSK Faculty

More information

Run-Time Error Detection in Polynomial Basis Multiplication Using Linear Codes

Run-Time Error Detection in Polynomial Basis Multiplication Using Linear Codes Ru-Time Error Detectio i Polyomial Basis Multiplicatio Usig Liear Codes Siavash Bayat-Saramdi ad M.A. Hasa Departmet of Electrical ad Computer Egieerig, Uiversity of Waterloo Waterloo, Otario, Caada N2L

More information

Technical Explanation for Counters

Technical Explanation for Counters Techical Explaatio for ers CSM_er_TG_E Itroductio What Is a er? A er is a device that couts the umber of objects or the umber of operatios. It is called a er because it couts the umber of ON/OFF sigals

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickso Departmet of Electrical, Computer, ad Eergy Egieerig Uiversity of Colorado, Boulder 4.2.2. The Power MOSFET Gate Source Gate legths approachig oe micro p - p Cosists of may small ehacemetmode

More information

Distributed Resource Reservation for Beacon Based MAC Protocols

Distributed Resource Reservation for Beacon Based MAC Protocols Distributed Resource Reservatio for Beaco Based MAC Protocols Frak Leipold, Jörg Eberspächer To cite this versio: Frak Leipold, Jörg Eberspächer. Distributed Resource Reservatio for Beaco Based MAC Protocols.

More information

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE 9 IJRIC. All rights reserved. IJRIC www.ijric.org E-ISSN: 76-3336 AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE K.RAMANI AND DR.A. KRISHNAN SMIEEE Seior Lecturer i the Departmet of EEE

More information