A Reconfigurable Frame Interpolation Hardware Architecture for High Definition Video

Size: px
Start display at page:

Download "A Reconfigurable Frame Interpolation Hardware Architecture for High Definition Video"

Transcription

1 A Reconfiguable Fame Intepolation Hadwae Achitectue fo High Definition Video Ozgu Tasdizen and Ilke Hamzaoglu Faculty of Engineeing and Natual Sciences, Sabanci Univesity 34956, Tuzla, Istanbul, Tukey Abstact Since Fame Rate Up-Convesion (FRC) is stated to be used in ecent consume electonics poducts like High Definition TV, eal-time and low cost implementation of FRC algoithms has become vey impotant. Theefoe, in this pape, we popose a low cost hadwae achitectue fo ealtime implementation of fame intepolation algoithms. The poposed hadwae achitectue is econfiguable and it allows adaptive selection of fame intepolation algoithms fo each Macoblock. The poposed hadwae achitectue is implemented in VHDL and mapped to a low cost Xilinx XC3SD1800A-4 FPGA device. The implementation esults show that the poposed hadwae can un at 101 MHz on this FPGA and consumes 32 BRAMs and slices. Keywods: Fame Rate Up-Convesion, Fame Intepolation, Hadwae Implementation, FPGA. I. INTRODUCTION Fame Rate Up-Convesion (FRC) is the convesion of a lowe fame ate video signal to a highe fame ate video signal. LCD panels used fo High Definition TV (HDTV) have a fame ate up to 240 Hz, wheeas video signals ae usually ecoded at 24 Hz, 25 Hz, o 30 Hz. Theefoe, FRC is equied in ode to display the HDTV video signals in the LCD panels. FRC can be done by intepolating a new fame between evey two consecutive oiginal fames like in 25 Hz to 50 Hz convesion, and it can be done by intepolating thee new fames between evey two consecutive oiginal fames like in 25 Hz to 100 Hz convesion. In the case of 24 Hz to 60 Hz convesion 3:2 pull-down technique is used [1]. FRC fo 1:4 convesion atio is illustated in Fig. 1. The dashed fames in this figue ae the intepolated fames. Simple FRC techniques like fame epetition and Linea Intepolation (LI) ae used in some consume electonics poducts. But, these techniques often poduce atifacts to which human eye is vey sensitive. Fame epetition esults in motion jekiness and LI causes bluing at object boundaies [2,3]. To ovecome these poblems, FRC algoithms using motion infomation between consecutive fames ae developed [2,3]. Fo example, Motion Compensated Aveaging (MCA) technique pefoms fame intepolation by using the Motion Vectos (MVs) found by the Motion Estimation (ME) pocess. Figue 1. Fame Rate Up-Convesion The LI and MCA techniques pefom fame intepolation as shown in Eq. (1) and Eq. (2) espectively. In these equations, t is the time instance the fame F belongs to, x is the spatial location of the cuent pixel in the fame and τ is the time slot the intepolated fame belongs to. Fo the convesion atio 1:2, τ will be 0.5 fo both intepolated fames, and fo the convesion atio 1:4, τ will be 0.25, 0.5, and 0.75 fo the thee intepolated fames. F LI, (1) t τ ) = ( 1 τ ) F t 1) + τf ( x t ) 1 F MCA t τ ) = [ F( x + τv, t 1) + F( x ( 1 τ ) v, t) ] (2) 2 ME is not only used fo FRC. It is also used in video compession standads such as MPEG4 and H.264, and in video enhancement applications such as de-intelacing and de-noising. Howeve, the motion infomation equied fo FRC is not the same as the one equied fo video coding. While ME fo video coding finds the MVs poviding the smallest pediction eo, ME fo FRC equies finding the MVs eflecting the tue motion among consecutive fames. Among the ME techniques, block matching is the most pefeed method due to its simplicity. Block matching patitions the cuent fame into non-ovelapping ectangula blocks and ties to find a block fom a efeence fame in a given seach ange that best matches the cuent block. Block matching algoithms cause blocking atifacts. Seveal FRC algoithms ae poposed to educe these blocking atifacts [3].

2 Figue 2. An Example FRC System Figue 3. MVs Requied to Intepolate Cuent MB(i,j) In this pape, we assume that the tue MVs equied by the poposed FRC hadwae will be obtained by anothe hadwae, which includes a block matching ME hadwae like the one we poposed in [4], and povided to the poposed FRC hadwae. An example FRC system is shown in Fig. 2. Analyzing the off-chip memoy bandwidth equiement of this FRC system clealy shows that FRC systems equie significant data tansfe fom the off-chip fame memoy. Since this FRC system implements a 1:2 convesion atio, it will intepolate new fames by using one MV pe Macoblock (MB) and accessing one MB fom the cuent fame and one MB fom the efeence fame. Since each colo channel is 10 bits, the RGB values of a pixel take 30 bits which can be stoed in a 32 bit wod in memoy. A Full HD fame has 1920x1080 (1.98M) pixels which take 7.92MB. Theefoe, 2x7.92MB = 15.84MB have to be accessed fom the offchip fame memoy in ode to intepolate one fame. The eceived input fame and the intepolated fame will be stoed in the fame memoy and they will be sent to the LCD display fom the fame memoy. Theefoe, 47.52MB pe fame will be accessed fom the off-chip fame memoy. As it can be seen fom this example, FRC systems equie significant off-chip memoy bandwidth. FRC algoithms such as Adaptive Motion-Compensated Intepolation and Ovelapped Block Motion Compensation poposed in [5-10] poduce good quality esults. Howeve, fo intepolating a MB, these algoithms do not only access the MBs in the cuent and pevious fames pointed by the MV fo the cuent MB, they also access the MBs pointed by the MVs of the eight spatially neighboing MBs of the cuent MB. The MVs equied fo intepolating MB(i,j) is shown in Fig. 3. In the figue, i and j denote the x and y coodinates of a MB, espectively. The dak shaded MB is the cuent MB(i,j) and dashed MBs ae its non-causal neighboing MBs. Theefoe, these FRC algoithms access 9 MBs fom cuent fame and 9 MBs fom efeence fame fo intepolating a MB. This significantly inceases the offchip memoy bandwith equiement of an FRC system. Even though the off-chip memoy bandwidth equied by these FRC algoithms can be educed by using a lage on-chip memoy as poposed in [11], eal-time implementation of these FRC algoithms fo HDTV is vey difficult and they equie a significant aea fo the on-chip memoy. Theefoe, in this pape, we popose a low cost hadwae achitectue fo eal-time implementation of fame intepolation algoithms equiing much lowe offchip memoy bandwidth; LI, MCA, Static Median Filteing (SMF), Dynamic Median Filteing (DMF), Soft Switching (SS) and Cascaded Median Filteing (CMF) [3]. The poposed hadwae achitectue is econfiguable and it allows adaptive selection of these fame intepolation algoithms fo each 16x16 MB. The poposed hadwae achitectue is implemented in VHDL and mapped to a low cost Xilinx Spatan XC3SD1800A-4 FPGA using Xilinx ISE It is veified with RTL simulations using Mento Gaphics Modelsim. The implementation esults show that the poposed hadwae can wok at 101 MHz and it consumes slices and 32 Block RAMs (BRAMs). Seveal complete FRC hadwae implementations including these fame intepolation algoithms ae poposed in [12-15]. Howeve, they do not specify the details of the fame intepolation pat of thei hadwae, and they do not popose a econfiguable hadwae achitectue fo implementing these fame intepolation algoithms. The est of the pape is oganized as follows. Section II explains the fame intepolation algoithms implemented by the poposed FRC hadwae. Section III descibes the poposed econfiguable FRC hadwae achitectue. Section IV concludes the pape. II. FRAME INTERPOLATION ALGORITHMS FRC by epetition of the oiginal fames esults in motion jekiness and LI causes bluing at object boundaies. MCA is used to ovecome these atifacts. Howeve, it intoduces blocking atifacts. Blocking atifacts occu at object boundaies when a block contains multiple objects with diffeent motions. An appopiate solution to these local poblems is gaceful degadation [3].

3 Gaceful degadation methods ae SMF, DMF, SS, and CMF. Thei equations ae shown in (3), (4), (5), and (6) espectively. Thei advantages and dawbacks ae discussed in detail in [3]. In geneal, SMF poduces good esults fo stationay scenes; howeve it fails fo detailed pats of the video. DMF pefoms bette fo these pats of video. The dawback of DMF is its tendency to cause seation of edges in highly detailed aeas. The block diagams of SMF and DMF ae shown in Fig. 4 and Fig. 5, espectively. SS is an altenative to the apid switching of DMF between LI and motion compensated pixels. SS takes the weighted aveage of motion compensated and non-motion compensated pixels. As a esult, switching between LI and MCA becomes softe. As shown in Eq. (5), the weighting mechanism is contolled by a facto k which shows the eliability of the MVs. Fo eliable MVs, MCA will be pefeed and fo uneliable MVs, LI will be pefeed. SS may esult in local motion jekiness o local blu. CMF combines the stengths of SMF, DMF, and SS by taking the median of these methods. CMF can ovecome the poblems of these individual methods if contolled caefully. Figue 6. Top-Level Hadwae Achitectue Figue 4. SMF Figue 7. On-Chip Memoy and Datapath F Figue 5. DMF = median F x, t 1, F x, t, F ) ( ( ) ( ) ( x )) SMF MCA, F DMF F F ) = median ( F ( x + τv, t 1 ), F ( x (1 τ ) v, t), F ( x LI, )) ) = kf ) + ( 1 k) F ( x ) SS LI MCA, CMF (3) (4) (5) ) = median( FSMF ), FDMF ), F ( x SS, )) (6) III. PROPOSED HARDWARE ARCHITECTURE The top-level block diagam of the poposed fame intepolation hadwae achitectue is shown in Fig. 6. The poposed hadwae achitectue implements LI, MCA, SMF, DMF, SS and CMF fame intepolation algoithms and it allows adaptive selection of these algoithms fo each MB. The poposed hadwae intepolates fames MB by MB. It takes the selected intepolation algoithm and the MV fo each 16x16 MB as inputs and pefoms the fame intepolation. In this pape, we implemented the on-chip memoy and the datapath pat of this hadwae shown in Fig. 7. The input MV to the fame intepolation hadwae points to a MB in the cuent fame and a MB in the efeence fame in a ange of (±48, ±24) pixels. MVs used in the intepolation pocess coespond to a lage seach ange in the ME pocess. Fo example, fo the convesion atio 1:2, the MVs with a ange of (±48, ±24) pixels used in the intepolation pocess coespond to a seach ange of (±96, ±48) pixels in the ME pocess.

4 Figue 8. Data Stoed in the On-Chip Memoy Figue 9. MB Schedule As shown in Fig. 7 and Fig. 8, the on-chip memoy consists of 32 BRAMs, and it is used to stoe 112x64 pixels fom the cuent fame and 112x64 pixels fom the efeence fame. BRAM 0 to BRAM 15 ae used to stoe the pope aea fom the cuent fame and BRAM 16 to BRAM 31 ae used to stoe the pope aea fom the efeence fame. Since each colo channel (R, G, B) is 10 bit wide, BRAMs ae configued as 448x32-bit, and each BRAM is used to stoe 4 lines of the equied aea fom the coesponding fame. As shown in Fig. 8, most of the data that should be stoed in the on-chip memoy fo two consecutive MBs ae the same. Theefoe, fo the next MB only the 64x16 pixels non-ovelapping aea, shown with the dashed lines in Fig. 8, can be accessed fom the fame memoy by using data e-use methodology. In addition, since the BRAMs in the FPGAs have dual pots, the intepolation of a MB can be ovelapped with accessing the non-ovelapping aea equied by the next MB fom the fame memoy as shown in Fig. 9. Howeve, this equies stoing additional 16 pixels pe line in each BRAM and it inceases the complexity of the addess geneation module. The poposed datapath includes 48 Pocessing Elements (PEs). The boxes named as R, G, and B in Fig. 7 epesent the PEs. Each PE pefoms the intepolation of a colo channel. Theefoe, the datapath intepolates R, G, B channels of a pixel in paallel and it intepolates 16 pixels in each clock cycle. The Rotato consists of 30 identical otatos each 16 bits long. They ae used to align the intepolated pixels to match with thei oiginal positions whee they must be in the cuent MB. The Output Registe File has 256 egistes each 30 bits long. The intepolated MB will be stoed in this egiste file, and it will be sent to the fame memoy by the memoy contolle. The block diagam of a PE is shown in Fig. 10. In the fist clock cycle of the intepolation pocess, the pevious pixel F( x, t 1) and the cuent pixel F ( x, t) will be stoed in 10 bit egistes Reg. P. and Reg. C.. In the second clock cycle, motion compensated values of pevious pixel F( x + τ v, t 1) and cuent pixel F ( x (1 τ ) v, t) will be stoed in the 10 bit egistes Reg. P. MC and Reg. C. MC. Reg. SMF, Reg. DMF and Reg. CMF include thee 10 bit egistes. In the second cycle, outputs of Reg. P. and Reg. C. will be added and the least significant bit will be discaded so that thei aveage will be calculated and stoed in the egiste Reg. DMF. Similaly, in the thid cycle MCA value will be calculated and stoed in the egiste Reg. SMF. Reg. CMF stoes the outputs of SMF, DMF and SS. SS value is calculated by the Soft Switching module. The block diagam of the Soft Switching module is shown in Fig. 11. This module takes LI and MCA, and multiplies them with k and (1-k). In ode to save aea, no multiplie o divide is used in this module. By only using one adde/subtacto and one multiplexe, multiplying with the k and (1-k) values 24/32:8/32, 20/32:12/32, 18/32:14/32, 16/32:16/32 can be ealized. Fo example, multiplying with the k value 20/32 can be ealized by adding the esult of <<2 (x4) opeation to the esult of <<4 (x16) opeation and multiplying with the (1-k) value 12/32 can be ealized by subtacting the esult of <<2 opeation fom the esult of <<4 opeation. The least significant 5 bits of the adde-subtacto esult is discaded to divide it by 32. The Median module is shown in Fig. 12. It takes thee 10 bit inputs A, B, and C, and finds the median of these inputs. The Median module has thee compaatos and fou 2-to-1 multiplexes. In ode to incease its clock fequency, pipelining egistes ae used at its input and output. Fist, the median value fo SMF is calculated. Then, the median value fo DMF is calculated in the next clock cycle. Finally, the median value fo CMF is calculated. In ode to calculate CMF, the esult of the Median module fo SMF and DMF ae stoed in Reg. CMF togethe with the esult of Soft Switching module. The Output Mux is used to select the esult of the intepolation algoithm specified by the Intepolation Algoithm input. This multiplexe selects eithe esults of LI, MCA, SS o the esult of Median module. The esults of LI, MCA and SS will be eady in the second, thid, and fouth clock cycles, espectively. SMF, DMF, and CMF esults will be eady in the 5th, 6th, and 8th clock cycles, espectively. When opeated in LI, MCA, SMF, DMF, o SS modes, thee is no need to stall the pipeline, but CMF

5 mode equies stalling the pipeline fo two clock cycles. The poposed hadwae achitectue is implemented in VHDL and mapped to a low cost Xilinx Spatan XC3SD1800A-4 FPGA using Xilinx ISE It is veified with RTL simulations using Mento Gaphics Modelsim. The implementation esults show that the poposed hadwae can wok at 101 MHz and it consumes slices and 32 BRAMs. A PE consumes 222 slices. Soft Switching and Median modules consume 27 and 35 slices, espectively. When opeated in any mode except CMF, the poposed hadwae intepolates a 16x16 MB in 16 clock cycles afte the fist esult is eady. When opeated in CMF mode, it intepolates a 16x16 MB in 48 clock cycles afte the fist esult is eady. IV. CONCLUSIONS In this pape, a low cost econfiguable hadwae achitectue fo fame intepolation of HD fames is pesented. The poposed hadwae achitectue implements the LI, MCA, SMF, DMF, SS, and CMF fame intepolation algoithms and it allows adaptive selection of these algoithms fo each MB. The poposed hadwae achitectue is implemented in VHDL and mapped to a low cost Xilinx XC3SD1800A-4 FPGA. The implementation esults show that the poposed hadwae can un at 101 MHz on this FPGA and it consumes 32 BRAMs and slices. Figue 10. Pocessing Element Figue 11. Soft Switching Module Figue 10. Median Module

6 ACKNOWLEDGEMENTS This wok is suppoted in pat by TUBITAK (The Scientific and Technological Reseach Council of Tukey). REFERENCES [1] Bugwadia, K. A., Petajan, E. D., Pui, N. N., Pogessive-Scan Rate Up-Convesion of 24/30 Hz Souce Mateials fo HDTV, IEEE Tans. on Consume Electonics, vol. 42, no. 3, pp , Aug [2] Castagno, R., Haavisto, P., Ramponi, G., A Method fo Motion Adaptive Fame Rate Up-Convesion, IEEE Tans. Cicuits Syst. Video Technol., vol. 6, no.5, pp , Oct [3] Ojo, O. A., De Haan, G., Robust Motion- Compensated Video Upconvesion, IEEE Tans. on Consume Electonics, vol. 43, no. 4, pp , Nov [4] Tasdizen, O., Kukne, H., Akin, A., Hamzaoglu, I., High Pefomance Reconfiguable Motion Estimation Hadwae Achitectue, DATE Confeence, Nice, Fance, Ap [5] Ha, T., Lee, S., Kim, J., Motion Compensated Fame Intepolation by new Block-based Motion Estimation Algoithm, IEEE Tans. on Consume Electonics, vol. 50, no. 2, pp , May [6] Zhai, J., Yu, K., Li, S., A Low Complexity Motion Compensated Fame Intepolation Method, IEEE ISCAS, pp , Kobe, Japan, May [7] Choi, B. D., Han, J. W., Kim, C. S., Ko, S. J., Motion-Compensated Fame Intepolation Using Bilateal Motion Estimation and Adaptive Ovelapped Block Motion Compensation, IEEE Tans. Cicuits Syst. Video Technol., vol. 17, no. 4, pp , Ap [8] Yang, Y. T., Tung, Y. S., Wu, J. L., Quality Enhancement of Fame Rate Up-Conveted Video by Adaptive Fame Skip and Reliable Motion Extaction, IEEE Tans. Cicuits Syst. Video Technol., vol. 17, no.12, pp , Dec [9] Lee, S. H., Shin, Y. C., Yang, S., Moon, H. H., Pak, R. H., Adaptive Motion-Compensated Intepolation fo Fame Rate Up-Convesion, IEEE Tans. on Consume Electonics, vol. 48, no. 3, pp , Aug [10] Lee S. H., Kwon, O., Pak, R. H., Weighted-Adaptive Motion-Compensated Fame Rate Up-Convesion, Tans. on Consume Electonics, vol. 49, no. 3, pp , Aug [11] Beic, A., Van Meebegen, J., De Haan, G., Sethuaman, R., Memoy-Centic Video Pocessing, IEEE Tans. Cicuits Syst. Video Technol., vol. 18, no.4, pp , Ap [12] De Haan, G., Biezen, P. W. A. C., Ojo, O. A., An Evolutionay Achitectue fo Motion-Compensated 100 Hz Television, IEEE Tans. Cicuits Syst. Video Technol., vol. 5, no.3, pp , Jun [13] De Haan, G., Kettenis, J., Löning, A., De Looe, B., IC fo Motion-Compensated 100 Hz TV with Natual-Motion Movie-Mode, IEEE Tans. on Consume Electonics, vol. 42, no. 2, pp , May [14] De Haan, G., IC fo Motion-Compensated De- Intelacing, Noise Reduction, and Pictue-Rate Convesion, IEEE Tans. on Consume Electonics, vol. 45, no. 3, pp , Aug [15] Beic, A., De Haan, G., Sethuaman, R., Van Meebegen, J., An Efficient Pictue-Rate Up- Convete, Jounal of VLSI Signal Pocessing, vol. 41, no. 1, pp , Aug

On the Design of LPM Address Generators Using Multiple LUT Cascades on FPGAs

On the Design of LPM Address Generators Using Multiple LUT Cascades on FPGAs Novembe 6, 006 1:58 Intenational Jounal of Electonics lpm IJE Intenational Jounal of Electonics Vol. **, No. **, ** 006, 1 18 On the Design of LPM Addess Geneatos Using Multiple LUT Cascades on FPGAs Hui

More information

4.5 Pipelining. Pipelining is Natural!

4.5 Pipelining. Pipelining is Natural! 4.5 Pipelining Ovelapped execution of instuctions Instuction level paallelism (concuency) Example pipeline: assembly line ( T Fod) Response time fo any instuction is the same Instuction thoughput inceases

More information

H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING

H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING David M. Wu*, Mike Lin, Subhasish Mita, Kee Sup Kim, Anil Sabbavaapu, Talal Jabe, Pete Johnson, Dale Mach, Geg Paish Intel

More information

Compact Beamformer Design with High Frame Rate for Ultrasound Imaging

Compact Beamformer Design with High Frame Rate for Ultrasound Imaging Sensos & Tansduces 2014 by IFSA Publishing, S. L. http://www.sensospotal.com Compact Beamfome Design with High Fame Rate fo Ultasound Imaging Jun Luo, Qijun Huang, Sheng Chang, Xiaoying Song, Hao Wang

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2002.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2002. Nesimoglu, T., Beach, MA., MacLeod, JR., & Wa, PA. (00). Mixe lineaisation fo softwae defined adio applications. In ehicula Technology Confeence 00 (TC 00-Fall) (ol. 1, pp. 534-538). Institute of Electical

More information

R&D White Paper WHP 119. Mezzanine Compression for HDTV. Research & Development BRITISH BROADCASTING CORPORATION. September R.T.

R&D White Paper WHP 119. Mezzanine Compression for HDTV. Research & Development BRITISH BROADCASTING CORPORATION. September R.T. R&D White Pape WHP 119 Septembe 2005 Mezzanine Compession fo HDTV R.T. Russell Reseach & Development BRITISH BROADCASTING CORPORATION BBC Reseach & Development White Pape WHP 119 Mezzanine Compession

More information

C2 Vectors C3 Interactions transfer momentum. General Physics GP7-Vectors (Ch 4) 1

C2 Vectors C3 Interactions transfer momentum. General Physics GP7-Vectors (Ch 4) 1 C2 Vectos C3 Inteactions tansfe momentum Geneal Phsics GP7-Vectos (Ch 4) 1 Solutions to HW When ou homewok is gaded and etuned, solutions will be available. Download PobViewe 1.4 www.phsics.pomona.edu/siideas/sicp.html

More information

A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE

A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE David Little, David Raffenspege, Byan Pado EECS Depatment Nothwesten Univesity Evanston, IL 60201 d-little,d-affenspege,pado@nothwesten.edu ABSTRACT

More information

Ranking Fuzzy Numbers by Using Radius of Gyration

Ranking Fuzzy Numbers by Using Radius of Gyration ustalian Jounal of Basic and pplied Sciences, (): 68-66, 00 ISSN 99-878 anking Fuzz Numbes b Using adius of Gation. S.H. Nassei, M. Sohabi Depatment of Mathematical Sciences, Mazandaan Univesit, P.O.Bo

More information

Study on evaluation method of the pure tone for small fan

Study on evaluation method of the pure tone for small fan Study on evaluation method of the pue tone fo small fan Takao YAMAGUCHI 1 ; Gaku MINORIKAWA 2 ; Masayuki KIHARA 3 1, 2 Hosei Univesity, Japan 3 Shap Copoation, Japan ABSTRACT In the field of audio, visual

More information

Grant Spacing Signaling at the ONU

Grant Spacing Signaling at the ONU Gant Spacing Signaling at the ONU Glen Kame, Boadcom Duane Remein, Huawei May 2018 IEEE 802.3ca Task Foce, ittsbugh, A 1 Total Bust Size In 802.3ca, the OLT GATE message conveys only the payload length

More information

Precision Interface Technology

Precision Interface Technology Pecision Inteface Technology Phono Inteconnect Cables INTRODUCTION Signals fom catidges ae highly sensitive to hum, noise and vaious foms of intefeence. The connecting cable between the catidge and pe-amplifie

More information

FRAME RATE CONVERSION OF INTERLACED VIDEO

FRAME RATE CONVERSION OF INTERLACED VIDEO FRAME RATE CONVERSION OF INTERLACED VIDEO Zhi Zhou, Yeong Taeg Kim Samsung Information Systems America Digital Media Solution Lab 3345 Michelson Dr., Irvine CA, 92612 Gonzalo R. Arce University of Delaware

More information

e-workbook TECHNIQUES AND MATERIALS OF MUSIC Part I: Rudiments

e-workbook TECHNIQUES AND MATERIALS OF MUSIC Part I: Rudiments e-wokbook fo TECHNIQUES AND MATERIALS OF MUSIC Fom the Common Pactice Peiod Though the Tentieth Centuy ENHANCED SEVENTH EDITION Pat I: Rudiments Assignments in oksheet fomat by Thomas enamin Michael Hovit

More information

Scalable Music Recommendation by Search

Scalable Music Recommendation by Search Scalable Music Recommendation by Seach Rui Cai, Chao Zhang, Lei Zhang, and Wei-Ying Ma Micosoft Reseach, Asia 49 Zhichun Road, Beijing 100080, P.R. China {uicai, v-chaozh, leizhang, wyma}@micosoft.com

More information

A 0.8 V T Network-Based 2.6 GHz Downconverter RFIC

A 0.8 V T Network-Based 2.6 GHz Downconverter RFIC 3 J.-M. WU, C.-K. LIOU, C.-J. CHUANG, Y. KUO, A. V T NETWORK-BASED. GHZ DOWNCONVERTER RFIC A. V T Netwok-Based. GHz Downconvete RFIC Jian-Ming WU, Ching-Kuo LIOU, Ching-Jui CHUANG, Yujin KUO Dept. of Electonic

More information

Design of Address Generators Using Multiple LUT Cascade on FPGA

Design of Address Generators Using Multiple LUT Cascade on FPGA Deign of Adde Geneato Uing Multiple LUT Cacade on FPGA Hui Qin and Tutomu Saao Depatment of Compute Science and Electonic, Kyuhu Intitute of Technology 680 4, Kawazu, Iizuka, Fukuoka, 80 850, Japan Abtact

More information

Version Capital public radio. Brand, Logo and Style Guide

Version Capital public radio. Brand, Logo and Style Guide Vesion 2.0 12.3.2014 Capital public adio Band, Logo and Style Guide T A C K E T T + B A R B A R I A Oveview Ask anyone in the Sacamento egion what they think of Capital Public Radio and thei esponses will

More information

Precision Interface Technology

Precision Interface Technology Pecision Inteface Technology Phono Inteconnect Cables INTRODUCTION Signals fom catidges ae highly sensitive to hum, noise and vaious foms of intefeence. The connecting cable between the catidge and pe-amplifie

More information

A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm

A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm Mustafa Parlak and Ilker Hamzaoglu Faculty of Engineering and Natural Sciences Sabanci University, Tuzla, 34956, Istanbul, Turkey

More information

Language and Music: Differential Hemispheric Dominance in Detecting Unexpected Errors in the Lyrics and Melody of Memorized Songs

Language and Music: Differential Hemispheric Dominance in Detecting Unexpected Errors in the Lyrics and Melody of Memorized Songs Human Bain Mapping 30:588 601 (2009) Language and Music: Diffeential Hemispheic Dominance in Detecting Unexpected Eos in the Lyics and Melody of Memoized Songs Takuya Yasui, 1,2,3 Kimitaka Kaga, 2,4 and

More information

Music Technology Advanced Subsidiary Unit 1: Music Technology Portfolio 1

Music Technology Advanced Subsidiary Unit 1: Music Technology Portfolio 1 Peason Edexcel GCE Music Technology Advanced Subsidiay Unit 1: Music Technology Potfolio 1 Release date: Tuesday 1 Septembe 2015 Time: 60 hous Pape Refeence 6MT01/01 You must have: A copy of the oiginal

More information

Chapter 1: Choose a Research Topic

Chapter 1: Choose a Research Topic Chapte 1: Choose a Reseach Topic This chapte coves: Topic 1: Libay Reseach Basics Topic 2: Get to Know the Libay Topic 3: Seaching Online Databases Successful eseach begins with knowing the basics. Roaming

More information

RBM-PLDA subsystem for the NIST i-vector Challenge

RBM-PLDA subsystem for the NIST i-vector Challenge INTERSPEECH 2014 RBM-PLDA subsystem fo the NIST i-vecto Challenge Segey Novoselov 1, Timu Pekhovsky 1,2, Konstantin Simonchik 1,2, Andey Shulipa 1 1 Depatment of Speake Veification and Identification,

More information

Music from an evil subterranean beast

Music from an evil subterranean beast Music fom an evil subteanean beast Novembe 4, 2011 Abstact Two ecent compositions have capitalized on the geat expessive ange of a custom-designed music synthesis algoithm. The "Animal" plays a pat in

More information

Experimental Investigation of the Effect of Speckle Noise on Continuous Scan Laser Doppler Vibrometer Measurements

Experimental Investigation of the Effect of Speckle Noise on Continuous Scan Laser Doppler Vibrometer Measurements Expeimental Investigation of the Effect of Speckle Noise on Continuous Scan Lase Dopple Vibomete Measuements Michael W. Sacic & Matthew S. Allen Univesity of Wisconsin-Madison 535 Engineeing Reseach Building

More information

CLASSIFICATION OF RECORDED CLASSICAL MUSIC USING NEURAL NETWORKS

CLASSIFICATION OF RECORDED CLASSICAL MUSIC USING NEURAL NETWORKS CLASSIFICATIO OF RECORDED CLASSICAL MUSIC USIG EURAL ETWORKS R Malheio ab R P Paiva a A J Mendes a T Mendes a A Cadoso a a CISUC Cento de Infomática e Sistemas da Univesidade de Coimba Depatamento de Engenhaia

More information

Melodic Similarity - a Conceptual Framework

Melodic Similarity - a Conceptual Framework Melodic Similaity - a Conceptual Famewok Ludge Hofmann-Engl The Link +44 (0)20 8771 0639 ludge.hofmann-engl@vigin.net Abstact. Melodic similaity has been at the cente of eseach within the community of

More information

Making Fraction Division Concrete: A New Way to Understand the Invert and Multiply Algorithm

Making Fraction Division Concrete: A New Way to Understand the Invert and Multiply Algorithm Making Faction Division Concete: A Ne Way to Undestand the Invet and Multily Algoithm Intoduction us is not to eason hy, just invet and multily. This is a hyme that I emembe leaning ay back in the fifth

More information

Stochastic analysis of Stravinsky s varied ostinati

Stochastic analysis of Stravinsky s varied ostinati Stochastic analysis of Stavinsky s vaied ostinati Daniel Bown Depatment of Music, Univesity of Califonia at Santa Cuz, USA dalaow@ucsc.edu Poceedings of the Xenakis Intenational Symposium Southank Cente,

More information

LISG Laser Interferometric Sensor for Glass fiber User's manual.

LISG Laser Interferometric Sensor for Glass fiber User's manual. LISG Lase Intefeometic Senso fo Glass fibe Use's manual. Vesion : 14.0.0 2015 CERSA-MCI CERSA-MCI 53, pac Expobat 13480 CABRIES FRANCE tel: +33 (0)4 42 02 60 44 fax: +33 (0)4 42 02 79 79 web: http://www.cesa-mci.com

More information

(2'-6") OUTLINE OF REQUIRED CLEAR SERVICE AREA

(2'-6) OUTLINE OF REQUIRED CLEAR SERVICE AREA VACUUM AI TUBE 2GX 494 CUSTOME DETAILS DIMENSIONS IN MILLIMETES L64 "ALL DIMENSIONS AND DESIGN CITEIA POJECTION PAGE OF 7 46 ('- TAFFIC FLOW CALL -8-999-6 (2") MIN. 8 2") ( DUAL CALL/SEND INTEFACE FEATUE

More information

Citrus Station Mimeo Report CES WFW-Lake Alfred, Florida Lake Alfred, Florida Newsletter No. 2 6.

Citrus Station Mimeo Report CES WFW-Lake Alfred, Florida Lake Alfred, Florida Newsletter No. 2 6. Newslette No. 2 6 Citus Station Mimeo Repot CES 70-13 Novembe 18, 1969 750-WFW-Lake Alfed, Floida 33850 Edito: W. F. Wadowski Havesting and Handling Section* Univesity of Floida Citus Expeiment Station

More information

A Low Energy HEVC Inverse Transform Hardware

A Low Energy HEVC Inverse Transform Hardware 754 IEEE Transactions on Consumer Electronics, Vol. 60, No. 4, November 2014 A Low Energy HEVC Inverse Transform Hardware Ercan Kalali, Erdem Ozcan, Ozgun Mert Yalcinkaya, Ilker Hamzaoglu, Senior Member,

More information

A Low Cost Scanning Fabry Perot Interferometer for Student Laboratory

A Low Cost Scanning Fabry Perot Interferometer for Student Laboratory A Low Cost Scanning Faby Peot Intefeomete fo Student Laboatoy K.T.Satyajit, Suesh Doavai*, T.E.Kanakavalli **, Shaath Ananthamuthy Depatment of Physics, Bangaloe Univesity, Jnanabhaati Campus, Bangaloe-560056

More information

Low Power H.264 Deblocking Filter Hardware Implementations

Low Power H.264 Deblocking Filter Hardware Implementations 808 IEEE Transactions on Consumer Electronics, Vol. 54, No. 2, MAY 2008 Low Power H.264 Deblocking Filter Hardware Implementations Mustafa Parlak and Ilker Hamzaoglu Abstract In this paper, we present

More information

MARTIN KOLLÁR. University of Technology in Košice Department of Theory of Electrical Engineering and Measurement

MARTIN KOLLÁR. University of Technology in Košice Department of Theory of Electrical Engineering and Measurement MARTIN KOLLÁR nivesity of Technology in Košice Depatment of Theoy of Electical Engineeing and Measuement A TRANSDCER INTERFACE FOR RESISTIVE SENSOR ELEMENTS BASED ON THE SE OF A FLIP-FLOP This pape pesents

More information

A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame

A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame I J C T A, 9(34) 2016, pp. 673-680 International Science Press A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame K. Priyadarshini 1 and D. Jackuline Moni

More information

The game of competitive sorcery that will leave you spellbound.

The game of competitive sorcery that will leave you spellbound. A Game by Buce Basi The game of competitive socey that will leave you spellbound. 0 min 4+ 2- Toubles a-bewin! It s exam time at the School of Socey and the mischievous witches ae caft thei stongest potions

More information

A High Performance Deblocking Filter Hardware for High Efficiency Video Coding

A High Performance Deblocking Filter Hardware for High Efficiency Video Coding 714 IEEE Transactions on Consumer Electronics, Vol. 59, No. 3, August 2013 A High Performance Deblocking Filter Hardware for High Efficiency Video Coding Erdem Ozcan, Yusuf Adibelli, Ilker Hamzaoglu, Senior

More information

LUT Optimization for Memory Based Computation using Modified OMS Technique

LUT Optimization for Memory Based Computation using Modified OMS Technique LUT Optimization for Memory Based Computation using Modified OMS Technique Indrajit Shankar Acharya & Ruhan Bevi Dept. of ECE, SRM University, Chennai, India E-mail : indrajitac123@gmail.com, ruhanmady@yahoo.co.in

More information

A VLSI Architecture for Variable Block Size Video Motion Estimation

A VLSI Architecture for Variable Block Size Video Motion Estimation A VLSI Architecture for Variable Block Size Video Motion Estimation Yap, S. Y., & McCanny, J. (2004). A VLSI Architecture for Variable Block Size Video Motion Estimation. IEEE Transactions on Circuits

More information

A video signal processor for motioncompensated field-rate upconversion in consumer television

A video signal processor for motioncompensated field-rate upconversion in consumer television A video signal processor for motioncompensated field-rate upconversion in consumer television B. De Loore, P. Lippens, P. Eeckhout, H. Huijgen, A. Löning, B. McSweeney, M. Verstraelen, B. Pham, G. de Haan,

More information

other islands for four players violin, soprano sax, piano & computer nick fells 2009

other islands for four players violin, soprano sax, piano & computer nick fells 2009 fo fou playes violin, sopano sax, piano compute nick fells 2009 nick fells fo ensemle intégales, octoe 2009 this piece is fo fou playes: sopano sax, violin, piano and compute (ith maxmsp softae) it lasts

More information

A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension

A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension 05-Silva-AF:05-Silva-AF 8/19/11 6:18 AM Page 43 A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension T. L. da Silva 1, L. A. S. Cruz 2, and L. V. Agostini 3 1 Telecommunications

More information

Content-Based Movie Recommendation Using Different Feature Sets

Content-Based Movie Recommendation Using Different Feature Sets Poceedings of the Wold Congess on Engineeing and Compte Science 202 Vol, Octobe 24-26, 202, San Fancisco, USA Content-Based Movie Recommendation Using Diffeent Feate Sets Mahiye Ulyagm, Zeha Cataltepe

More information

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Ju-Heon Seo, Sang-Mi Kim, Jong-Ki Han, Nonmember Abstract-- In the H.264, MBAFF (Macroblock adaptive frame/field) and PAFF (Picture

More information

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS IMPLEMENTATION OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS 1 G. Sowmya Bala 2 A. Rama Krishna 1 PG student, Dept. of ECM. K.L.University, Vaddeswaram, A.P, India, 2 Assistant Professor,

More information

LUT Optimization for Distributed Arithmetic-Based Block Least Mean Square Adaptive Filter

LUT Optimization for Distributed Arithmetic-Based Block Least Mean Square Adaptive Filter LUT Optimization for Distributed Arithmetic-Based Block Least Mean Square Adaptive Filter Abstract: In this paper, we analyze the contents of lookup tables (LUTs) of distributed arithmetic (DA)- based

More information

International Journal of Engineering Trends and Technology (IJETT) - Volume4 Issue8- August 2013

International Journal of Engineering Trends and Technology (IJETT) - Volume4 Issue8- August 2013 International Journal of Engineering Trends and Technology (IJETT) - Volume4 Issue8- August 2013 Design and Implementation of an Enhanced LUT System in Security Based Computation dama.dhanalakshmi 1, K.Annapurna

More information

Research Article Design and Implementation of High Speed and Low Power Modified Square Root Carry Select Adder (MSQRTCSLA)

Research Article Design and Implementation of High Speed and Low Power Modified Square Root Carry Select Adder (MSQRTCSLA) Research Journal of Applied Sciences, Engineering and Technology 12(1): 43-51, 2016 DOI:10.19026/rjaset.12.2302 ISSN: 2040-7459; e-issn: 2040-7467 2016 Maxwell Scientific Publication Corp. Submitted: August

More information

A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY

A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY Andea Cogliati Univesity of Rocheste Electical and Compute Engineeing andea.cogliati@ocheste.edu Zhiyao Duan Univesity of Rocheste Electical and Compute

More information

SCP725 Series. 3M It s that Easy! Picture this:

SCP725 Series. 3M It s that Easy! Picture this: 3M Supe lose Pojection Systems SP725 Seies with Simply Inteactive 3M It s that Easy! Pictue this: Students acing to the boad Feedom to choose any inteactive softwae that fits you lesson plans Teaches effotlessly

More information

Implementation of Low Power and Area Efficient Carry Select Adder

Implementation of Low Power and Area Efficient Carry Select Adder International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 8 ǁ August 2014 ǁ PP.36-48 Implementation of Low Power and Area Efficient Carry Select

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 ) Aida S Tharakan a *, Binu K Mathew b

Available online at  ScienceDirect. Procedia Computer Science 46 (2015 ) Aida S Tharakan a *, Binu K Mathew b Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1409 1416 International Conference on Information and Communication Technologies (ICICT 2014) Design and Implementation

More information

Deal or No Deal? Decision Making under Risk in a Large-Payoff Game Show

Deal or No Deal? Decision Making under Risk in a Large-Payoff Game Show Deal o No Deal? Decision Making unde Risk in a Lage-Payoff Game Show Thiey Post, Matijn J. van den Assem, Guido Baltussen and Richad H. Thale * Published in the Ameican Economic Review, Mach 2008 (98:1),

More information

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation Flagger Control for esurfacing or Moving Operation 5 5 WOK AEA 5 5 DEVICE MINIMUM SET 1 SET SET THIS SET OF SIGNS IS PLACED WITH SIGN LEGEND TUNED AWAY FOM BOTH DIECTIONS OF TAFFIC UNTIL ESUFACING OPEATIONS

More information

EWCM 900. technical user manual. electronic controller for compressors and fans

EWCM 900. technical user manual. electronic controller for compressors and fans EWCM 900 technical use manual electonic contolle fo compessos and fans Summay 1. INTRODUCTION...5 1.1. VERSIONS... 5 1.2. GENERAL CHARACTERISTICS... 5 2. USER INTERFACE...6 2.1. COMPRESSOR SECTION... 6

More information

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA

Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Volume-6, Issue-3, May-June 2016 International Journal of Engineering and Management Research Page Number: 753-757 Implementation and Analysis of Area Efficient Architectures for CSLA by using CLA Anshu

More information

128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY

128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY 128 BIT CARRY SELECT ADDER USING BINARY TO EXCESS-ONE CONVERTER FOR DELAY REDUCTION AND AREA EFFICIENCY 1 Mrs.K.K. Varalaxmi, M.Tech, Assoc. Professor, ECE Department, 1varuhello@Gmail.Com 2 Shaik Shamshad

More information

Design of Memory Based Implementation Using LUT Multiplier

Design of Memory Based Implementation Using LUT Multiplier Design of Memory Based Implementation Using LUT Multiplier Charan Kumar.k 1, S. Vikrama Narasimha Reddy 2, Neelima Koppala 3 1,2 M.Tech(VLSI) Student, 3 Assistant Professor, ECE Department, Sree Vidyanikethan

More information

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Vinaykumar Bagali 1, Deepika S Karishankari 2 1 Asst Prof, Electrical and Electronics Dept, BLDEA

More information

Memory interface design for AVS HD video encoder with Level C+ coding order

Memory interface design for AVS HD video encoder with Level C+ coding order LETTER IEICE Electronics Express, Vol.14, No.12, 1 11 Memory interface design for AVS HD video encoder with Level C+ coding order Xiaofeng Huang 1a), Kaijin Wei 2, Guoqing Xiang 2, Huizhu Jia 2, and Don

More information

An Efficient Reduction of Area in Multistandard Transform Core

An Efficient Reduction of Area in Multistandard Transform Core An Efficient Reduction of Area in Multistandard Transform Core A. Shanmuga Priya 1, Dr. T. K. Shanthi 2 1 PG scholar, Applied Electronics, Department of ECE, 2 Assosiate Professor, Department of ECE Thanthai

More information

Express Letters. A Novel Four-Step Search Algorithm for Fast Block Motion Estimation

Express Letters. A Novel Four-Step Search Algorithm for Fast Block Motion Estimation IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 6, NO. 3, JUNE 1996 313 Express Letters A Novel Four-Step Search Algorithm for Fast Block Motion Estimation Lai-Man Po and Wing-Chung

More information

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation Flagger Control for esurfacing or Moving Operation 5 DEVICE MINIMUM WOK AEA SET 1 SET SET 3 SET 4 ACTIVE INACTIVE ACTIVE INACTIVE SIGN SETS 1 AND 3 AE ACTIVE AND (I.E., SIGNS FACE ONCOMING TAFFIC). SIGN

More information

FM ACOUSTICS NEWS. News for Professionals. News for Domestic Users. Acclaimed the world over: The Resolution Series TM Phono Linearizers/Preamplifiers

FM ACOUSTICS NEWS. News for Professionals. News for Domestic Users. Acclaimed the world over: The Resolution Series TM Phono Linearizers/Preamplifiers FM ACOUSTICS NEWS Volume 8, Sping 1997 News fo Domestic Uses Phono Lineaizes/Peamplifies 1 The Futue of Analog 3 The Inspiation System 4 Unique Potection Systems 5 Tuneable speake cables 6 Impoving the

More information

Memory Efficient VLSI Architecture for QCIF to VGA Resolution Conversion

Memory Efficient VLSI Architecture for QCIF to VGA Resolution Conversion Memory Efficient VLSI Architecture for QCIF to VGA Resolution Conversion Asmar A Khan and Shahid Masud Department of Computer Science and Engineering Lahore University of Management Sciences Opp Sector-U,

More information

THE USE OF forward error correction (FEC) in optical networks

THE USE OF forward error correction (FEC) in optical networks IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 8, AUGUST 2005 461 A High-Speed Low-Complexity Reed Solomon Decoder for Optical Communications Hanho Lee, Member, IEEE Abstract

More information

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.210

More information

TABLE OF CONTENTS. Jacobson and the Meaningful Life Center. Introduction: Birthday Greeting from Rabbi Simon. Postscript: Do You Matter?

TABLE OF CONTENTS. Jacobson and the Meaningful Life Center. Introduction: Birthday Greeting from Rabbi Simon. Postscript: Do You Matter? TABLE OF CONTENTS Intoduction: Bithday Geeting fom Rabbi Simon Jacobson and the Meaningful Life Cente STEP 1. Pesonal Intospection STEP 2. Intensify and Initiate STEP 3. Give Additional Chaity STEP 4.

More information

A Fast Constant Coefficient Multiplier for the XC6200

A Fast Constant Coefficient Multiplier for the XC6200 A Fast Constant Coefficient Multiplier for the XC6200 Tom Kean, Bernie New and Bob Slous Xilinx Inc. Abstract. We discuss the design of a high performance constant coefficient multiplier on the Xilinx

More information

ALONG with the progressive device scaling, semiconductor

ALONG with the progressive device scaling, semiconductor IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 57, NO. 4, APRIL 2010 285 LUT Optimization for Memory-Based Computation Pramod Kumar Meher, Senior Member, IEEE Abstract Recently, we

More information

A Novel Architecture of LUT Design Optimization for DSP Applications

A Novel Architecture of LUT Design Optimization for DSP Applications A Novel Architecture of LUT Design Optimization for DSP Applications O. Anjaneyulu 1, Parsha Srikanth 2 & C. V. Krishna Reddy 3 1&2 KITS, Warangal, 3 NNRESGI, Hyderabad E-mail : anjaneyulu_o@yahoo.com

More information

CpE 442. Designing a Pipeline Processor (lect. II)

CpE 442. Designing a Pipeline Processor (lect. II) CpE 442 Designing a Pipeline Pocesso (lect. II) CPE 442 hazads.1 Otline of Today s Lecte Recap and Intodction (5 mintes) Intodction to Hazads (15 mintes) Fowading (25 mintes) 1 cycle Load Delay (5 mintes)

More information

Jun-Hao Zheng et al.: An Efficient VLSI Architecture for MC of AVS HDTV Decoder 371 ture for MC which contains a three-stage pipeline. The hardware ar

Jun-Hao Zheng et al.: An Efficient VLSI Architecture for MC of AVS HDTV Decoder 371 ture for MC which contains a three-stage pipeline. The hardware ar May 2006, Vol.21, No.3, pp.370 377 J. Comput. Sci. & Technol. An Efficient VLSI Architecture for Motion Compensation of AVS HDTV Decoder Jun-Hao Zheng 1;3 (ΨΞ ), Lei Deng 2 ( Π), Peng Zhang 1;3 (Φ ±),

More information

Spreadsheet analysis of a hierarchical control system model of behavior. RICHARD S. MARKEN Aerospace Corporation, Los Angeles, California

Spreadsheet analysis of a hierarchical control system model of behavior. RICHARD S. MARKEN Aerospace Corporation, Los Angeles, California Behavio Reseach Methods, Instuments, & Comutes 1990, 22 (4), 349-359 - METHODS & DESIGNS Seadsheet analysis of a hieachical contol system model of behavio RICHARD S. MARKEN Aeosace Cooation, Los Angeles,

More information

Cross-Cultural Music Phrase Processing:

Cross-Cultural Music Phrase Processing: Human Bain Mapping 29:312 328 (2008) Coss-Cultual Music Phase Pocessing: An fmri Study Yun Nan, 1,2 Thomas R. Knösche, 1,3 * Stefan Zysset, 1 and Angela D. Fiedeici 1 1 Max Planck Institute fo Human Cognitive

More information

ABOVE CEILING. COORDINATE WITH AV INSTALLER FOR INSTALLATION OF SURGE SUPRESSION AND TERMINATION OF OUTLET IN CEILING BOX

ABOVE CEILING. COORDINATE WITH AV INSTALLER FOR INSTALLATION OF SURGE SUPRESSION AND TERMINATION OF OUTLET IN CEILING BOX - VISUAL SYSTEMS EQUIPMENT LAYOUT SYMBOLS POVIDED BY AV CONTACTO POVIDED BY ELECTICAL CONTACTO/GENEAL CONTACTO POVIDED BY DATA/VOICE CABLING CONTACTO SYMBOL DESCIPTION EQUIPMENT NOTES EQUIPMENT POWE POWE

More information

ISSN:

ISSN: 427 AN EFFICIENT 64-BIT CARRY SELECT ADDER WITH REDUCED AREA APPLICATION CH PALLAVI 1, VSWATHI 2 1 II MTech, Chadalawada Ramanamma Engg College, Tirupati 2 Assistant Professor, DeptofECE, CREC, Tirupati

More information

Fully Pipelined High Speed SB and MC of AES Based on FPGA

Fully Pipelined High Speed SB and MC of AES Based on FPGA Fully Pipelined High Speed SB and MC of AES Based on FPGA S.Sankar Ganesh #1, J.Jean Jenifer Nesam 2 1 Assistant.Professor,VIT University Tamil Nadu,India. 1 s.sankarganesh@vit.ac.in 2 jeanjenifer@rediffmail.com

More information

LUT OPTIMIZATION USING COMBINED APC-OMS TECHNIQUE

LUT OPTIMIZATION USING COMBINED APC-OMS TECHNIQUE LUT OPTIMIZATION USING COMBINED APC-OMS TECHNIQUE S.Basi Reddy* 1, K.Sreenivasa Rao 2 1 M.Tech Student, VLSI System Design, Annamacharya Institute of Technology & Sciences (Autonomous), Rajampet (A.P),

More information

Adaptive Key Frame Selection for Efficient Video Coding

Adaptive Key Frame Selection for Efficient Video Coding Adaptive Key Frame Selection for Efficient Video Coding Jaebum Jun, Sunyoung Lee, Zanming He, Myungjung Lee, and Euee S. Jang Digital Media Lab., Hanyang University 17 Haengdang-dong, Seongdong-gu, Seoul,

More information

Motion Compensation Hardware Accelerator Architecture for H.264/AVC

Motion Compensation Hardware Accelerator Architecture for H.264/AVC Motion Compensation Hardware Accelerator Architecture for H.264/AVC Bruno Zatt 1, Valter Ferreira 1, Luciano Agostini 2, Flávio R. Wagner 1, Altamiro Susin 3, and Sergio Bampi 1 1 Informatics Institute

More information

Memory efficient Distributed architecture LUT Design using Unified Architecture

Memory efficient Distributed architecture LUT Design using Unified Architecture Research Article Memory efficient Distributed architecture LUT Design using Unified Architecture Authors: 1 S.M.L.V.K. Durga, 2 N.S. Govind. Address for Correspondence: 1 M.Tech II Year, ECE Dept., ASR

More information

Design and Implementation of High Speed 256-Bit Modified Square Root Carry Select Adder

Design and Implementation of High Speed 256-Bit Modified Square Root Carry Select Adder Design and Implementation of High Speed 256-Bit Modified Square Root Carry Select Adder Muralidharan.R [1], Jodhi Mohana Monica [2], Meenakshi.R [3], Lokeshwaran.R [4] B.Tech Student, Department of Electronics

More information

LUT Design Using OMS Technique for Memory Based Realization of FIR Filter

LUT Design Using OMS Technique for Memory Based Realization of FIR Filter International Journal of Emerging Engineering Research and Technology Volume. 2, Issue 6, September 2014, PP 72-80 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) LUT Design Using OMS Technique for Memory

More information

A Practical and Historical Guide to Johann Sebastian Bach s Solo in A Minor BWV 1013

A Practical and Historical Guide to Johann Sebastian Bach s Solo in A Minor BWV 1013 Southen Illinois Univesity Cabondale OpenSIUC Aticles School of Music Sping 2017 A Pactical and Histoical Guide to Johann Sebastian Bach s Solo in A Mino BWV 1013 Douglas Wothen wothen@siu.edu Follow this

More information

A CYCLES/MB H.264/AVC MOTION COMPENSATION ARCHITECTURE FOR QUAD-HD APPLICATIONS

A CYCLES/MB H.264/AVC MOTION COMPENSATION ARCHITECTURE FOR QUAD-HD APPLICATIONS 9th European Signal Processing Conference (EUSIPCO 2) Barcelona, Spain, August 29 - September 2, 2 A 6-65 CYCLES/MB H.264/AVC MOTION COMPENSATION ARCHITECTURE FOR QUAD-HD APPLICATIONS Jinjia Zhou, Dajiang

More information

Design & Simulation of 128x Interpolator Filter

Design & Simulation of 128x Interpolator Filter Design & Simulation of 128x Interpolator Filter Rahul Sinha 1, Sonika 2 1 Dept. of Electronics & Telecommunication, CSIT, DURG, CG, INDIA rsinha.vlsieng@gmail.com 2 Dept. of Information Technology, CSIT,

More information

Clock Gating Aware Low Power ALU Design and Implementation on FPGA

Clock Gating Aware Low Power ALU Design and Implementation on FPGA Clock Gating Aware Low ALU Design and Implementation on FPGA Bishwajeet Pandey and Manisha Pattanaik Abstract This paper deals with the design and implementation of a Clock Gating Aware Low Arithmetic

More information

The main design objective in adder design are area, speed and power. Carry Select Adder (CSLA) is one of the fastest

The main design objective in adder design are area, speed and power. Carry Select Adder (CSLA) is one of the fastest ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com IMPLEMENTATION OF FAST SQUARE ROOT SELECT WITH LOW POWER CONSUMPTION V.Elanangai*, Dr. K.Vasanth Department of

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 9, September-2014 917 The Power Optimization of Linear Feedback Shift Register Using Fault Coverage Circuits K.YARRAYYA1, K CHITAMBARA

More information

Research Article Low Power 256-bit Modified Carry Select Adder

Research Article Low Power 256-bit Modified Carry Select Adder Research Journal of Applied Sciences, Engineering and Technology 8(10): 1212-1216, 2014 DOI:10.19026/rjaset.8.1086 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

IC FOR MOTION-COMPENSATED DE-INTERLACING, NOISE REDUCTION, AND PICTURE-RATE CONVERSION

IC FOR MOTION-COMPENSATED DE-INTERLACING, NOISE REDUCTION, AND PICTURE-RATE CONVERSION IC FOR MOTION-COMPENSATED DE-INTERLACING, NOISE REDUCTION, AND PICTURE-RATE CONVERSION Gerard de Haan Philips Research Laboratories, Eindhoven, The Netherlands ABSTRACT An IC 1 for consumer television

More information

An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency

An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency Journal From the SelectedWorks of Journal December, 2014 An optimized implementation of 128 bit carry select adder using binary to excess-one converter for delay reduction and area efficiency P. Manga

More information

VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS. Mihoko Teshigawara

VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS. Mihoko Teshigawara 1. INTRODUCTION VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS Mihoko Teshigawaa Depatment oflinguistics Univesity ofvictoia, B.C., Canada Japanese anime, an animation

More information

Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC

Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC http://dx.doi.org/10.5573/jsts.2013.13.5.430 JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.13, NO.5, OCTOBER, 2013 Design of a Fast Multi-Reference Frame Integer Motion Estimator for H.264/AVC Juwon

More information

Block Diagram. pixin. pixin_field. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. pixels_per_line. lines_per_field. pixels_per_line [11:0]

Block Diagram. pixin. pixin_field. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. pixels_per_line. lines_per_field. pixels_per_line [11:0] Rev 13 Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA and ASIC Supplied as human readable VHDL (or Verilog) source code reset deint_mode 24-bit RGB video support

More information

IN DIGITAL transmission systems, there are always scramblers

IN DIGITAL transmission systems, there are always scramblers 558 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 53, NO. 7, JULY 2006 Parallel Scrambler for High-Speed Applications Chih-Hsien Lin, Chih-Ning Chen, You-Jiun Wang, Ju-Yuan Hsiao,

More information