FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128

Size: px
Start display at page:

Download "FPGA Implementation of Cellular Automata Based Stream Cipher: YUGAM-128"

Transcription

1 ISSN (Prnt) : ISSN (Onlne): Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue 3, Aprl 2014 Internatonal Conference on Sgnal Processng, Embedded System and Communcaton Technologes and ther applcatons for Sustanable and Renewable Energy (ICSECSRE 14) Organzed by Department of ECE, Aarupada Veedu Insttute of Technology, Vnayaka Mssons Unversty, Payanoor , Taml Nadu, Inda FPGA Implementaton of Cellular Automata Based Stream Cpher: YUGAM-128 K. J. Jegadsh Kumar 1,S.Sudharsan 2, V.Karthck 3 1 Assstant Professor, SSN College of Engneerng, Chenna, Inda 2,3 PG Scholar, Dept. of ECE, SSN College of Engneerng, Chenna, Inda Abstract Ubqutous computng s fetchng a sgnfcant part n everyone's lfe. Few such eamples are the moble communcaton, personal computaton and portable hand held devces. The growth n ultra-low power technology enabled the new development of small autonomous moble devces. For the wreless communcaton systems wth these portable moble devces, securty s a crtcal factor due to ther mpact on prvacy.. Tradtonal cryptographc algorthms are much comple and power consumng thereby unft for ths resource constraned applcatons. In ths paper, a novel stream cpher called YUGAM-128 s desgned usng one dmensonal cellular automata (CA) rule 30 and lnear feedback shft regster (LFSR). The prme aspect of the stream cpher s to generate random 128 bt keystream. The proposed stream cpher s mplemented and syntheszed n Spartan-3 FPGA devce usng Xln Keywords Cellular Automata; Random number generator; LFSR; Stream Cpher I. INTRODUCTION PSEUDORANDOM number generaton by cellular automata (CA) has been an actve feld of research n the last decade [1], One of the underlyng motvatons stemmng from the advantage offered by the CAs when consdered from VLSI vewpont: CAs are smple, regular, locally nterconnected, and modular. These characterstc make them easy easer to mplement n hardware than other models, thus makng CAs as an attractve choce for on board applcatons. CA has been tradtonally been used to mplement RNGs n cryptographc devces [2] and n Bult In Self-Test (BIST) crcuts [3]. Random number generators play an mport rule n several computatonal felds such as stochastc optmzaton methods. Wth the advent of massvely parallel scentfc computaton, the parallel generaton of pseudorandom numbers has become essental. Wth the advent massvely parallel scentfc computaton, parallel generaton of pseudorandom number has become essental. The above domans depend crtcally on the qualty of the random numbers as measured by approprate statstcal tests. Moreover, when very long sequences of random numbers are needed, computatonal effcency s often of prme mport,.e., The sequence must be produced as rapdly as possble. CAs provde a good soluton to ths problem, able to produce rapd hghqualty Random-number streams. One-dmensonal CA random number generators have been etensvely studed n the past [1], [3], [4], [5]. These studes have shown convncngly the sutablty of CA-generated pseudorandom numbers and ther superorty wth respect to other wdely used methods, such as lnear feedback shft regsters (LFSRs), especally n the case of delay type faults whch requre pars of patterns n a specfed order [6]. In these works, CA RNGs were essentally handcrafted by studyng the structure of the bt patterns generated over tme, wth theoretcal results servng as a baselne offerng gudance. The mass use of hand-held devces/pda has popularzed the use of stream cphers. Stream cphers are much less power consumng, requres small space for ther operatons and are faster n operaton than other cryptographc algorthms. Generally, n stream cphers a secret key and a publc IV are nput. Key stream bts are generated by the cpher per cycle of operaton. The plan-tet s XORed on the encrypton sde wth the generated key stream to produce the cpher-tet. Decrypton s carred out by smply XORng the cphertet wth the key stream. Copyrght to IJAREEIE II. CELLULAR AUTOMATA THEORY A cellular automaton (CA) s dynamcal systems n whch space and tme are dscrete. A cellular automaton conssts of an array of cells, each of whch can be n one of a fnte number of possble states, updated

2 ISSN (Prnt) : ISSN (Onlne): Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue 3, Aprl 2014 Internatonal Conference on Sgnal Processng, Embedded System and Communcaton Technologes and ther applcatons for Sustanable and Renewable Energy (ICSECSRE 14) Organzed by Department of ECE, Aarupada Veedu Insttute of Technology, Vnayaka Mssons Unversty, synchronously n dscrete tme steps, accordng to a local, dentcal nteracton rule. Here, we wll only consder Boolean automata n whch the cellular state, s, 2 f0; 1g. The state of a cell at the net tme step s determned by the current states of a surroundng neghbourhood of cells. The cellular array (grd) s d- dmensonal, where d. 1; 2; 3 s used n practce; n ths paper, we shall concentrate on d. 2,.e., On twodmensonal grds. The dentcal rule contaned n each cell s essentally a fnte state machne, usually specfed n the form of a rule table (also known as the transton functon), wth an entry for every possble neghbourhood confguraton of states. The cellular neghbourhood of a cell conssts of tself and of the surroundng (adjacent) cells. For one-dmensonal CAs, a cell s connected to r local neghbours (cells) on ether sde, where r s referred to as the radus (thus, each cell has 2r. 1 neghbours). For two-dmensonal CAs, two types of cellular neghbourhoods are usually consdered: fve cells, consstng of the cell along wth ts four mmedate non dagonal neghbours (also known as the von Neumann neghbourhood) and nne cells, consstng of the cell along wth ts eght surroundng neghbours (also known as the Moore neghbourhood). In ths work, we only consder 5-neghbor grds, thus lmtng the already large search-space sze; moreover, results est only for ths neghbourhood type, whch s also more amenable to hardware mplementaton. When consderng a fnte-sze grd, cyclc boundary condtons are frequently appled, resultng n a crcular grd for the one-dmensonal case and n a torodal one for the two-dmensonal case. Fed, or null, boundary condtons can also be used, n whch the grd s surrounded by an outer layer of cells n a fed state of zero. Ths case of confguraton s usually easer to mplement n hardware. Payanoor , Taml Nadu, Inda III. STREAM CIPHER A stream cpher has a varable message nput length, and t can be vewed as a small but changng secret substtuton table that transforms plantet bts at dfferent postons wth dfferent substtuton tables (the XOR operaton between plantet and key stream can be vewed as one-bt substtuton determned by a key stream bt). A stream cpher conssts of a state update functon and an output functon. The state of a stream cpher s updated contnuously durng encrypton so that bts at dfferent postons n a message are encrypted wth dfferent states. The output functon generates key stream bts from the state and performs encrypton or decrypton. If the ntal state of a stream cpher s not the same as the key, key setup s requred to generate the ntal state from the key. A key s used wth dfferent ntalzaton vectors (IVs) s to generate key streams. The key/iv setup (resynchronzaton) s requred to generate the ntal state from the key and IV. The crtera for good stream cpher are, long perod wth no repettons statstcally random, Large lnear complety (based on the sze of equvalent LFSR), Correlaton mmunty (have the tradeoff wth lnear complety), Confuson (output bts depend on all key bts) Dffuson and Use of hghly non-lnear Boolean functons. Fg. 2 Block dagram of stream cpher Fg. 1 1D Cellular Automata IV. DESIGN APPROACH A. CA Rule Based Functon Rule 30 s a one-dmensonal bnary cellular automaton rule ntroduced by Stephen Wolfram n Wolfram descrbes t as beng hs "all-tme favourte rule" and detals t n hs book, A New Knd of Scence. Usng Wolfram's classfcaton scheme, Rule 30 s a Class III rule, dsplayng a perodc, chaotc behavour. Ths rule s of partcular nterest because t produces comple, seemngly random patterns from smple, welldefned rules and offers reversble property. Because of ths, Wolfram beleves that Rule 30, and cellular automata n general, are the key to understandng how smple rules produce comple structures and behavour n nature. Rule 30 has also been used as a random Copyrght to IJAREEIE 314

3 ISSN (Prnt) : ISSN (Onlne): Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue 3, Aprl 2014 Internatonal Conference on Sgnal Processng, Embedded System and Communcaton Technologes and ther applcatons for Sustanable and Renewable Energy (ICSECSRE 14) Organzed by Department of ECE, Aarupada Veedu Insttute of Technology, Vnayaka Mssons Unversty, number generator n Wolfram's program mathematcal and has also been proposed as a possble stream cpher for use n cryptography. In all of Wolfram's elementary cellular automata, an nfnte one-dmensonal array of cellular automaton cells wth only two states s consdered, wth each cell n some ntal state. At dscrete tme ntervals, every cell spontaneously changes state based on ts current state and the state of ts two neghbors. For Rule 30, the rule set whch governs the net state of the automaton s gven n table I (6) TABLE I. Rule 30 Neghborhood State The followng pattern emerges from an ntal state n a sngle cell wth state 1 (shown as black) s surrounded by cells wth state 0 (whte). Tme ncreases down the vertcal as. The evaluated functon for CA rule 30 s f () Payanoor , Taml Nadu, Inda For Rule 45, the rule set whch governs the net state of the automaton s evaluated as the functon, f() For Rule 57, the rule set whch governs the net state of the automaton s evaluated as the functon, f () An LFSR conssts of clocked storage elements (flpflops) and a feedback path. The number of storage elements gves us the sad to be of degree m. The feedback network computes the nput for the last flpflop as XOR-sum of certan flp-flops n the shft regster Smple LFSR We consder an LFSR of degree m = 3 wth flp-flops FF2, FF1, FF0, and a feedback path as shown n Fg. 3. The nternal state bts are denoted by s and are shfted by one to the rght wth each clock tck. The rghtmost state bt s also the current output bt. The leftmost state bt s computed n the feedback path, whch s the XOR sum of some of the flp-flop values n the prevous clock perod. Snce the XOR s a lnear operaton, such crcuts are called lnear feedback shft regsters. If we assume an ntal state of (s 2 = 1, s 1 = 0, s 0 = 0), Table 2.2 gves the complete sequence of states of the LFSR. Note that the rghtmost column s the output of the LFSR. One can see from ths eample that the LFSR There s a smple formula whch determnes the functonng of ths LFSR. Let s look at how the output bts s are computed, assumng the ntal state bts s 0, s 1, s 2 : s 3 s 1 +s 0 mod 2 s 4 s 2 +s 1 mod 2 s 5 s 3 +s 2 mod 2 In general, the output bt s computed as s +3 s +1 +s mod2 Where = 0,1,2,... B. Mathematcal Descrpton of LFSRs The general form of an LFSR of degree m s shown n Fg It shows m flp-flops and m possble feedback locatons, all combned by the XOR operaton. Whether a feedback path s actve or not, s defned by the feedback coeffcent p 0, p 1,..., p m 1 : Copyrght to IJAREEIE If p = 1 (closed swtch), the feedback s actve. If p = 0 (open swtch), the correspondng flpflop output s not used for the feedback. Wth ths notaton, we obtan an elegant mathematcal descrpton for the feedback path. The mamum sequence length generated by an LFSR of degree m s 2m 1. If we multply the output of flp-flop I by ts coeffcent p, the result s ether the output value f p = 1, whch corresponds to a closed swtch, or the value zero f p =0, whch corresponds to an open swtch. The values of the feedback coeffcents are crucal for the output sequence produced by the LFSR. Fg.3 Block dagram of LFSR wth tappng

4 ISSN (Prnt) : ISSN (Onlne): Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue 3, Aprl 2014 Internatonal Conference on Sgnal Processng, Embedded System and Communcaton Technologes and ther applcatons for Sustanable and Renewable Energy (ICSECSRE 14) Organzed by Department of ECE, Aarupada Veedu Insttute of Technology, Vnayaka Mssons Unversty, Let s assume the LFSR s ntally loaded wth the values s 0,..., s m 1. The net output bt of the LFSR s m, whch s also the nput to the leftmost flp-flop, can be computed by the XOR-sum of the products of flp-flop outputs and correspondng feedback coeffcent: s m s m 1 p m 1 + +s 1 p 1 +s 0 p 0 mod 2 The net LFSR output can be computed as: s m+1 s m p m 1 + +s 2 p 1 +s 1 p 0 mod 2 In general, the output sequence can be descrbed as m 1 s +m p j.s j-1 mod2 j 0 Clearly, the output values are gven through a combnaton of some prevous output values. LFSRs are sometmes referred to as umber of recurrng states, the output sequence of an LFSR repeats perodcally. Moreover, an LFSR can produce output sequences of dfferent lengths, dependng on the feedback coeffcents. The followng theorem gves us the mamum length of an LFSR as a functon of ts degree. It s easy to show that ths theorem holds. The state of an LFSR s unquely determned by the mnterm regster bts. Gven a certan state, the LFSR determnstcally assumes ts net state. Because of ths, as soon as an LFSR assumes a prevous state, t starts to repeat. Snce an m-bt state vector can only assume 2 m 1 nonzero states, the mamum sequence length before repetton s 2 m 1. Note that all zero state must be ecluded. If an LFSR assumes ths state, t wll get stuck n t,.e., It wll never be able to leave t agan. Note that only certan confguratons (p 0,..., p m 1 ) yeld mamum length LFSRs. We gve a small eample for ths below. V. PROPOSED STREAM CIPHER ARCHITECTURE Payanoor , Taml Nadu, Inda VI. Fg. 4 Archtecture of proposed stream cpher HARDWARE IMPLEMENTATION AND SYNTHESIS RESULTS The proposed stream cpher s mplemented n SPARTAN-3 c3vs50-5 pq208 devce usng Xln The hardware mplementaton of the algorthm s very smple as the operator used n the desgn of stream cpher s flp-flops based hardware crcuts. The nonlnearty of the algorthm s decded by the rule 30 CA based pseudo random number generator. The results of the Xln Spartan 3 FPGA mplementatons are shown n Table II. TABLE II. RESULTS OF THE XILINX SPARTAN 3 FPGA IMPLEMENTATION Stream Cpher Mamum Clock Frequency (MHz) Mamum Throughput (Mbps) Area (Slc es) Throughput/ Area (Mbps/Slce) YUGAM DECIM v DECIM Edon F-FCSR-H v F-FCSR Gran v Gran v1(x16) Gran128(X32) Mckey Moustque Pomaranch The fgure represents the smple the smplest The Xln statc tmng analyss tool s used to archtecture of the proposed steam cpher usng cellular determne the mamum clock frequency. Bref automata. In ths archtecture, the ntal key 128 bt s overvews of each cpher mplementaton are gven n transformed nto undentfable form by the cellular the followng. The ECIM cphers produced low area automata (CA) rule. The 128 bt n ntalzaton s mplementatons due to the smple LFSR structure; appled to the lnear feedback shft regster (LFSR) and however, the through-put was low due to the decmaton then ts output s ored wth CA rule based update key to factor of four. Edon80 was the largest desgn of the generate a key stream per clock cycle. mplemented cphers. The F-FCSR famly of cphers were farly large (342 slces and 473 slces) compared to the smallest cphers, but due to the hgh data rad (8 bts/cycle and 16 bts/cycle), the throughput and Copyrght to IJAREEIE 316

5 ISSN (Prnt) : ISSN (Onlne): Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng An ISO 3297: 2007 Certfed Organzaton Vol. 3, Specal Issue 3, Aprl 2014 Internatonal Conference on Sgnal Processng, Embedded System and Communcaton Technologes and ther applcatons for Sustanable and Renewable Energy (ICSECSRE 14) Organzed by Department of ECE, Aarupada Veedu Insttute of Technology, Vnayaka Mssons Unversty, through-put/area was relatvely hgh. Gran ranks top n terms of small area and good throughput/area rato[19]. It was the smallest cpher and the parallelzed versons of Gran produced hgher throughput/area ratos. Mckey had a medum sze area but a good throughput/area rato; the man dsadvantage Mckey had n Xln FPGAs were that the S and R regsters could not be nferred nto Xln prmtve shft regster blocks; thus Mckey n an ASIC mplementaton may yeld better results when compared to the other small cphers. The same could be sad wth the F-FCSR famly of cphers. Moustque was of medum-to-large area wth a less than one rato of throughput/area from our desgn. Moustque was the only self-synchronzng cpher so ths should be mentoned n the comparson. Pomaranch was the slowest desgn and yelded a hgh area. An mplementaton usng a lookup table of the S-Bo was faster (68 MHz) but also larger (1155 slces)[19]. VII. CONCLUSION Multmeda nformaton transmsson lke hgh qualty vdeos and color stll mages requres hgh speed processor for fast processng and transmsson over the communcaton channels. As a result, desgnng a hgh speed processng securty algorthm has become a challengng ssue for the portable computng applcatons. As a challenge, the proposed YUGAM-128 stream cpher s desgned n a smple manner wth mere shft regsters, whose basc element s flp-flops, XOR and CA functons. Ths promses effcent mplementaton n reconfgurable FPGA wth hgh throughput owng to parallelsm nature. Hence, the algorthm suts well for the portable computng devces that are facltated wth GHz processors. REFERENCES [1] P.P. Chaudhur, D.R. Chowdhury, S. Nand, and S. Chattopadhyay, Addtve Cellular Automata: Theory and Applcatons, vol. 1. Los Alamtos, Calf.: IEEE CS Press, [2] S. Nand, B.K. Kar, and P.P. Chaudhur, Theory and Applcaton of Cellular Automata n Cryptography, IEEE Trans. Computers, vol. 43, pp. 1,346-1,357, [3] Bouganm.L and Guo.Y, Database encrypton, n Encyclopeda of Cryptography and Securty. Sprnger, 2010, 2nd Edton. Payanoor , Taml Nadu, Inda [4] Carlet.C, Dala.D.K, Gupta.K.C and Matra.S, Algebrac Immunty for Cryptographcally Sgnfcant Boolean Functons: Analyss and Constracton, IEEE Trans. Inf. Theory, vol. 52, no. 7, pp , [5] Coppersnth D, Halev S, Lutla C.S. Cryptanalyss of stream cpher wth lnear maskng. In Yung M, eds. Advances n Cryptology-Crypto LNCS 2442, Berln: Sprnger-Verlag, [6] Douglas A. Pucknell and Kamran Eshraghan, Basc VLSI desgn, 3rd Edton, Prentce Hall of Inda, pp [7] Ekdahl On LFSR Based Stream Cphers (Analyss and Desgn), Ph.D. Thess, Lund Unv. (November 2003). [8] Gammel B.M, Gottfert.R and Knffler.O, An NLFSR-based stream cpher, n ISCAS, [9] Good.T, and Benassa.M, ASIC hardware performance, New Stream Cpher Desgns: The estream Fnalsts, LNCS 4986, pp , [10] Grocholewska-Czurylo, Random generaton of Boolean Functon wth hgh degree of correlaton mmunty, Journal of Telecommuncaton and Informaton Technology, pp , [11] Ju Young KIM and Hong Yeop SONG A Nonlnear Boolean Functon Wth Good Algebrac Immunty IEEE Proceedng Of IWSDA 07, 2007, pp [12] Ktsos, Sklavos.N, Papadomanolaks.K and Koufopavlou.K, Hardware Implementaton of Bluetooth Securty, IEEE Pervasve Computng, vol. 2, no.1, pp , January-March [13] Mamov, Some Words on Cryptanalyss of Stream Cphers, Ph.D. dssertaton, Lund Unv., Lund, Sweden, [14] Menezes.A, van Oorschot.P, and S. Vanstone, "Handbook of Appled Cryptography", CRC Press, pp [15] Pars Ktsos, OntheHardwareImplementatonofthe MICKEY- 128 Stream Cpher, estream, ECRYPTStreamCpher Project, Report 2006/059, [16] Rukhn, Soto, Nechvatal, Smd, Barker, Legh, Levenson, Vangel, Banks, Heckert, Dray, VO, A Statstcal Test Sute for Random and Pseudorandom Number Generators for Cryptographc Applcatons. NIST Specal Publcaton , May 15, 2001, [17] Rzomlots.P, On the Resstance of Boolean Functons Aganst Algebrac Attacks Usng Unvarate Polynomal Representaton, IEEE Trans. Inf. Theory, vol.56, no. 8, pp , [18] Rose.G.G and Hawkes.G Turng A Fast Stream Cpher In Fast Software Encrypton FSE 2003, pages Sprnger- Verlag, [19] Hwang, Davd, Mark Chaney, Shash Karanam, Nck Ton, and Krs Gaj. "Comparson of FPGA-targeted hardware mplementatons of estream stream cpher canddates." The State of the Art of Stream Cphers (2008): Copyrght to IJAREEIE 317

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

Following a musical performance from a partially specified score.

Following a musical performance from a partially specified score. Followng a muscal performance from a partally specfed score. Bryan Pardo and Wllam P. Brmngham Artfcal Intellgence Laboratory Electrcal Engneerng and Computer Scence Dept. and School of Musc The Unversty

More information

Error Concealment Aware Rate Shaping for Wireless Video Transport 1

Error Concealment Aware Rate Shaping for Wireless Video Transport 1 Error Concealment Aware Rate Shapng for Wreless Vdeo Transport 1 Trsta Pe-chun Chen and Tsuhan Chen 2 Abstract Streamng of vdeo, whch s both source- and channel- coded, over wreless networks faces the

More information

Quantization of Three-Bit Logic for LDPC Decoding

Quantization of Three-Bit Logic for LDPC Decoding Proceedngs of the World Congress on Engneerng and Computer Scence 2011 Vol II, October 19-21, 2011, San Francsco, USA Quantzaton of Three-Bt Logc for LDPC Decodng Raymond Moberly and Mchael E. O'Sullvan

More information

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. "",. : : :::: :1'NTmAC' I

tj tj D... '4,... ::=~--lj c;;j _ ASPA: Automatic speech-pause analyzer* t> ,. ,. : : :::: :1'NTmAC' I ASPA: Automatc speech-pause analyzer* D. GERVERt and G. DNELEY Unversty of Durham, Durham, England ASPA: The Programs Snce the actual detals of nterface samplng, dsk storage routnes, etc., wll depend upon

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters! Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng

More information

Optimized PMU placement by combining topological approach and system dynamics aspects

Optimized PMU placement by combining topological approach and system dynamics aspects Optmzed PU placement by combnng topologcal approach and system dynamcs aspects Jonas Prommetta, Jakob Schndler, Johann Jaeger Insttute of Electrcal Energy Systems Fredrch-Alexander-Unversty Erlangen-Nuremberg

More information

A Comparative Analysis of Disk Scheduling Policies

A Comparative Analysis of Disk Scheduling Policies A Comparatve Analyss of Dsk Schedulng Polces Toby J. Teorey and Tad B. Pnkerton Unversty of Wsconsn* Fve well-known schedulng polces for movable head dsks are compared usng the performance crtera of expected

More information

Critical Path Reduction of Distributed Arithmetic Based FIR Filter

Critical Path Reduction of Distributed Arithmetic Based FIR Filter Crtcal Path Reducton of strbuted rthmetc Based FIR Flter Sunta Badave epartment of Electrcal and Electroncs Engneerng.I.T, urangabad aharashtra, Inda njal Bhalchandra epartment of Electroncs and Telecommuncaton

More information

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming

System of Automatic Chinese Webpage Summarization Based on The Random Walk Algorithm of Dynamic Programming Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 205, 9, 35-322 35 Open Access System of Automatc Chnese Webpage Summarzaton Based on The Random Walk Algorthm

More information

Why Take Notes? Use the Whiteboard Capture System

Why Take Notes? Use the Whiteboard Capture System Why Take Notes? Use the Whteboard Capture System L-we He Zhengyou Zhang and Zcheng Lu September, 2002 Techncal Report MSR-TR-2002-89 Mcrosoft Research Mcrosoft Corporaton One Mcrosoft Way Redmond, WA 98052

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

A New Proposed Design of a Stream Cipher Algorithm: Modified Grain - 128

A New Proposed Design of a Stream Cipher Algorithm: Modified Grain - 128 International Journal of Computer and Information Technology (ISSN: 2279 764) Volume 3 Issue 5, September 214 A New Proposed Design of a Stream Cipher Algorithm: Modified Grain - 128 Norul Hidayah Lot

More information

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start Conettx / Communcatons Recever/Gateway Quck Start.0 Parts Lst able : Conettx System Components Qty. Descrpton Conettx Communcatons Recever/Gateway AC power cord Battery cable P660 I/O cable P660 Rack mount

More information

Study on the location of building evacuation indicators based on eye tracking

Study on the location of building evacuation indicators based on eye tracking Study on the locaton of buldng evacuaton ndcators based on eye trackng Yue L Tsnghua Unversty yue-l5@malstsnghuaeducn Png hang Tsnghua Unversty zhangp@malstsnghuaeducn Hu hang Tsnghua Unversty, zhhu@tsnghuaeducn

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation

Integration of Internet of Thing Technology in Digital Energy Network with Dispersed Generation Amercan Scentfc Research Journal for Engneerng, Technology, and Scences (ASRJETS) ISS (Prnt) 2313-4410, ISS (Onlne) 2313-4402 Global Socety of Scentfc Research and Researchers http://asrjetsjournal.org/

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

A Scalable HDD Video Recording Solution Using A Real-time File System

A Scalable HDD Video Recording Solution Using A Real-time File System H. L et al.: A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System Hong L, Stephen R. Cumpson Member, IEEE, Robert Jochemsen, Jan

More information

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS

MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALKING CONDITIONS MODELING AND ANALYZING THE VOCAL TRACT UNDER NORMAL AND STRESSFUL TALING CONDITIONS Ismal Shahn and Naeh Botros 2 Electrcal/Electroncs and Comuter Engneerng Deartment Unversty of Sharjah, P. O. Box 27272,

More information

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c

The Traffic Image Is Dehazed Based on the Multi Scale Retinex Algorithm and Implementation in FPGA Cui Zhe1, a, Chao Li2, b *, Jiaqi Meng3, c 3rd Internatonal Conference on Mechatroncs and Industral Informatcs (ICMII 2015) The Traffc Image Is Dehazed Based on the Mult Scale Retnex Algorthm and Implementaton n FPGA Cu Zhe1, a, Chao L2, b *, Jaq

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC

Simon Sheu Computer Science National Tsing Hua Universtity Taiwan, ROC Mounr A. Tantaou School of Electrcal Engneerng and Computer Scence Unversty of Central Florda Orlando, FL 3286-407-823-393 tantaou@cs.ucf.edu Interacton wth Broadcast Vdeo Ken A. Hua School of Electrcal

More information

Product Information. Manual change system HWS

Product Information. Manual change system HWS Product Informaton HWS HWS Flexble. Compact. Productve. HWS manual change system Manual tool change system wth ntegrated ar feed-through and optonal electrc feed-through Feld of applcaton Excellently sutable

More information

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source

Simple Solution for Designing the Piecewise Linear Scalar Companding Quantizer for Gaussian Source 94 J. NIKOIĆ, Z. PERIĆ,. VEIMIROVIĆ, SIMPE SOUTION FOR DESIGNING THE PIECEWISE INEAR SCAAR Smle Soluton for Desgnng the Pecewse near Scalar Comandng Quantzer for Gaussan Source Jelena NIKOIĆ, Zoran PERIĆ,

More information

Novel Quantization Strategies for Linear Prediction with Guarantees

Novel Quantization Strategies for Linear Prediction with Guarantees Smon S. Du* Ychong Xu* Yuan L Hongyang Zhang Aart Sngh Pulkt Grover Carnege Mellon Unversty, Pttsburgh, PA 15213, USA *: Contrbute equally. SSDU@CS.CMU.EDU YICHONGX@CS.CMU.EDU LIYUANCHRISTY@GMAIL.COM HONGYANZ@CS.CMU.EDU

More information

T541 Flat Panel Monitor User Guide ENGLISH

T541 Flat Panel Monitor User Guide ENGLISH T541 Flat Panel Montor User Gude ENGLISH Frst Edton (June / 2002) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Ths publcaton could contan techncal

More information

User s manual. Digital control relay SVA

User s manual. Digital control relay SVA User s manual Dgtal control relay DISIBEINT ELECTRONIC S.L, has been present n the feld of the manufacture of components for the ndustral automaton for more than years, and mantans n constant evoluton

More information

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2

TRADE-OFF ANALYSIS TOOL FOR INTERACTIVE NONLINEAR MULTIOBJECTIVE OPTIMIZATION Petri Eskelinen 1, Kaisa Miettinen 2 Internatonal Conference 20th EURO Mn Conference Contnuous Optmaton and Knowledge-Based Technologes (EurOPT-2008) May 20 23, 2008, Nernga, LITHUANIA ISBN 978-9955-28-283-9 L. Saalausas, G.W. Weber and E.

More information

A Quantization-Friendly Separable Convolution for MobileNets

A Quantization-Friendly Separable Convolution for MobileNets arxv:1803.08607v1 [cs.cv] 22 Mar 2018 A Quantzaton-Frendly Separable for MobleNets Abstract Tao Sheng tsheng@qt.qualcomm.com Xaopeng Zhang parker.zhang@gmal.com As deep learnng (DL) s beng rapdly pushed

More information

Color Monitor. L200p. English. User s Guide

Color Monitor. L200p. English. User s Guide Color Montor L200p User s Gude Englsh Frst Edton (February / 2003) Note : For mportant nformaton, refer to the Montor Safety and Warranty manual that comes wth ths montor. Contents ENGLISH Safety (Read

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery Correctng Image Placement Errors Usng Regstraton Control (RegC ) Technology In The Photomask Perphery Av Cohen 1, Falk Lange 2 Guy Ben-Zv 1, Erez Gratzer 1, Dmtrev Vladmr 1 1. Carl Zess SMS Ltd., Karmel

More information

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant

Reduce Distillation Column Cost by Hybrid Particle Swarm and Ant From the SelectedWorks of Dr. Sandp Kumar Lahr Summer July 20, 2016 Reduce Dstllaton Column Cost by Hybrd Partcle Swarm and Ant Dr. Sandp k lahr chnmaya lenka Avalable at: https://works.bepress.com/sandp_lahr/33/

More information

Simple VBR Harmonic Broadcasting (SVHB)

Simple VBR Harmonic Broadcasting (SVHB) mple VBR Harmonc Broadcastng (VHB) Hsang-Fu Yu ab, Hung-hang Yang a, Y-Mng hen c, -Mng Tseng a, and hen-y Kuo a a Dep. of omputer cence & Informaton Engneerng, atonal entral Unversty, Tawan b omputer enter,

More information

A STUDY OF TRUMPET ENVELOPES

A STUDY OF TRUMPET ENVELOPES A STUDY OF TRUMPET ENVELOPES Roger B. Dannenberg, Hank Pellern, and Istvan Dereny School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 15213 USA rbd@cs.cmu.edu, hank.pellern@andrew.cmu.edu,

More information

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation

Failure Rate Analysis of Power Circuit Breaker in High Voltage Substation T. Suwanasr, M. T. Hlang and C. Suwanasr / GMSAR Internatonal Journal 8 (2014) 1-6 Falure Rate Analyss of Power Crcut Breaker n Hgh Voltage Substaton Thanapong Suwanasr, May Thandar Hlang and Cattareeya

More information

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control

Improving Reliability and Energy Efficiency of Disk Systems via Utilization Control Ths paper appeared n the Proceedngs of the 2th IEEE Symposum on Computers and Communcatons (ISCC'08, Marrakech, Morocco, July 2008. Improvng Relablty and Energy Effcency of Dsk Systems va Utlzaton Control

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN

Cost-Aware Fronthaul Rate Allocation to Maximize Benefit of Multi-User Reception in C-RAN Cost-Aware Fronthaul Rate Allocaton to Maxmze Beneft of Mult-User Recepton n C-RAN Dora Bovz, Chung Shue Chen, Sheng Yang To cte ths verson: Dora Bovz, Chung Shue Chen, Sheng Yang. Cost-Aware Fronthaul

More information

Modular Plug Connectors (Standard and Small Conductor)

Modular Plug Connectors (Standard and Small Conductor) Modular Plug Connectors (Standard and Small Conductor) Applcaton Specfcaton 114-6016 04 APR 11 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches].

More information

DESIGN and IMPLETATION of KEYSTREAM GENERATOR with IMPROVED SECURITY

DESIGN and IMPLETATION of KEYSTREAM GENERATOR with IMPROVED SECURITY DESIGN and IMPLETATION of KEYSTREAM GENERATOR with IMPROVED SECURITY Vijay Shankar Pendluri, Pankaj Gupta Wipro Technologies India vijay_shankarece@yahoo.com, pankaj_gupta96@yahoo.com Abstract - This paper

More information

Product Information. Miniature rotary unit ERD

Product Information. Miniature rotary unit ERD Product Informaton ERD ERD Fast. Compact. Flexble. ERD torque motor Powerful torque motor wth absolute encoder and electrc and pneumatc rotary feed-through Feld of applcaton For all applcatons wth exceptonal

More information

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C

AMP-LATCH* Ultra Novo mm [.025 in.] Ribbon Cable 02 MAR 12 Rev C AMP-LATCH* Ultra Novo Applcaton Specfcaton Receptacle Connectors for 114-40056 0.64 mm [.025 n.] Rbbon Cable 02 MAR 12 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons

More information

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI

INSTRUCTION MANUAL FOR THE INSTALLATION, USE AND MAINTENANCE OF THE REGULATOR GENIUS POWER COMBI NSTRUCTON MANUAL FOR THE NSTALLATON, USE AND MANTENANCE OF THE REGULATOR GENUS POWER COMB (TRANSLATON OF THE ORGNAL NSTRUCTON MANUAL N TALAN) PRELMNARY VERSON WARRANTY The devce s guaranteed 24 months

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods

Decision Support by Interval SMART/SWING Incorporating. Imprecision into SMART and SWING Methods Decson Support by Interval SMART/SWING Incorporatng Imprecson nto SMART and SWING Methods Abstract: Interval judgments are a way of handlng preferental and nformatonal mprecson n multcrtera decson analyss.

More information

Product Information. Universal swivel units SRU-plus

Product Information. Universal swivel units SRU-plus Product Informaton Unversal swvel unts SRU-plus SRU-plus Unversal swvel unts Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld

More information

Scalable QoS-Aware Disk-Scheduling

Scalable QoS-Aware Disk-Scheduling Scalable QoS-Aware Dsk-Schedulng Wald G. Aref Khaled El-Bassyoun Ibrahm Kamel Mohamed F. Mokbel Department of Computer Scences, urdue Unversty, West Lafayette, IN 47907-1398 anasonc Informaton and Networkng

More information

MC6845P I 1.5. ]Vs ,.~

MC6845P I 1.5. ]Vs ,.~ MC6845 - CRT CONTROLLER (CRTC) The MCW5 CRT controller performs the nterface between an MPU and a raster-scan CRT dsplay. t s ntended for use n MPU-based controllers for CRT termnals n stand-alone or cluster

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover

Loewe bild 7.65 OLED. Set-up options. Loewe bild 7 cover Incl. Back cover. Loewe bild 7 cover kit Incl. Back cover and Speaker cover Product nformaton Loewe bld 7.65 Page of March 07 Loewe bld 7.65 OLED EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 64 / 65 Power consumpton ON (n W): 80 Annual energy consumpton

More information

arxiv: v1 [cs.cl] 12 Sep 2018

arxiv: v1 [cs.cl] 12 Sep 2018 Powered by TCPDF (www.tcpdf.org) Neural Melody Composton from Lyrcs Hangbo Bao, Shaohan Huang 2, Furu We 2, Le Cu 2, Yu Wu 3, Chuanq Tan 3, Songhao Pao, Mng Zhou 2 School of Computer Scence, Harbn Insttute

More information

DESIGN OF RECONFIGURABLE IMAGE ENCRYPTION PROCESSOR USING 2-D CELLULAR AUTOMATA GENERATOR

DESIGN OF RECONFIGURABLE IMAGE ENCRYPTION PROCESSOR USING 2-D CELLULAR AUTOMATA GENERATOR International Journal of Computer Science and Applications, Vol. 6, No, 4, pp 43-62, 29 Technomathematics Research Foundation DESIGN OF RECONFIGURABLE IMAGE ENCRYPTION PROCESSOR USING 2-D CELLULAR AUTOMATA

More information

Anchor Box Optimization for Object Detection

Anchor Box Optimization for Object Detection Anchor Box Optmzaton for Object Detecton Yuany Zhong 1, Janfeng Wang 2, Jan Peng 1, and Le Zhang 2 1 Unversty of Illnos at Urbana-Champagn 2 Mcrosoft Research 1 {yuanyz2, janpeng}@llnos.edu, 2 {janfw,

More information

WG Stream Cipher based Encryption Algorithm

WG Stream Cipher based Encryption Algorithm International Journal of Emerging Engineering Research and Technology Volume 3, Issue 11, November 2015, PP 63-70 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) WG Stream Cipher based Encryption Algorithm

More information

Modeling Form for On-line Following of Musical Performances

Modeling Form for On-line Following of Musical Performances Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL 60201 2 Department of Math and

More information

Randomness analysis of A5/1 Stream Cipher for secure mobile communication

Randomness analysis of A5/1 Stream Cipher for secure mobile communication Randomness analysis of A5/1 Stream Cipher for secure mobile communication Prof. Darshana Upadhyay 1, Dr. Priyanka Sharma 2, Prof.Sharada Valiveti 3 Department of Computer Science and Engineering Institute

More information

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television

Clock Synchronization in Satellite, Terrestrial and IP Set-top Box for Digital Television Clock Synchronzaton n Satellte, Terrestral and IP Set-top Box for Dgtal Televson THESIS Submtted n partal fulflment of the requrements for the degree of DOCTOR OF PHILOSOPHY by MONIKA JAIN Under the Supervson

More information

How to Predict the Output of a Hardware Random Number Generator

How to Predict the Output of a Hardware Random Number Generator How to Predict the Output of a Hardware Random Number Generator Markus Dichtl Siemens AG, Corporate Technology Markus.Dichtl@siemens.com Abstract. A hardware random number generator was described at CHES

More information

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor

Loewe bild 5.55 oled. Modular Design Flexible configuration with individual components. Set-up options. TV Monitor Product nformaton Loewe bld 5.55 oled Page of 3 Loewe bld 5.55 oled EU energy effcency class: B Screen dagonal (n cm) / Screen dagonal (n nch): 39 / 55 Power consumpton ON (n W): 50 Annual energy consumpton

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR

Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR Volume 01, No. 01 www.semargroups.org Jul-Dec 2012, P.P. 67-74 Synthesis Techniques for Pseudo-Random Built-In Self-Test Based on the LFSR S.SRAVANTHI 1, C. HEMASUNDARA RAO 2 1 M.Tech Student of CMRIT,

More information

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION

SONG STRUCTURE IDENTIFICATION OF JAVANESE GAMELAN MUSIC BASED ON ANALYSIS OF PERIODICITY DISTRIBUTION SOG STRUCTURE IDETIFICATIO OF JAVAESE GAMELA MUSIC BASED O AALYSIS OF PERIODICITY DISTRIBUTIO D. P. WULADARI, Y. K. SUPRAPTO, 3 M. H. PUROMO,,3 Insttut Teknolog Sepuluh opember, Department of Electrcal

More information

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)... 2 Monaural VCR (Hook-up 1B)... 3 StereoVCR (Hook-up 1C)... 4 Cable Wth

More information

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored

3 Part differentiation, 20 parameters, 3 histograms Up to patient results (including histograms) can be stored st Techncal Specfcatons Desgned n France Wth a rch past and a professonal experence bult-up over 35 years, SFRI s a French nvatve company commtted to developng preon In Vtro Dst solutons. SFRI has bult

More information

Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl. Chapter 2 Stream Ciphers ver.

Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl. Chapter 2 Stream Ciphers ver. Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl www.crypto-textbook.com Chapter 2 Stream Ciphers ver. October 29, 2009 These slides were prepared by

More information

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms

Automated composer recognition for multi-voice piano compositions using rhythmic features, n-grams and modified cortical algorithms Complex Intell. Syst. (2018) 4:55 65 https://do.org/10.1007/s40747-017-0052-x ORIGINAL ARTICLE Automated composer recognton for mult-voce pano compostons usng rhythmc features, n-grams and modfed cortcal

More information

Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl. Chapter 2 Stream Ciphers ver.

Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl. Chapter 2 Stream Ciphers ver. Understanding Cryptography A Textbook for Students and Practitioners by Christof Paar and Jan Pelzl www.crypto-textbook.com Chapter 2 Stream Ciphers ver. October 29, 2009 These slides were prepared by

More information

EFFICIENT IMPLEMENTATION OF RECENT STREAM CIPHERS ON RECONFIGURABLE HARDWARE DEVICES

EFFICIENT IMPLEMENTATION OF RECENT STREAM CIPHERS ON RECONFIGURABLE HARDWARE DEVICES EFFICIENT IMPLEMENTATION OF RECENT STREAM CIPHERS ON RECONFIGURABLE HARDWARE DEVICES Philippe Léglise, François-Xavier Standaert, Gaël Rouvroy, Jean-Jacques Quisquater UCL Crypto Group, Microelectronics

More information

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)...2 Monaural VCR (Hook-up 1B)...3 Stereo VCR (Hook-up 1C)... 4 Cable Wth

More information

An Improved Hardware Implementation of the Grain-128a Stream Cipher

An Improved Hardware Implementation of the Grain-128a Stream Cipher An Improved Hardware Implementation of the Grain-128a Stream Cipher Shohreh Sharif Mansouri and Elena Dubrova Department of Electronic Systems Royal Institute of Technology (KTH), Stockholm Email:{shsm,dubrova}@kth.se

More information

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS

AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS AN INTERACTIVE APPROACH FOR MULTI-CRITERIA SORTING PROBLEMS A THESIS SUBMITTED TO THE GRADUATE SCHOOL OF NATURAL AND APPLIED SCIENCES OF MIDDLE EAST TECHNICAL UNIVERSITY BY BURAK KESER IN PARTIAL FULFILLMENT

More information

TEST PATTERN GENERATION USING PSEUDORANDOM BIST

TEST PATTERN GENERATION USING PSEUDORANDOM BIST TEST PATTERN GENERATION USING PSEUDORANDOM BIST GaneshBabu.J 1, Radhika.P 2 PG Student [VLSI], Dept. of ECE, SRM University, Chennai, Tamilnadu, India 1 Assistant Professor [O.G], Dept. of ECE, SRM University,

More information

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments

Detecting Errors in Blood-Gas Measurement by Analysiswith Two Instruments CLIN. CHEM. 33/4, 512-517 (1987) Detectng Errors n Blood-Gas Measurement by Analysswth Two Instruments LouIs F. Metzger, Wllam B. Stauffer, Ann V. Kruplnskl, Rchard P. MIIlman,3 George S. Cembrowskl,2

More information

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684, p-issn: 2320-334X Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters N.Dilip

More information

Design for Test. Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective.

Design for Test. Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective. Design for Test Definition: Design for test (DFT) refers to those design techniques that make test generation and test application cost-effective. Types: Design for Testability Enhanced access Built-In

More information

VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits

VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits VLSI Technology used in Auto-Scan Delay Testing Design For Bench Mark Circuits N.Brindha, A.Kaleel Rahuman ABSTRACT: Auto scan, a design for testability (DFT) technique for synchronous sequential circuits.

More information

Performance Evaluation of Stream Ciphers on Large Databases

Performance Evaluation of Stream Ciphers on Large Databases IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.9, September 28 285 Performance Evaluation of Stream Ciphers on Large Databases Dr.M.Sikandar Hayat Khiyal Aihab Khan Saria

More information

LFSR Counter Implementation in CMOS VLSI

LFSR Counter Implementation in CMOS VLSI LFSR Counter Implementation in CMOS VLSI Doshi N. A., Dhobale S. B., and Kakade S. R. Abstract As chip manufacturing technology is suddenly on the threshold of major evaluation, which shrinks chip in size

More information

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction

AIAA Optimal Sampling Techniques for Zone- Based Probabilistic Fatigue Life Prediction AIAA 2002-383 Optmal Samplng Technques or Zone- Based Probablstc Fatgue Le Predcton M. P. Enrght Southwest Research Insttute San Antono, TX H. R. Mllwater Unversty o Texas at San Antono San Antono, TX

More information

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman

SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS. Orion Hodson, Colin Perkins, and Vicky Hardman SKEW DETECTION AND COMPENSATION FOR INTERNET AUDIO APPLICATIONS Oron Hodson, Coln Perkns, and Vcky Hardman Department of Computer Scence Unversty College London Gower Street, London, WC1E 6BT, UK. ABSTRACT

More information

Implementation of UART with BIST Technique

Implementation of UART with BIST Technique Implementation of UART with BIST Technique Mr.S.N.Shettennavar 1, Mr.B.N.Sachidanand 2, Mr.D.K.Gupta 3, Mr.V.M.Metigoudar 4 1, 2, 3,4Assistant Professor, Dept. of Electronics Engineering, DKTE s Textile

More information

Cellular Automaton prng with a Global Loop for Non-Uniform Rule Control

Cellular Automaton prng with a Global Loop for Non-Uniform Rule Control Cellular Automaton prng with a Global Loop for Non-Uniform Rule Control Alexandru Gheolbanoiu, Dan Mocanu, Radu Hobincu, and Lucian Petrica Politehnica University of Bucharest alexandru.gheolbanoiu@arh.pub.ro

More information

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation. Get the total Coverage!

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation. Get the total Coverage! JTAG / Boundary Scan Multdmensonal JTAG / Boundary Scan Instrumentaton IEEE 1149.6 IEEE 1149.1 IEEE 1149.7 Multdmensonal JTAG / Boundary Scan Instrumentaton IEEE 1149.4 IEEE 1532 Get the total Coverage!

More information

New Address Shift Linear Feedback Shift Register Generator

New Address Shift Linear Feedback Shift Register Generator New Address Shift Linear Feedback Shift Register Generator Kholood J. Moulood Department of Mathematical, Tikrit University, College of Education for Women, Salahdin. E-mail: khmsc2006@yahoo.com. Abstract

More information

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films

Product Bulletin 40C 40C-10R 40C-20R 40C-114R. Product Description For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Printing 3-mil vinyl films Product Bulletn 40C Revson D, Effectve February 2016 (Replaces C, Apr. 15) 40C-10R 40C-20R 40C-114R Product Descrpton For Solvent, Eco-Solvent, UV and Latex Inkjet and Screen Prntng 3-ml vnyl flms Quck

More information

VLSI System Testing. BIST Motivation

VLSI System Testing. BIST Motivation ECE 538 VLSI System Testing Krish Chakrabarty Built-In Self-Test (BIST): ECE 538 Krish Chakrabarty BIST Motivation Useful for field test and diagnosis (less expensive than a local automatic test equipment)

More information

LFSR Based Watermark and Address Generator for Digital Image Watermarking SRAM

LFSR Based Watermark and Address Generator for Digital Image Watermarking SRAM LFSR Based Watermark and Address Generator for igital Image Watermarking SRAM S. Bhargav Kumar #1, S.Jagadeesh *2, r.m.ashok #3 #1 P.G. Student, M.Tech. (VLSI), epartment of Electronics and Communication

More information

Designing Integrated Accelerator for Stream Ciphers with Structural Similarities

Designing Integrated Accelerator for Stream Ciphers with Structural Similarities Designing Integrated Accelerator for Stream Ciphers with Structural Similarities Sourav Sen Gupta 1, Anupam Chattopadhyay 2,andAyeshaKhalid 2 1 Centre of Excellence in Cryptology, Indian Statistical Institute,

More information

Design of BIST Enabled UART with MISR

Design of BIST Enabled UART with MISR International Journal of Emerging Engineering Research and Technology Volume 3, Issue 8, August 2015, PP 85-89 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Design of BIST Enabled UART with

More information

From Theory to Practice: Private Circuit and Its Ambush

From Theory to Practice: Private Circuit and Its Ambush Indian Institute of Technology Kharagpur Telecom ParisTech From Theory to Practice: Private Circuit and Its Ambush Debapriya Basu Roy, Shivam Bhasin, Sylvain Guilley, Jean-Luc Danger and Debdeep Mukhopadhyay

More information

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation

JTAG / Boundary Scan. Multidimensional JTAG / Boundary Scan Instrumentation JTAG / Boundary Scan Multdmensonal JTAG / Boundary Scan Instrumentaton 2 GOEPEL electronc & JTAG / Boundary Scan COMPANY GOEPEL electronc GmbH GOEPEL electronc s a global company that has been developng

More information

LFSR stream cipher RC4. Stream cipher. Stream Cipher

LFSR stream cipher RC4. Stream cipher. Stream Cipher Lecturers: Mark D. Ryan and David Galindo. Cryptography 2016. Slide: 89 Stream Cipher Suppose you want to encrypt a stream of data, such as: the data from a keyboard the data from a sensor Block ciphers

More information

Design of BIST with Low Power Test Pattern Generator

Design of BIST with Low Power Test Pattern Generator IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 5, Ver. II (Sep-Oct. 2014), PP 30-39 e-issn: 2319 4200, p-issn No. : 2319 4197 Design of BIST with Low Power Test Pattern Generator

More information

Expressive Musical Timing

Expressive Musical Timing Axel Berndt, Tlo Hähnel Department of Smulaton and Graphcs Otto-von-Guercke Unversty of Magdeburg {aberndt tlo}@sg.cs.un-magdeburg.de Abstract. Tmng s crucal for the qualty of expressve musc performances.

More information