Improved IDEA. The IDEA 1 (International Data Encryption Algorithm) algorithm. 1 The IDEA cryptographic algorithm is patented in Europe and in the

Size: px
Start display at page:

Download "Improved IDEA. The IDEA 1 (International Data Encryption Algorithm) algorithm. 1 The IDEA cryptographic algorithm is patented in Europe and in the"

Transcription

1 Improved IDEA Sérgio L. C. Salomão Vladimir C. Alves João M. S. de Alcâtara Felipe M. G. Fraca Military Istitute of Egieerig Pca. Geeral Tiburcio 0, Rio de Jaeiro, RJ, Brazil COPPE/Federal Uiversity of Rio de Jaeiro P.O. Box Rio de Jaeiro, RJ, Brazil Abstract Data security is a importat issue i today s computer etworks. This paper presets the Improved IDEA chip, which implemets a ew versio of the IDEA cryptographic algorithm. Improved IDEA is orieted towards computer etwork applicatios demadig high throughput. Its architecture was based o architecture of the HIPCrypto chip, which exploits both the spatial ad the temporal parallelism available i the IDEA algorithm. These ew versios ca ecrypt/decrypt at data rates up to 6.5 Gbps. 1. Itroductio I the recet years, we have witessed a fast icrease i the umber of idividuals ad orgaizatios usig wide computer etworks for persoal ad professioal activities. Amog the variety of ew uses of computer etworks, there are several applicatios that are highly sesitive to data security. A example is commercial exchage o the Iteret [1, 15]. Bacard [2], Cohe [5] ad Kaufma et al. [7] provide a broad coverage about security issues o computer etworks. Cryptographic algorithms are a essetial part i etwork security. A well kow cryptographic algorithm is the Data Ecryptio Stadard (DES) [9, 11], widely adopted i security products. Aother cryptographic algorithm is the Iteratioal Data Ecryptio Algorithm, IDEA [, 11]. IDEA is cosidered as oe of the most importat post-des cryptographic algorithms, due to its high immuity to attacks [13, 11]. This paper describes the Improved IDEA cryptographic algorithm, a modified versio of the IDEA algorithm. The mai goal of this ew cocept is to obtai a performace icrease over the origial HIPCrypto chip [10]. For this, we replaced the multiply uits by SMER fuctio. As cosequece, we obtai a circuit twice as faster tha the origial HIPCrypto circuit. The remaider of this paper is orgaized i five sectios. Sectio 2 describes the IDEA cryptographic algorithm. Sectio 3 describes the SMER algorithm. Sectio 4 describes the architecture of the HIPCrypto chip, while Sectio 5 describes the Improved IDEA. Sectio 6 gives the results ad coclusios. 2. The IDEA Cryptographic Algorithm The IDEA 1 (Iteratioal Data Ecryptio Algorithm) algorithm [] is the evolutio of a iitial algorithm (the Proposed Ecryptio Stadard, or PES) devised by Xuejia Lai ad James Massey. Some authors [13, 11] cosider IDEA as the most secure cryptographic algorithm available at this time. Curretly, there is o kow attack techique or machie able to break the IDEA algorithm. IDEA is a symmetric, block-orieted cryptographic algorithm, as show i Figure 1. It operates o plaitext blocks ad uses 12-bit key, what makes it practically immue to brute-force attacks. IDEA is built upo a basic fuctio, which is iterated eight times, see Figure 1. The first iteratio operates o the iput plaitext block ad the successive iteratios operate o the block from the previous iteratio. After the last iteratio, a fial trasform step produces the ciphertext U.S. 1 The IDEA cryptographic algorithm is pateted i Europe ad i the

2 block. The algorithm ivolves oly three simple operatios: bitwise exclusive-or, additio modulo ad multiplicatio modulo. The th iteratio receives a iput block as four sub-blocks to, ad produces four blocks, to, as ilustrated i Figure 1. The 12-bit key is divided ito 52 sub-keys. Six subkeys, to, are used i the th iteratio ad four subkeys, to, are used i the fial trasform. The operatios performed i the th iteratio are: 1. tiply sub-block by sub-key 2. sub-block ad sub-key 3. sub-block ad sub-key 4. tiply sub-block by sub-key 5. XOR the results of (1) ad (3) 6. XOR the results of (2) ad (4) 7. tiply the result of (5) by sub-key. the results of (6) ad (7) 9. tiply the result of () by sub-key 10. the results of (7) ad (9) 11. XOR the results of (1) ad (9) 12. XOR the results of (3) ad (9) 13. XOR the results of (2) ad (10) 14. XOR the results of (4) ad (10) Plaitext sub-blocks Iteratio 1 6 Sub-keys Z 1 X 1 X 2 X 3 X 4 Z 2 Z 3 Z 4 iteratio. Let to deote the four sub-blocks of the ciphertext block. The operatios performed i the fial trasform, as show i Figure 1(c), are: 1. tiply sub-block by sub-key to obtai 2. sub-block ad sub-key to obtai 3. sub-block ad sub-key to obtai 4. tiply sub-block by sub-key to obtai Ecryptio sub-keys are geerated through a iterative process: o each step, the 12-bit key is sub-divided ito eight sub-keys ad the rotated left by 25 bits. This process cotiues util all the sub-keys for the eight iteratios ad for the fial trasformatio have bee geerated. Decryptio sub-keys are calculated as either the additive or the multiplicative iverses of the ecryptio keys. More details about sub-key geeratio ca be foud i [11]. 3. SMER: Schedulig by tiple Edge Reversal 3.1 Schedulig by Edge Reversal (SER) Cosider a eighborhood-costraied system composed of a set of processes ad a set of atomic shared resources represeted by a coected graph where is the set of processes, ad, the set of edges defiig the itercoectio topology. A edge is preset betwee ay two odes if ad oly if the two correspodig processes share at least oe atomic resource. Iteratio 2 6 Sub-keys Z 5 Iteratio 6 Sub-keys Z 6 Fial Trasformatio 4 Sub-keys Ciphertext Sub-blocks Y 1 Y 2 Y 3 Y 4 th iteratio (repeated eight times) Z7 X 1 X 2 X 3 X 4 Z Z9 Z10 Figure 2. SER diagram. Y1 Y2 Y3 Y4 fial trasformatio (c) Figure 1. IDEA cryptographic algorithm. The outputs of the oe iteratio are the four sub-blocks produced by steps (11) to (14). The two ier sub-blocks from steps (12) ad (13) are swapped, except for the last SER works i the followig way: startig from ay acyclic orietatio o there is at least oe sik ode, i.e., a ode that has all its edges directed to itself. All sik odes are allowed to operate while other odes remai idle. This obviously esures mutual exclusio at ay access made to shared resources by sik odes. After operatio a sik ode will reverse the orietatio of its edges, becomig a source ad thus releasig the access to resources to its eighbors. A ew acyclic orietatio is de-

3 fied ad the whole process is the repeated for the ew set of siks [14, 3]. Let deote this greedy operatio, SER ca be regarded as the edless repetitio of the applicatio of g( ) upo. Assumig that is fiite, it is easy to see that evetually a set of acyclic orietatios will be repeated defiig a period of legth. This simple dyamics esures that o deadlock or starvatio will ever occur sice at every acyclic orietatio there is at least oe sik, i.e., oe ode allowed to operate. Also, it is proved that iside ay period every ode operates exactly times [14, 3]. SER is a fully distributed graph dyamics algorithm. A very iterestig property of this algorithm lies i its geerality i the sese that ay topology will have its ow set of possible SER dyamics [14, 3]. Figure 2 illustrates the SER dyamics. i j eij edges Ni Nj i ri rj-1 j Figure 3. SMER represetatio. 3.2 Schedulig by tiple Edge Reversal (SMER) SMER is a geeralizatio of SER where pre-specified access rates to atomic resources are imposed to processes i a distributed resource-sharig system which is represeted by a multigraph. Differetly from SER, i the SMER dyamics a umber of orieted edges ca exist betwee ay two odes. Betwee ay two odes ad,, there ca exist uidirected edges,, as ilustrated i Figure 3. The reversability of ode is, i.e., the umber of edges that shall be reversed by towards each of its eighbourig odes, idiscrimiately, at the ed of operatio. Node is a r-sik if it has at least edges directed to itself from each of its eighbours. Each r- sik ode operates by reversig edges towards its eighbours; a ew set of r-siks will operate ad so o. Similarly to siks uder SER, oly r-sik odes are allowed to operate uder SMER. It is easy to see that with SMER, odes are allowed to operate more tha oce cosecutively. The followig lemma states a basic topologic costrait towards the defiitio of, where gcd is the greatest commo divisor ad is the sum of the greatest multiple of that does ot exceed the umber of shared resources orieted from to, ad from to, respectively i the iitial orietatio. lemma Let odes ad be two eighbors i. If o deadlock arises for ay iitial orietatio of the shared resources betwee ad, the ad. [4, 6]. Whe we have two odes, = This property is show i Figure 3. A full example of the SMER dyamics is preseted i Sectio The HIPCrypto Chip As stated i Sectio 1, our mai goal i desigig the HIPCrypto chip [10] was to obtai a device which would meet the performace requiremets of applicatios i curret ad future high-speed data etworks. This was achieved by icludig parallel executio techiques i the chip s architecture. By usig spatial (multiple uits) ad temporal (pipelie) parallelism to perform the basic fuctio, oe iteratio of the algorithm ca be completed o each clock cycle. A secod level of pipeliig ca also be employed i the executio of the etire algorithm. I a typical symmetric-key cryptosystem [11], the key shared by a group of parters is chaged i a log term basis. For this reaso, HiPCryto s architecture provides subkey storage oly. Sub-keys are geerated exterally by the host system ad the dowloaded ito the chip [10]. The cryptographic chip was implemeted i a 0.7, two metal layer CMOS techology. Figure 4 shows the chip s orgaizatio. The datapath icludes the add, multiply ad exclusive-or uits, the FIFOs ad the memories for subkey storage. The datapath desig has started at the structural level ad ivolved direct schematic editio for optimizatio purposes. The cotrol uit s state machie was described i VHDL ad the automatically sythesized with the aid of a commercial sythesis tool. The add uits were desiged from 2-bit adder stadard cells, while the exclusive-or arrays were built from 1-bit xor stadard cells. The multiply uits are automatically geerated macrocells. The typical delay time for the add ad multiply uits were 5.7 s ad 14. s, respectively. The multiply uit delay was the mai limitig factor to the clock cycle time.

4 e e Fifo 2x16 x32 r/w e e Fifo 2x16 Fifo 2x16 e x32 r/w e x12 e r/w Fifo 5x64 memory /cotrol sigals Cotrol Uit ec/dec cofig clock i Figure 5. The ode is associated to four bits ad these bits are the SMER fuctio iput, as ilustrated i Figure 5. The SMER fuctio iput determies the iitial state. The SMER key cotais two parts, as show i Figure 5(c). The cofiguratio part, b7 b6 b5, represets the possible SMER cofiguratios, i.e, determies the combiatio of ad. The cycle umber part, b4 b3 b2 b1 b0, determies how may steps will be ecessary i order to obtai the fial state. This fial state produces the four bit output bit e e 2x64 r/w Data iput 4 bits 7 bits SMER fuctio Data output 4 bits Figure 4. HIPCrypto implemetatio Improved IDEA The mai goal of this work is to icrease the HIPCRypto performace. For achievig this target, we replaced the multiply uits by SMER fuctios. Takig ito accout diverse possibilities, we choose for the SMER fuctio the followig cofiguratio: - two odes ad fiftee edges - ad coprime umbers, makig possible (cycle umber) be maximum, i.e., = ( + )/ gcd(, ) = 16. The possible cofiguratios of ad that satisfy Nc = 16 are show i Table I. Table I. Possible Cofiguratios of ad. cofiguratio bits The ad combiatio is called SMER cofiguratio. Each SMER cofiguratio has sixtee states, as show b7 b6 b5 b4 b3 b2 b1 b0 Cofiguratio (c) Figure 5. SMER example. Number of cycles As example, supose that the SMER key is The bits 001 determie the SMER cofiguratio, therefore = 3 ad = 13. The cycle umber is supplied by the bits Assigig 1010 to the SMER iput, we obtai the SMER output 0110, as show i Figure 5. The process of retrievig data works o the same way, however the bits associated to cycle umber eed to be chaged by its complemet. I the above example, the ew SMER key will be For this ew key ad the SMER iput beig 0110, the SMER output will be 1010,i.e., the same value that was apply o the first step of this example. The SMER fuctio must have the followig caracteristics: - be faster tha the multiply uit

5 - do ot decrease the iformatio diffusio, i.e, do ot chage the algorithm security The first caracteristic will be demostrated i the ext sectio. The latter will be aalysed followig: The two basic techiques for obscurig the redudacies i a plaitext message are cofusio ad diffusio [12]. Cofusio hides the relatioship betwee the plaitext ad the ciphertext ad the key. Diffusio spreads the ifluecy of idividual plaitext or key bits over as much of ciphertext as possible. A immediate way to produce diffusio is through multiplicatio. Block algorithms use both cofusio ad diffusio. As a geeral rule, diffusio aloe is easily cracked. However, we ca do a simple aalysis over the difficulty of brokig the multiplicatio fuctio or the SMER fuctio. by four SMER fuctios ( operatios), ow deoted SMER block. Each SMER fuctio requires a 7-bit key. Thus, four SMER fuctios will eed a 2-bit key (the multiply uit uses oly key). This ecessarity produces a alteratio i the subkey geeratio. The key geeratio adopted for Improved IDEA is similar to the oe used i HIPCrypto []. The oly differece cosists i executig three more rotatio steps i the mai i order to obtai more twety four subkeys. These subkeys are cocateated to HIPCrypto subkeys i order to atted 2-bit subkeys ecessary for each four SMER fuctios. 6. Results ad Cocludig Remarks Plaitext Fuctio Ciphertext = 1101 Validatio. Three validatio tests were coducted successfully.the first oe cosisted i verifyig whether the hardware implemetatio of the SMER fuctio produces expected results. The secod test cosisted i verifyig whether the chip i ecryptio mode produces a ciphertext correctly ecrypted uder the improved IDEA algorithm. The third test cosisted i verifyig whether the chip operatig i decryptio mode performs the iverse fuctio correctly. tiply Plaitext uity Ciphertext (c) SMER Plaitext fuctio Ciphertext Figure 6. SMER diffusio. possible s = Figure 6 shows the 4-bit ciphertext obtaied through the operatio betwee a give key ad a 4-bit plaitext. Supose ow, that we kow values of plaitext ad ciphertext. If the block is a trucated multiplicatio there is oly oe possible value for the key, as show i Figure 6, ad this value is easily determiated. But, if the block is a SMER fuctio there will be eight possible values, as show i Figure 6(c). This illustrates that the SMER fuctio presets cosiderably higher diffusio i compariso to multiplicatio. For the Improved IDEA, each multiply uit is replaced SMER performace. Iitially, the SMER block was described i VHDL at the structural level resultig i a SMER soft-core. It ca be used to sythetize hardware implemetatio of the SMER block. The SMER soft-core was automatically sythetized usig Syopsys sythesis tools. This sythesis used stadard cells with two metal-layer 0.7 CMOS ad resulted i a maximum delay of 7.7 s. Improved IDEA x HYPCrypto. As metioed, a 0.7 two-metal CMOS techology was employed i the experimetal implemetatio of our cryptographic chips. The HIPCrypto preseted a typical clock frequecy of 53 MHz [10], while the Improved IDEA preseted a typical clock frequecy aroud 100 MHz. The HIPCrypto core area resulted i approximately 29 [10], while the Improved IDEA preseted approximately 35. The area icrease of the Improved IDEA over the HIPCrypto is a cosequece of the area differece betwee SMER block ad multiply uit. The SMER block preseted a core area of 1.6 while the multiply uit has approximately 1.0. Gate-level simulatios were performed i order to obtai estimates of the operatig clock frequecy. From these simulatios, we have estimated a typical clock frequecy. For the typical clock value, Table II ad Table III resume the expected chip throughputs i each possible cofiguratio for

6 HIPCrypto ad Improved IDEA, respectively. Table II. Throughput of the HIPCrypto chip. Cofiguratio Iteratios per Chip Throughput oe device eight iteratios 424 Mbps two devices four iteratios 4 Mbps four devices two iteratios 1.7 Gbps eight devices oe iteratio 3.4 Gbps Table III. Throughput of the Improved IDEA chip. [10] S. L. C. Salomao, V. C. Alves, ad E. M. Chaves Fo. HIPCrypto: A High-Performace VLSI Cryptographic Chip. Published i the proceedigs of the 11th Aual IEEE Iteratioal ASIC Coferece, Sept [11] B. Scheier. Applied Cryptography. Joh Wiley ad Sos, New York, NY, [12] C. E. Shao. A mathematical theory of commuicatio. Bell System Techical Joural, pages Vol. 27, N. 1, pp , 194. [13] A. Taebaum. Computer Networks. 3rd Editio,Pretice Hall, Upper Saddle River, NJ, [14] V. Barbosa. A Itroductio to Distributed Algorithms. MIT Press, [15] J. Wilso. Data security hits home. IEEE Micro, page, Oct Cofiguratio Iteratios per Chip Throughput oe device eight iteratios 09 Mbps two devices four iteratios 1,6 Gbps four devices two iteratios 3,2 Gbps eight devices oe iteratio 6,5 Gbps As the mai goal of the Improved IDEA is to obtai a higher performace tha the HIPCrypto, the area overhead for the Improved IDEA chip (approximately 21 percet) is totally compesated performace improvemet (approximately 90 percet). Other importat issue is the security icrease offered by the SMER fuctios. Refereces [1] N. Asoka, P. Jaso, M. Steier, ad M. Waider. The state of the art i electroic paymet systems. IEEE Computer Magazie, 30(9):25 2, Sept [2] A. Bacard. The Computer Privacy Hadbook. Peachpit Press, Berkeley, CA, [3] V. Barbosa ad E. Gafi. Cocurrecy i Heavily loaded Neighborhood-Costraied Systems. ACM Trasactios o Prog. Laguage ad Systems, pages vol.11,. 4, Oct [4] V. C. Barbosa, M. R. F. Beevides, ad F. M. G. Fraca. Sharig Resources at Nouiform Access Rates. Relatrio Tcico - Programa de Egeharia de Sistemas e Computao, Nov [5] F. B. Cohe. Protectio ad Security o the Iformatio Superhighway. Wiley ad Sos, New York, NY, [6] F. M. G. Fraca. Schedulig weightless systems with selftimed Boolea etworks. Workshop o Weightless Neural Networks, pages pp 7 92, Apr [7] C. Kaufma, R. Perlma, ad M. Specier. Network Security. Pretice Hall, Eglewood Cliffs, NJ, [] X. Lai ad J. Massey. A proposal for a ew block ecryptio stadard. I Proceedigs of the EUROCRYPT 90 Coferece, pp , [9] N. F. P.. Natioal Bureau of Stadards. Data ecryptio stadard. Natioal Bureau of Stadards, U.S. Departmet of Commerce, Ja

PROJECT #2 GENERIC ROBOT SIMULATOR

PROJECT #2 GENERIC ROBOT SIMULATOR Uiversity of Missouri-Columbia Departmet of Electrical ad Computer Egieerig ECE 7330 Itroductio to Mechatroics ad Robotic Visio Fall, 2010 PROJECT #2 GENERIC ROBOT SIMULATOR Luis Alberto Rivera Estrada

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs Cross-Layer Performace of a Distributed Real-Time MAC Protocol Supportig Variable Bit Rate Multiclass Services i WPANs David Tug Chog Wog, Jo W. Ma, ad ee Chaig Chua 3 Istitute for Ifocomm Research, Heg

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

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

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

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

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

History and Advancement of the Family of Log Periodic Toothed Planer Microstrip Antenna

History and Advancement of the Family of Log Periodic Toothed Planer Microstrip Antenna Joural of Electromagetic Aalysis ad Applicatios, 2011, 3, 242-247 doi:10.4236/jemaa.2011.36039 Published Olie Jue 2011 (http://www.scirp.org/joural/jemaa) History ad Advacemet of the Family of Log Periodic

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

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

Multisensor transducer based on a parallel fiber optic digital-to-analog converter

Multisensor transducer based on a parallel fiber optic digital-to-analog converter V Iteratioal Forum for Youg cietists "pace Egieerig" Multisesor trasducer based o a parallel fiber optic digital-to-aalog coverter Vladimir Grechishikov 1, Olga Teryaeva 1,*, ad Vyacheslav Aiev 1 1 amara

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

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

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

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

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

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

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

A Comparison on FPGA of Modular Multipliers Suitable for Elliptic Curve Cryptography over GF(p) for Specific p Values 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

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

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

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

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

Design and Construction of a Three-phase Digital Energy Meter

Design and Construction of a Three-phase Digital Energy Meter Desig ad Costructio of a Three-phase Digital Eergy Meter D.P.Chadima, V.G.R.G. Jayawardae, E.A.E.H. Hemachadra, I.N.Jayasekera, H.V.L.Hasaraga, D.C. Hapuarachchi (chadima@elect.mrt.ac.lk, geethagaj@gmail.com,era.hem@gmail.com,ishaivaka@gmail.com,lahiru_hasaraga@yahoo.com,diya_elect.uom@gmail.com)

More information

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting Hybrid BIST Optimizatio for Core-based Systems with Test Patter Broadcastig Raimud Ubar, Masim Jeihhi Departmet of Computer Egieerig Talli Techical Uiversity, Estoia {raiub, masim}@pld.ttu.ee Gert Jerva,

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

BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE SIERPINSKI CARPET GEOMETRY

BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE SIERPINSKI CARPET GEOMETRY ISSN: 2229-6948(ONLINE) DOI: 10.21917/ijct.2013.0095 ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, MARCH 2013, VOLUME: 04, ISSUE: 01 BANDWIDTH AND GAIN ENHANCEMENT OF MULTIBAND FRACTAL ANTENNA BASED ON THE

More information

Design of Optimal Hygrothermally Stable Laminates with Extension-Twist Coupling by Ant Colony Optimization

Design of Optimal Hygrothermally Stable Laminates with Extension-Twist Coupling by Ant Colony Optimization d Iteratioal Coferece o Egieerig Optimizatio September 6-9, 010, Lisbo, Portugal esig of Optimal Hygrothermally Stable Lamiates with Extesio-Twist Couplig by t Coloy Optimizatio ditya P. pte 1, Robert.

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

SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE

SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE T. Porselvi 1 ad Ragaath Muthu 1 Sri Sairam Egieerig College, Cheai, Idia SSN College of Egieerig, Cheai, Idia E-Mail: tporselvi@yahoo.com

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

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

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

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment Implemetatio of Fuzzy Multiple Objective Decisio Makig Algorithm i a Heterogeeous Mobile Eviromet P.M.L. ha, Y.F. Hu, R.E. Sheriff, Departmet of Electroics ad Telecommuicatios Departmet of yberetics, Iteret

More information

Test Time Minimization for Hybrid BIST with Test Pattern Broadcasting

Test Time Minimization for Hybrid BIST with Test Pattern Broadcasting Test Time Miimizatio for Hybrid BIST with Test Patter Broadcastig Raimud Ubar, Maksim Jeihhi Departmet of Computer Egieerig Talli Techical Uiversity EE-126 18 Talli, Estoia {raiub, maksim}@pld.ttu.ee Gert

More information

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method Proceedigs of the th WSEAS Iteratioal Coferece o APPLIED ad THEORETICAL MECHANICS (MECHANICS '8) The Detectio of Abrupt Chages i Fatigue Data by Usig Cumulative Sum (CUSUM) Method Z. M. NOPIAH, M.N.BAHARIN,

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

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series Roberto s Notes o Ifiite Series Chapter : Series Sectio Ifiite series What you eed to ow already: What sequeces are. Basic termiology ad otatio for sequeces. What you ca lear here: What a ifiite series

More information

TMCM BLDC MODULE. Reference and Programming Manual

TMCM BLDC MODULE. Reference and Programming Manual TMCM BLDC MODULE Referece ad Programmig Maual (modules: TMCM-160, TMCM-163) Versio 1.09 August 10 th, 2007 Triamic Motio Cotrol GmbH & Co. KG Sterstraße 67 D 20357 Hamburg, Germay http:www.triamic.com

More information

Power-Aware Modulo Scheduling for High-Performance VLIW Processors

Power-Aware Modulo Scheduling for High-Performance VLIW Processors Power-Aware Modulo Schedulig for High-Performace VLIW Processors Ha-Saem Yu School of Computer Sciece ad Egieerig Seoul Natioal Uiversity hsyu@davici.su.ac.kr Jihog Kim School of Computer Sciece ad Egieerig

More information

Optimal Arrangement of Buoys Observable by Means of Radar

Optimal Arrangement of Buoys Observable by Means of Radar Optimal Arragemet of Buoys Observable by Meas of Radar TOMASZ PRACZYK Istitute of Naval Weapo ad Computer Sciece Polish Naval Academy Śmidowicza 69, 8-03 Gdyia POLAND t.praczy@amw.gdyia.pl Abstract: -

More information

A 2 ENCRYPTION/DECRYPTION ALGORITHM

A 2 ENCRYPTION/DECRYPTION ALGORITHM It. J. Egg. Res. & Sci. & Tech. 2016 Arulaatham Kadhappa ad Aadh Arul, 2016 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 5, No. 1, February 2016 2016 IJERST. All Rights Reserved A 2 ENCRYPTION/DECRYPTION

More information

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer A 4.6-5.6 GHz Costat KVCO Low Phase Noise LC-VCO ad a Optimized Automatic Frequecy Calibrator Applied i PLL Frequecy Sythesizer Hogguag Zhag, Pa Xue, Zhiliag Hog State Key Laboratory of ASIC & System Fuda

More information

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM AC 007-7: USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM Josue Njock-Libii, Idiaa Uiversity-Purdue Uiversity-Fort Waye Josué Njock Libii is Associate Professor

More information

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB 1 of 7 PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB BEFORE YOU BEGIN PREREQUISITE LABS Itroductio to Oscilloscope Itroductio to Arbitrary/Fuctio Geerator EXPECTED KNOWLEDGE Uderstadig of LTI systems. Laplace

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

Markov Modulated Punctured Autoregressive Processes for Traffic and Channel Modeling *

Markov Modulated Punctured Autoregressive Processes for Traffic and Channel Modeling * Markov Modulated Puctured Autoregressive Processes for Traffic ad Chael Modelig * Trista Pei-chu Che ad Tsuha Che + Departmet of Electrical ad Computer Egieerig Caregie Mello Uiversity, PA 1513 {peichu,

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

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS CHAPTER 8 JOIT PAPR REDUCTIO AD ICI CACELLATIO I OFDM SYSTEMS Itercarrier Iterferece (ICI) is aother major issue i implemetig a OFDM system. As discussed i chapter 3, the OFDM subcarriers are arrowbad

More information

Application of Image Fusion to Wireless Image Transmission

Application of Image Fusion to Wireless Image Transmission Applicatio of Image Fusio to Wireless Image Trasmissio Liae C. Ramac ad Pramod K. Varshey EECS Departmet, Syracuse Uiversity 121 Lik Hall, Syracuse, NY 13244 Email: lcramac@mailbox.syr.edu, varshey@cat.syr.edu

More information

Novel Modeling Techniques for RTL Power Estimation

Novel Modeling Techniques for RTL Power Estimation Novel Modelig Techiques for RTL Power Estimatio Michael Eierma Walter Stechele Istitute for Itegrated Circuits Istitute for Itegrated Circuits Techical Uiversity of Muich Techical Uiversity of Muich Arcisstr.

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

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

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

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

arxiv: v2 [math.co] 15 Oct 2018

arxiv: v2 [math.co] 15 Oct 2018 THE 21 CARD TRICK AND IT GENERALIZATION DIBYAJYOTI DEB arxiv:1809.04072v2 [math.co] 15 Oct 2018 Abstract. The 21 card trick is well kow. It was recetly show i a episode of the popular YouTube chael Numberphile.

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

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

A 5th order video band elliptic filter topology using OTRA based Fleischer Tow Biquad with MOS-C Realization

A 5th order video band elliptic filter topology using OTRA based Fleischer Tow Biquad with MOS-C Realization Natural ad Egieerig Scieces 44 olume 1, No. 2, 44-52, 2016 A 5th order video bad elliptic filter topology usig OTA based Fleischer Tow Biquad with MOS-C ealiatio Ahmet Gökçe 1*, Uğur Çam 2 1 Faculty of

More information

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING H. Chadsey U.S. Naval Observatory Washigto, D.C. 2392 Abstract May sources of error are possible whe GPS is used for time comparisos. Some of these mo

More information

The Use of Harmonic Information in the Optimal Synthesis of Mechanisms

The Use of Harmonic Information in the Optimal Synthesis of Mechanisms The Use of Harmoic Iformatio i the Optimal Sythesis of Mechaisms A.M.CONNOR, S.S.DOUGLAS & M.J.GILMARTIN SUMMARY This paper reviews several uses of harmoic iformatio i the sythesis of mechaisms ad shows

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

ELEC 350 Electronics I Fall 2014

ELEC 350 Electronics I Fall 2014 ELEC 350 Electroics I Fall 04 Fial Exam Geeral Iformatio Rough breakdow of topic coverage: 0-5% JT fudametals ad regios of operatio 0-40% MOSFET fudametals biasig ad small-sigal modelig 0-5% iodes (p-juctio

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

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

Message Scheduling for the FlexRay Protocol: The Dynamic Segment

Message Scheduling for the FlexRay Protocol: The Dynamic Segment IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY 1 Message Schedulig for the FlexRay Protocol: The Dyamic Segmet Ece Gura Schmidt, Member, IEEE, Klaus Schmidt Abstract The FlexRay commuicatio protocol is expected

More information

The Simeck Family of Lightweight Block Ciphers

The Simeck Family of Lightweight Block Ciphers The Simeck Family of Lightweight Block Ciphers Gagqiag Yag, Bo Zhu, Valeti Suder, Mark D. Aagaard, ad Guag Gog Departmet of Electrical ad Computer Egieerig, Uiversity of Waterloo Waterloo, Otario, N2L

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

Wi-Fi or Femtocell: User Choice and Pricing Strategy of Wireless Service Provider

Wi-Fi or Femtocell: User Choice and Pricing Strategy of Wireless Service Provider Wi-Fi or Femtocell: User Choice ad Pricig Strategy of Wireless Service Provider Yajiao Che, Qia Zhag Departmet of Computer Sciece ad Egieerig Hog Kog Uiversity of Sciece ad Techology Email: {cheyajiao,

More information

Sapana P. Dubey. (Department of applied mathematics,piet, Nagpur,India) I. INTRODUCTION

Sapana P. Dubey. (Department of applied mathematics,piet, Nagpur,India) I. INTRODUCTION IOSR Joural of Mathematics (IOSR-JM) www.iosrjourals.org COMPETITION IN COMMUNICATION NETWORK: A GAME WITH PENALTY Sapaa P. Dubey (Departmet of applied mathematics,piet, Nagpur,Idia) ABSTRACT : We are

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

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

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

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

(2) The MOSFET. Review of. Learning Outcome. (Metal-Oxide-Semiconductor Field Effect Transistor) 2.0) Field Effect Transistor (FET)

(2) The MOSFET. Review of. Learning Outcome. (Metal-Oxide-Semiconductor Field Effect Transistor) 2.0) Field Effect Transistor (FET) EEEB73 Electroics Aalysis & esig II () Review of The MOSFET (Metal-Oxide-Semicoductor Field Effect Trasistor) Referece: Neame, Chapter 3 ad Chapter 4 Learig Outcome Able to describe ad use the followig:

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 2 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb Ju Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

Procedia - Social and Behavioral Sciences 128 ( 2014 ) EPC-TKS 2013

Procedia - Social and Behavioral Sciences 128 ( 2014 ) EPC-TKS 2013 Available olie at www.sciecedirect.com ScieceDirect Procedia - Social ad Behavioral Scieces 18 ( 014 ) 399 405 EPC-TKS 013 Iductive derivatio of formulae by a computer Sava Grozdev a *, Veseli Nekov b

More information

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis Laboratory Exercise 3: Dyamic System Respose Laboratory Hadout AME 50: Fudametals of Measuremets ad Data Aalysis Prepared by: Matthew Beigto Date exercises to be performed: Deliverables: Part I 1) Usig

More information

Transfer Functions For The Reference Clock Jitter In A Serial Link: Theory And Applications in PCI Express

Transfer Functions For The Reference Clock Jitter In A Serial Link: Theory And Applications in PCI Express DesigCo 25 Leadig Edge Commuicatio Desig Coferece Trasfer Fuctios For The Referece Clock Jitter I A Serial Lik: Theory Ad Applicatios i PCI Express Mike Li, PhD Wavecrest Corporatio 1735 Techology Drive,

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

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