RESEARCH AND DEVELOPMENT LOW-COST BOARD FOR EXPERIMENTAL VERIFICATION OF VIDEO PROCESSING ALGORITHMS USING FPGA IMPLEMENTATION

Size: px
Start display at page:

Download "RESEARCH AND DEVELOPMENT LOW-COST BOARD FOR EXPERIMENTAL VERIFICATION OF VIDEO PROCESSING ALGORITHMS USING FPGA IMPLEMENTATION"

Transcription

1 RESEARCH AND DEVELOPMENT LOW-COST BOARD FOR EXPERIMENTAL VERIFICATION OF VIDEO PROCESSING ALGORITHMS USING FPGA IMPLEMENTATION Filipe DIAS, Igor OLIVEIRA, Flávia FREITAS, Francisco GARCIA and Paulo CUNHA Graduate Program on Electrical Engineering and Department of Electronic Engineering and Telecommunication Pontifical Catholic University of Minas Gerais Belo Horizonte, MG, Brazil ABSTRACT This paper proposes an architecture of a low-cost board for research and development engineering projects on video hardware processing. The current educational market lacks platforms for such designs and the majority of published scientific works only present software simulations. The presented platform enables the verification of the video operators under real experimental constraints, which are imperative to determine performance criteria for real time processing. It is composed of three modules: (i) the Video Input Interface ( VII ), that receives the ITU-R BT.601 interlaced digital video stream and delivers progressive digital video represented by the three parallel components Y C b C r; (ii) the Video Processing Module ( VPM ), that implements a generic video processor, according to the user s need; (iii) the Video Output Interface ( VOI ), which converts video components from Y C b C r to RGB. The architecture is both technology and manufacturer independent and has been implemented and verified in the Altera EP2C70F896C6 FPGA of Terasic s DE2-70 board. The main constitutive blocks have been developed using VHDL and the simpler, most generic ones, have been designed using Quartus II s megafunctions. The VII and the VOI modules have occupied together an area smaller than one percent of the FPGA s total capacity, leaving a great area dedicated to the Video Processing Module. Keywords: Research and development on video processing, ITU- R BT.601, VGA, real time hardware processing, real experimental constraints, FPGA, VHDL. I. INTRODUCTION Nowadays, scientific works on image and video processing are usually restricted to the verification of the algorithms through software simulation and are only verified in simulation environments like MATLAB. This is due to the lack of low-cost platforms in the educational market that can enable the verification of real time video processing algorithms through experimental hardware implementations. However, the simple verification through simulation procedures does not detect problems that frequently occur in experimental tests, such as the limited quantity of bits to represent the analog signals, the processing time and the circuit latency, the memory required and the power consumption, among others. Some recent works, developed in the borderline between video Authors should thank FAPEMIG (Foundation for Research Support of State of Minas Gerais), for providing the necessary equipment and for supporting the Scientific Initiation Scholarship in the PROBIC-FAPEMIG agreement, for which authors should also thank the Pontifical Catholic University of Minas Gerais. processing and hardware architectures, have shown this preocupation [1]-[3]. Besides, image and video processing applications usually present a high level of data parallelism, a feature which makes hardware realizations very appropriate for implementation, in detriment of software realizations, whose processing is normally sequential. This paper proposes a low-cost platform for scientific research and technological innovation projects on still image or video real time processing. The platform receives a digital video signal in the ITU-R BT.601 standard [4] (which is the default output from analog-to-digital standard definition TV converters), enabling its color components (Y C b C r or RGB) to be processed by generic operators (such as encoding and decoding algorithms, image analysis, image restoration, image convolution and interpolation, among others). The platform also enables the visualization of either the input video or the processed video in a VGA (Video Graphics Array) monitor. The board consists of two digital interfaces, named Video Input Interface ( VII ) and Video Output Interface ( VOI ), and also of a Video Processing Module ( VPM ). The VII aims at adapting data provenient from the TV decoder (presented in ITU-R BT.601 format) into a more adequate representation (supporting parallel channels for Y C b C r ) in order to independently and simultaneously process video components. The processing algorithms depend on the user s need and are implemented in the VPM. The VOI is responsible for transforming the video signal represented by its Y C b C r components (from the output of the VII or from the output of the VPM ) into the VGA format, in order to be visualized in a computer monitor. Alternatively, the outputs of the VII can be connected to the inputs of the VOI, in order to adapt color video representation from Y C b C r to RGB, on which VPM can operate. That is, the VPM can choose between processing Y C b C r or RGB. The proposed hardware architecture for the board is both technology and manufacturer independent, allowing various device options for implementation. This architecture has been verified through implementation on Terasic s DE2-70 board, which already provides analog video inputs, the TV decoder ADV7180 and the FPGA (Field Programmable Gate Array) Altera EP2C70F896C6, in which both the interfaces and a simple VPM, for demonstration, have been implemented. The design has been developed in Altera s Quartus II tool suite. This realization using the DE2-70 board makes the low-cost Terasic s development board suitable for research and innovation developments in the area of real time video processing and analysis, such as computer vision, among others. The paper is organized in the following sequence: Section II presents the proposed board s architecture and a general description of the proposed input and output interfaces. Section III de-

2 Fig. 1. The proposed hardware architecture scribes the implementation of both the video interfaces into the DE2-70 board. Finally, Section IV shows a simple VPM that implements a one-dimensional convolution algorithm. The main conclusions of this paper are related in Section V. II. THE PROPOSED BOARD S ARCHITECTURE Figure 1 presents the hardware architecture proposed for the real time video processing board. Usually, video operators manipulate image color components separatly. For this reason, they need these components provided by distinct parallel datapaths. However, the ITU-R BT.601 standard provides three multiplexed color components in the same datapath, as shown in Figure 2 [5]. Moreover, the ITU-R BT.601 presents an interlaced video stream with 30 frames per second (each frame with pixels). Therefore, there are two image fields captured in different times: the field constituted by the odd video lines and the field composed of the even video lines. Timing information on the ITU-R BT.601 standard is inserted into the video stream through special data sequences [5]. These sequences indicate Start of Active Video (SAV) and End of Active Video (EAV), in each video line. ITU-R BT.601 uses the H (horizontal blanking), V (vertical blanking) and F (field) control signals to compose information related to timing control: F = 0 for field 1 and F = 1 for field 2, V = 1 during vertical blanking, H becomes 0 during SAV and H turns becomes 1 during EAV (that is, H = 1 during horizontal blanking). Both SAV and EAV are constituted by the preamble and the status word. The SAV s preamble is identic to the EAV s preamble, which is formed by the following sequence of data words: F F H, 00 H, 00 H. The data word that follows these three words is the status word, usually identified by XY Z H. It is the status word that differentiates a SAV sequence from an EAV sequence, depending on the H bit. The status word is also used to inform the timing signals V (which indicates vertical blanking) and F. Signals V and F, obviously, only change during EAV sequences. A video line starts with the beginning of an EAV sequence. Next comes the horizontal blanking (with 268 samples), and then a SAV sequence follows. The active video samples only start to be transmitted after the SAV sequence. Y :C b :C r (the luminance and the two chrominances components) data is provided in 4:2:2 format (the Y component is informed for all the samples, while the chrominance components are only transmitted on the even samples) and the active video stream always begins with a C b sample. In the multiplexed sequence, the co-situated samples (those that correspond to the same pixel) are put sequentially in the following order: C b, Y, C r. No chrominance information is transmitted for odd pixels. So, during an active video line 720 samples of Y are transmitted (Y 0 Y 719 ), but only 360 samples of C b and 360 samples of C r occur (only for even samples). The final active sample, corresponding to Y 719, is also the last sample of the video line. The Video Input Interface ( VII ) receives a 27 MHz clock, a reset signal and the video stream in ITU-R BT.601 standard as inputs. This video stream is converted into a video with 60 frames per second (progressive video, instead of interlaced video), with resolution (the same as ITU-R BT.601), at 4:4:4 format (the three components Y, C b and C r are transmitted for all Fig. 3. Interconnection among video devices and DE2-70 Terasic s board pixels), with independent and parallel datapaths (instead of multiplexed samples) for the luminance Y and for the chrominances C b and C r. In this way, the video components can be processed by a generic VPM and the resulting video can then be visualized in a VGA monitor, through the VOI. The circuit implemented on the VPM is customized to the user s needs and depends on the video application. It presents a latency of N clock cycles, which is determined by the complexity of the implemented algorithm. The synchronism signals and the blanking signal provided as outputs by this module have to be identical to the outputs supplied by the VII, but N clock cycles delayed. The second interface, named Video Output Interface ( VOI ), is responsible for transforming a video signal represented by its components Y C b C r into a video signal represented by its components RGB. These components can be delivered to a VPM that process RGB components (instead of Y C b C r ) or to a DAC (digital-to-analog converter), along with the timing signals and the synchronism signals, in order to allow the video signal to be reconstructed on a VGA monitor. Eventually, when the application is restricted to the visualization of the input video, the VPM may be suppressed and the VOI can receive the outputs signals from the VII directly as inputs. III. EXPERIMENTAL REALIZATION OF THE VIDEO INTERFACES The proposed architecture has been implemented and verified on Terasic s DE2-70 board [6] for development and educational purposes. This board has been chosen due to: its low cost (its price is USD 300 for any researcher); the multimedia interfaces supplied (such as TV decoder and VGA output); its storage devices and the large capacity of the EP2C70F896C6 Altera Cyclone R II FPGA, equipped with almost 70,000 logic elements that allow complex algorithms to be implemented. Figure 3 shows the communication mechanism among the interfaces proposed in this paper and the integrated circuits on the DE2-70(ADC - analog to digital converter, and DAC - digital to analog converter) utilized. The DE2-70 board supplies two TV decoders (ADV7180 [7]) that convert an analog TV signal into a ITU-R BT.601 video stream. The board also provides a DAC (ADV7123 [8]) that allows the connection of the FPGA outputs to the VGA port. The proposed architecture has been implemented using a modular and hierarchical approach, aiming at an easy and practical development both in the design and in the test steps. The bottom level of the architecture, which implements the constitutive blocks of the video interfaces, has been designed using either Quartus II s megafunctions or VHDL (Hardware Description Language for Veryhigh speed integrated circuits) [9]. This section first presents the

3 Fig. 2. Horizontal timing at a video line scanning in ITU-R BT.601 standard (4:2:2 Y :C b :C r ; 720 active samples per line; 27 MHz clock) top of the hierarchy (a schematic file) for the video input and output interfaces, for the case of monochromatic video, with detailed explanations of each block s behavior. The implementation for monochromatic video is a little simpler than the one for color video, since the luminance is used and the chrominance components are discarded. Afterwards, this section also presents the necessary modifications to adapt the implementation of the input and output interfaces for color video. III-A. Video Input Interface ( VII ) for Monochromatic Video In Figure 4, the top of the hierarchy is shown for the Video Input Interface ( VII ), in which the blocks BT.601 Decoder, Sync H, Sync V, Sample Counter and Demux lb enable have been described using VHDL. The simpler and more generic blocks, line buffer and mux line buffer out, have been developed using Quartus II s megafunctions. Since BT.601 provides an interlaced video stream, but VGA is a progressive video standard, a deinterlace operation must be carried out in the VII. In progressive video, all the lines in a frame are sequentially sent. Unlike that, in interlaced video, odd lines, taken at time t 1, compose field 1 and are sent first. Even lines are taken at time t 2, constitute field 2 and are sent after the odd lines. The deinterlace operation consists of using the fields of interlaced video to estimate the missing lines of the frame, at each time t i. In the VII, the method used to implement the deinterlace operation is line repetition. In spite of being the most rudimental available method, it can be implemented without using memory external to the FPGA, since it is possible to storage a few lines in FPGA s embedded memory. Each line buffer block implements a memory capable of storing one video line. The BT.601 bitstream is the input of the block BT.601 decoder, which is in charge of identifying the preamble sequence and translating the status words into the signals SAV, EAV and Field, all described in Section II. The bitstream is also sent to the blocks line buffer, in order to be stored. The block sample counter, through its output sample, implements a counter to provide the writing addresses for the blocks line buffer. Since only the luminance Y is taken (that is, the chrominance components are discarded), the least significant bit of the output sample of the block sample counter is used as an activation signal for the blocks line buffer. The reason for this procedure is that the least significant bit is always 1 at Y samples (and it is 0 for all the chrominance samples) and, by this procedure, only the Y samples are stored in the buffers. Since the video transmission is intended to be made in real time, reading and writing of video lines must occur simultaneously. For this reason, two line buffer blocks have been implemented. While one of the blocks line buffer is used to store the Y samples relative to a video line, the other line buffer is read in order to transmit the Y samples relative to a previous line which has been previously stored. At the start of each new video line, the function of each line buffer block is switched, that is, the input streams Y samples are written in the line buffer that was being read, and the line buffer which was being written to then starts to be read. The least significant bit of the sample output from the sample counter block is connected to the input signal of the demux lb enable block, which addresses this signal to one of its outputs, out0 or out1. These outputs are connected to the wren (writing enable) inputs of each one of the line buffer blocks, which control the reading and writing enabling of these blocks. The demux lb enable block also produces the rd sel signal, which commutes every rising edge of SAV signal (provided by the BT.601 decoder block). The rd sel signal is the selection bit of the multiplexer implemented in the mux line buffer out block, which is in charge of the correct transmission of the signals from the outputs of the line buffer blocks to the result output. In order to implement the line repetition necessary for the deinterlace process, each line buffer block must be read twice, while the storage of the following line to be read is done in the other line buffer block. The sync H block, which is responsible for the VGA video s horizontal synchronism, is also in charge of the double reading of each line from the line buffer block. It implements a counter that supplies the reading address for the line buffer blocks. So, during the time interval in which the sample counter block counts from 0 to 1715 (1716 samples the total: 4 samples of EAV sequence, followed by 268 blanking samples, other 4 samples of SAV sequence and, finally, 1440 active video samples), the sync H block counts only from 0 to 857, that is, the sync H block produces all the addresses for reading of the samples of one specific line for two times consecutively, while the sample counter block generates the writing addresses for storing each sample only once. It is important to note that the total number of addresses is the same, since the least significant bit of the sample output of the sample counter block is not used to compose the address. The counters implemented in the sample counter and sync H blocks are cleared by the SAV signal, which enforces the synchronism with the BT.601 bitstream video. The sync V block implements a counter from 0 to 524 and operates as a line counter. The sync H block has an output named ena cont V out, which remains high during the last sample of each line. This signal is connected to the sync V block and makes its counter state increment one at the clock s following rising edge. The sync H and sync V blocks are also responsible for generating the H SYNC, H BLANK, V SYNC and V BLANK signals. These signals s production is based on the count values implemented in each block. At the sync H block, the H SYNC

4 Fig. 4. Implementation of Video Input Interface ( VII ) signal is low between the samples 745 and 847 and it stays high at the other samples. The H BLANK signal stays low between samples 720 and 857 (non active samples) and it stays high at the other samples. At the sync V block, the V SYNC signal is low between lines 11 and 13 and it is high at the other lines. The H BLANK signal remains low between lines 10 and 44 (non active lines) and it is high at the other lines. The H BLANK and V BLANK signals are later used to produce a signal named Blanking. The Field signal from the BT.601 Decoder block is connected to the V SYNC block and a falling edge at the Field signal turns the count of the V SYNC block to the value four, synchronizing it with the BT.601 bitstream (the high to low transition of the Field signal occurs in the beginning of line 4). III-B. Video Output Interface ( VOI ) for Monochromatic Video Figure 5 shows the VOI, which is composed of only one block, which has been developed using VHDL and is responsible for the components conversion and for the contrast adjustment. Contrast is the range of possible values for video components. In the ITU-R BT.601 standard, this range is limited to However, VGA monitors do not present this limitation and can reproduce video signals at a larger range. The contrast block converts the Y values in the range, from either VII or VPM, to the range, through the expression 1 and then each of the RGB components, in the case of monochromatic video, are made equal to Y, Y = (Y 16) 1, (1) in which Y is the adjusted Y value and Y is the luminance value before the contrast adjustment. Figure 6 presents the implementation of the proposed platform, operating with a NTSC TV signal originated from a video camera. In this implementation, the VPM has been suppressed and the platform application has been restricted to the visualization of the interlaced video input in a VGA monitor. III-C. Modifications into the Input and Output Video Interfaces to Reconstruct Color Video In order to provide color VGA, it is also necessary to process C b and C r components. As it can be seen in Figure 2, C b and C r Fig. 5. Symbol for the Video Output Interface ( VOI ) are subsampled and an interpolation operation must be carried out to estimate the missing chrominance samples (corresponding to odd pixels). The interp block, shown in Figure 7, implements an interpolation with a Lanczos Filter that uses eight samples (four samples before and four samples after the sample to be estimated) to determine each missing chrominance sample. The BT.601 bitstream that comes from the BT.601 decoder block is the d in[7..0] input for the interp block, whose main outputs are the signals Y, C b and C r. The interp block has a latency of eight clock cycles. Therefor, it is necessary that the synchronism signals SAV and EAV are equally delayed by the interp block. Just like the Y samples, the chrominance components (that are provided for all video samples by the interp block), must be stored in order to enable the conversion from interlaced video into progressive video. Because of that, other four line buffer blocks must be included (two dedicated to store C b samples and two other to store C r samples from one video line). The signals necessary to control these blocks operation are the already existent signals used to control the storage of Y samples in the previous line buffer blocks. Therefore, the deinterlace process happens in the same way for Y, C b and C r samples. The circuit VII to reconstruct color video (which provides the Y, C b and C r components) is omitted because of its similarity to the one presented in Figure 4. The VOI for color video, consists on the YCbCr 2 RGB block, responsible for converting Y C b C r to RGB. It is shown at Figure 8 and implements the equations 2 to 4, by which a contrast adjustment is also implemented.

5 Fig. 8. Symbol for block YCbCr 2 RGB Table I shows some compilation results extracted from Quartus II, relative to the implementation of the two interfaces ( VII and VOI ) for color video. Fig. 6. Photograph of the implementation of Video Input and Output Interfaces Table I COMPILATION RESULTS - INPUT AND OUTPUT INTERFACES FOR COLOR VIDEO Fig. 7. Symbol for block interp Family Cyclone II Total logic elements 942/68, 416(1%) Total combinational functions 776/68, 416(1%) Dedicated logic registers 530/68, 416(< 1%) Total registers 530 Total pins 40/622(6%) Total memory bits 41, 256/1, 152, 000(4%) Embedded Multiplier 9-bit elements 0 / 300 ( 0 % ) Total PLLs 0/4(0%) R = 1.164(Y 16) (C r 128) (2) G = 1.164(Y 16) 0.813(C r 128) 0.391(C b 128) (3) B = 1.164(Y 16) (C b 128) (4) III-D. Experimental Results Figure 9 has been generated inside Altera s Quartus II design tool and it shows the temporal simulation of the color video input and output interfaces prototyping. Since the time interval for one video line is many times larger then a Y sample time, temporal simulation of two or more video lines lack visual details. It is possible to see in the BT.601 in signal some time intervals with many transitions, which correspond to the active video samples, and also other stable time intervals of value equal to 16 (correspondent to non active video, or blanking). During the first video line, the R, G and B outputs stay on zero state, since the video signal is being written at one of the line buffer blocks. As soon as the second video line begins to be transmitted (after the non active video period), the R, G and B outputs begin to receive the values from the previous line. If the R, G and B signals are compared to the BT.601 in input video stream, it is possible to notice that the first line is read twice during the time interval that the second line is transmitted. From Figure 9, one can see that the Blanking signal is active during the non active video interval, just like the H sync signal, which also occurs during the non active video period. IV. IMPLEMENTATION OF A UNIDIMENSIONAL CONVOLUTION MODULE IN THE VPM The purpose of this section is to implement a simple Video Processing Module to demonstrate an application that can be verified in the proposed Research and Development Board. It has been chosen a one-dimensional convolution module that operates directly over the RGB components (which are the VOI s outputs). A new S i value is calculated from the current S i sample (that can be a sample of either R, G or B components) following the expression: S i = Coef0Si 1 + Coef1Si + Coef2Si in which clk is a 27 MHz clock, i is the column at which the current pixel is located and Coef 0, Coef 1 and Coef 2 are constants in the range -256 to 255 which depend on the type of filter demanded by the user (low-pass, high-pass etc). Figure 10 presents the temporal simulation for the block which symbol file is given in Figure 11. Figure 10 shows that there is a latency of 6 clock periods. The signals Hsync out and Vsync out correspond to the synchronism input signals delayed by this same latency period. It can also be noted that the output frame rate is the same as the input frame rate, that is, a simple video processing application has been implemented in real time. V. CONCLUSIONS The achieved results show that the proposed architecture attends the initial objective, which is providing a low-cost board aiming at (5)

6 Fig. 9. Temporal simulation of the implementation of the video interfaces Fig. 10. Temporal simulation of the VPM that implements a one-dimensional convolution algorithm Fig. 11. Symbol for the VPM that implements a one-dimensional convolution algorithm verification of generic video algorithms beyond the limits of software simulation. In this sense, the proposed board offers an adequate infrastructure for scientific research, for technological development and for the innovation in this knowledge field, since it allows the experimental verification of real time video processing under real hardware constraints. Despite the fact that the board has been implemented into the Altera EP2C70F896C6 FPGA in Terasic s DE2-70 board, the proposed architecture is both technology and manufacturer independent. The only requirement is that the input signal of the architecture has to be a video bitstream in the BT.601 standard. Table I shows that in the presented implementation the device occupation with the video input and output interfaces is minimum, which allows the implementation of highly complex and highly computational demanding video operators in the VPM. VI. REFERENCES [1] C.A.Carneiro, Desenvolvimento de uma arquitetura paralela parametrizável de codificação JPEG-LS aplicada a imagens em altas taxas de aquisição. Dissertação de mestrado, Programa de Pós-graduação em Engenharia Elétrica, PUC Minas, 2007 (in portuguese). [2] A.R.M. Diniz, Arquitetura de hardware reconfigurável paralela dedicada para a implementação da SA-DCT. Dissertação de mestrado, Programa de Pós-graduação em Engenharia Elétrica, PUC Minas, 2007 (in portuguese). [3] P.J.C. Cunha, Arquitetura de Hardware Reconfigurável de um Circuito Dedicado para a Realização de Interpolação de Imagens. Dissertação de mestrado, Programa de Pósgraduação em Engenharia Elétrica, PUC Minas, 2009 (in portuguese). [4] ITU Recommendation BT (01/07), [5] K. Jack, Video Demystified - A Handbook for the Digital Engineer, LLH Technology Publishing, Eagle Rock, VA 24085, United States of America, ISBN , [6] Terasic Technologies DE2-70 User Manual, [7] Analog Devices 10-bit, 4x Oversampling SDTV Video Decoder ADV7180, [8] Analog Devices CMOS, 240 MHz Triple 10-Bit High Speed Video DAC ADV7123, [9] V. A. Pedroni, Circuit Design with VHDL, MIT Press, Cambridge, Massachusetts, London, England, ISBN , 2008.

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

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB3 CCIR 656 Encoder General Description The Digital Blocks DB3 CCIR 656 Encoder IP Core encodes 4:2:2 Y CbCr component digital video with synchronization signals to conform

More information

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress Nor Zaidi Haron Ayer Keroh +606-5552086 zaidi@utem.edu.my Masrullizam Mat Ibrahim Ayer Keroh +606-5552081 masrullizam@utem.edu.my

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

EECS150 - Digital Design Lecture 12 Project Description, Part 2

EECS150 - Digital Design Lecture 12 Project Description, Part 2 EECS150 - Digital Design Lecture 12 Project Description, Part 2 February 27, 2003 John Wawrzynek/Sandro Pintz Spring 2003 EECS150 lec12-proj2 Page 1 Linux Command Server network VidFX Video Effects Processor

More information

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 Audio and Video II Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 1 Video signal Video camera scans the image by following

More information

An FPGA Based Solution for Testing Legacy Video Displays

An FPGA Based Solution for Testing Legacy Video Displays An FPGA Based Solution for Testing Legacy Video Displays Dale Johnson Geotest Marvin Test Systems Abstract The need to support discrete transistor-based electronics, TTL, CMOS and other technologies developed

More information

VID_OVERLAY. Digital Video Overlay Module Rev Key Design Features. Block Diagram. Applications. Pin-out Description

VID_OVERLAY. Digital Video Overlay Module Rev Key Design Features. Block Diagram. Applications. Pin-out Description Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core Video overlays on 24-bit RGB or YCbCr 4:4:4 video Supports all video resolutions up to 2 16 x 2 16 pixels Supports any

More information

TSIU03: Lab 3 - VGA. Petter Källström, Mario Garrido. September 10, 2018

TSIU03: Lab 3 - VGA. Petter Källström, Mario Garrido. September 10, 2018 Petter Källström, Mario Garrido September 10, 2018 Abstract In the initialization of the DE2-115 (after you restart it), an image is copied into the SRAM memory. What you have to do in this lab is to read

More information

Pivoting Object Tracking System

Pivoting Object Tracking System Pivoting Object Tracking System [CSEE 4840 Project Design - March 2009] Damian Ancukiewicz Applied Physics and Applied Mathematics Department da2260@columbia.edu Jinglin Shen Electrical Engineering Department

More information

Graduate Institute of Electronics Engineering, NTU Digital Video Recorder

Graduate Institute of Electronics Engineering, NTU Digital Video Recorder Digital Video Recorder Advisor: Prof. Andy Wu 2004/12/16 Thursday ACCESS IC LAB Specification System Architecture Outline P2 Function: Specification Record NTSC composite video Video compression/processing

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

Chrontel CH7015 SDTV / HDTV Encoder

Chrontel CH7015 SDTV / HDTV Encoder Chrontel Preliminary Brief Datasheet Chrontel SDTV / HDTV Encoder Features 1.0 GENERAL DESCRIPTION VGA to SDTV conversion supporting graphics resolutions up to 104x768 Analog YPrPb or YCrCb outputs for

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

Section 14 Parallel Peripheral Interface (PPI)

Section 14 Parallel Peripheral Interface (PPI) Section 14 Parallel Peripheral Interface (PPI) 14-1 a ADSP-BF533 Block Diagram Core Timer 64 L1 Instruction Memory Performance Monitor JTAG/ Debug Core Processor LD 32 LD1 32 L1 Data Memory SD32 DMA Mastered

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 2, 2007 Problem Set Due: March 14, 2007 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 3, 2006 Problem Set Due: March 15, 2006 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

CHAPTER 6 DESIGN OF HIGH SPEED COUNTER USING PIPELINING

CHAPTER 6 DESIGN OF HIGH SPEED COUNTER USING PIPELINING 149 CHAPTER 6 DESIGN OF HIGH SPEED COUNTER USING PIPELINING 6.1 INTRODUCTION Counters act as important building blocks of fast arithmetic circuits used for frequency division, shifting operation, digital

More information

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA 1 ARJUNA RAO UDATHA, 2 B.SUDHAKARA RAO, 3 SUDHAKAR.B. 1 Dept of ECE, PG Scholar, 2 Dept of ECE, Associate Professor, 3 Electronics,

More information

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC and SoC reset underflow Supplied as human readable VHDL (or Verilog) source code Simple FIFO input interface

More information

The World Leader in High Performance Signal Processing Solutions. Section 15. Parallel Peripheral Interface (PPI)

The World Leader in High Performance Signal Processing Solutions. Section 15. Parallel Peripheral Interface (PPI) The World Leader in High Performance Signal Processing Solutions Section 5 Parallel Peripheral Interface (PPI) L Core Timer 64 Performance Core Monitor Processor ADSP-BF533 Block Diagram Instruction Memory

More information

Lab 3: VGA Bouncing Ball I

Lab 3: VGA Bouncing Ball I CpE 487 Digital Design Lab Lab 3: VGA Bouncing Ball I 1. Introduction In this lab, we will program the FPGA on the Nexys2 board to display a bouncing ball on a 640 x 480 VGA monitor connected to the VGA

More information

MACROVISION RGB / YUV TEMP. RANGE PART NUMBER

MACROVISION RGB / YUV TEMP. RANGE PART NUMBER NTSC/PAL Video Encoder NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc September 2003 DATASHEET FN4284 Rev 6.00

More information

VGA Configuration Algorithm using VHDL

VGA Configuration Algorithm using VHDL VGA Configuration Algorithm using VHDL 1 Christian Plaza, 2 Olga Ramos, 3 Dario Amaya Virtual Applications Group-GAV, Nueva Granada Military University UMNG Bogotá, Colombia. Abstract Nowadays it is important

More information

Snapshot. Sanjay Jhaveri Mike Huhs Final Project

Snapshot. Sanjay Jhaveri Mike Huhs Final Project Snapshot Sanjay Jhaveri Mike Huhs 6.111 Final Project The goal of this final project is to implement a digital camera using a Xilinx Virtex II FPGA that is built into the 6.111 Labkit. The FPGA will interface

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks IP Core decodes an ITU-R BT.656 digital video uncompressed NTSC 720x486 (525/60 Video System) and PAL 720x576 (625/50 Video System)

More information

AN-ENG-001. Using the AVR32 SoC for real-time video applications. Written by Matteo Vit, Approved by Andrea Marson, VERSION: 1.0.0

AN-ENG-001. Using the AVR32 SoC for real-time video applications. Written by Matteo Vit, Approved by Andrea Marson, VERSION: 1.0.0 Written by Matteo Vit, R&D Engineer Dave S.r.l. Approved by Andrea Marson, CTO Dave S.r.l. DAVE S.r.l. www.dave.eu VERSION: 1.0.0 DOCUMENT CODE: AN-ENG-001 NO. OF PAGES: 8 AN-ENG-001 Using the AVR32 SoC

More information

Implementing VGA Application on FPGA using an Innovative Algorithm with the help of NIOS-II

Implementing VGA Application on FPGA using an Innovative Algorithm with the help of NIOS-II Implementing VGA Application on FPGA using an Innovative Algorithm with the help of NIOS-II Ashish B. Pasaya 1 1 E & C Engg. Department, Sardar Vallabhbhai Patel institute of technology, Vasad, Gujarat,

More information

Checkpoint 2 Video Encoder

Checkpoint 2 Video Encoder UNIVERSITY OF CALIFORNIA AT BERKELEY COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE ASSIGNED: Week of 3/7 DUE: Week of 3/14, 10 minutes after start (xx:20) of your assigned

More information

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer 1 P a g e HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer Objectives: Develop the behavioural style VHDL code for D-Flip Flop using gated,

More information

Electrical and Telecommunications Engineering Technology_TCET3122/TC520. NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York

Electrical and Telecommunications Engineering Technology_TCET3122/TC520. NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: SUBJECT CODE AND TITLE: COURSE DESCRIPTION: REQUIRED: Electrical and Telecommunications Engineering Technology TCET 3122/TC

More information

SMPTE 292M EG-1 Color Bar Generation, RP 198 Pathological Generation, Grey Pattern Generation IP Core - AN4088

SMPTE 292M EG-1 Color Bar Generation, RP 198 Pathological Generation, Grey Pattern Generation IP Core - AN4088 SMPTE 292M EG-1 Color Bar Generation, RP 198 Pathological Generation, Grey Pattern Generation IP Core - AN4088 January 18, 2005 Document No. 001-14938 Rev. ** - 1 - 1.0 Introduction...3 2.0 Functional

More information

Laboratory Exercise 7

Laboratory Exercise 7 Laboratory Exercise 7 Finite State Machines This is an exercise in using finite state machines. Part I We wish to implement a finite state machine (FSM) that recognizes two specific sequences of applied

More information

Motion Video Compression

Motion Video Compression 7 Motion Video Compression 7.1 Motion video Motion video contains massive amounts of redundant information. This is because each image has redundant information and also because there are very few changes

More information

Digital Television Fundamentals

Digital Television Fundamentals Digital Television Fundamentals Design and Installation of Video and Audio Systems Michael Robin Michel Pouiin McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogota Caracas Lisbon London

More information

Design of VGA and Implementing On FPGA

Design of VGA and Implementing On FPGA Design of VGA and Implementing On FPGA Mr. Rachit Chandrakant Gujarathi Department of Electronics and Electrical Engineering California State University, Sacramento Sacramento, California, United States

More information

FPGA Implementation of Convolutional Encoder And Hard Decision Viterbi Decoder

FPGA Implementation of Convolutional Encoder And Hard Decision Viterbi Decoder FPGA Implementation of Convolutional Encoder And Hard Decision Viterbi Decoder JTulasi, TVenkata Lakshmi & MKamaraju Department of Electronics and Communication Engineering, Gudlavalleru Engineering College,

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

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34.

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34. NTSC/PAL Encoders NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc DATASHEET FN4343 Rev.5.00 The HMP8154 and HMP8156A

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

VHDL test bench for digital image processing systems using a new image format

VHDL test bench for digital image processing systems using a new image format VHDL test bench for digital image processing systems using a new image format A. Zuloaga, J. L. Martín, U. Bidarte, J. A. Ezquerra Department of Electronics and Telecommunications, University of the Basque

More information

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

Cyclone II EPC35. M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop

Cyclone II EPC35. M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop FPGA Cyclone II EPC35 M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop Cyclone II (LAB) Cyclone II Logic Element (LE) LAB = Logic Array Block = 16 LE s Logic Elements Another special packing

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB1825 Color Space Converter & Chroma Resampler General Description The Digital Blocks DB1825 Color Space Converter & Chroma Resampler Verilog IP Core transforms 4:4:4 sampled

More information

The Project & Digital Video. Today. The Project (1) EECS150 Fall Lab Lecture #7. Arjun Singh

The Project & Digital Video. Today. The Project (1) EECS150 Fall Lab Lecture #7. Arjun Singh The Project & Digital Video EECS150 Fall2008 - Lab Lecture #7 Arjun Singh Adopted from slides designed by Greg Gibeling and Chris Fletcher 10/10/2008 EECS150 Lab Lecture #7 1 Today Project Introduction

More information

Chapter 9 MSI Logic Circuits

Chapter 9 MSI Logic Circuits Chapter 9 MSI Logic Circuits Chapter 9 Objectives Selected areas covered in this chapter: Analyzing/using decoders & encoders in circuits. Advantages and disadvantages of LEDs and LCDs. Observation/analysis

More information

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course Session Number 1532 Adding Analog and Mixed Signal Concerns to a Digital VLSI Course John A. Nestor and David A. Rich Department of Electrical and Computer Engineering Lafayette College Abstract This paper

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

Ryerson University Department of Electrical and Computer Engineering COE/BME 328 Digital Systems

Ryerson University Department of Electrical and Computer Engineering COE/BME 328 Digital Systems 1 P a g e Ryerson University Department of Electrical and Computer Engineering COE/BME 328 Digital Systems Lab 6 35 Marks (3 weeks) Design of a Simple General-Purpose Processor Due Date: Week 12 Objective:

More information

SMPTE 259M EG-1 Color Bar Generation, RP 178 Pathological Generation, Grey Pattern Generation IP Core AN4087

SMPTE 259M EG-1 Color Bar Generation, RP 178 Pathological Generation, Grey Pattern Generation IP Core AN4087 SMPTE 259M EG-1 Color Bar Generation, RP 178 Pathological Generation, Grey Pattern Generation IP Core AN4087 Associated Project: No Associated Part Family: HOTLink II Video PHYs Associated Application

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video

INTERNATIONAL TELECOMMUNICATION UNION. SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video INTERNATIONAL TELECOMMUNICATION UNION CCITT H.261 THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE (11/1988) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video CODEC FOR

More information

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016 SM06 Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module User Manual Revision 0.3 30 th December 2016 Page 1 of 23 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1

More information

Video and Image Processing Suite User Guide

Video and Image Processing Suite User Guide Video and Image Processing Suite User Guide Updated for Intel Quartus Prime Design Suite: 17.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1 Video and Image Processing

More information

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing ATSC vs NTSC Spectrum ATSC 8VSB Data Framing 22 ATSC 8VSB Data Segment ATSC 8VSB Data Field 23 ATSC 8VSB (AM) Modulated Baseband ATSC 8VSB Pre-Filtered Spectrum 24 ATSC 8VSB Nyquist Filtered Spectrum ATSC

More information

RECOMMENDATION ITU-R BT (Questions ITU-R 25/11, ITU-R 60/11 and ITU-R 61/11)

RECOMMENDATION ITU-R BT (Questions ITU-R 25/11, ITU-R 60/11 and ITU-R 61/11) Rec. ITU-R BT.61-4 1 SECTION 11B: DIGITAL TELEVISION RECOMMENDATION ITU-R BT.61-4 Rec. ITU-R BT.61-4 ENCODING PARAMETERS OF DIGITAL TELEVISION FOR STUDIOS (Questions ITU-R 25/11, ITU-R 6/11 and ITU-R 61/11)

More information

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space SMPTE STANDARD ANSI/SMPTE 272M-1994 for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space 1 Scope 1.1 This standard defines the mapping of AES digital

More information

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video Chapter 3 Fundamental Concepts in Video 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video 1 3.1 TYPES OF VIDEO SIGNALS 2 Types of Video Signals Video standards for managing analog output: A.

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING Rec. ITU-R BT.111-2 1 RECOMMENDATION ITU-R BT.111-2 * WIDE-SCREEN SIGNALLING FOR BROADCASTING (Signalling for wide-screen and other enhanced television parameters) (Question ITU-R 42/11) Rec. ITU-R BT.111-2

More information

Parallel Peripheral Interface (PPI)

Parallel Peripheral Interface (PPI) The World Leader in High Performance Signal Processing Solutions Parallel Peripheral Interface (PPI) Support Email: china.dsp@analog.com ADSP-BF533 Block Diagram Core Timer 64 L1 Instruction Memory Performance

More information

Laboratory Exercise 4

Laboratory Exercise 4 Laboratory Exercise 4 Polling and Interrupts The purpose of this exercise is to learn how to send and receive data to/from I/O devices. There are two methods used to indicate whether or not data can be

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards COMP 9 Advanced Distributed Systems Multimedia Networking Video Compression Standards Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill jeffay@cs.unc.edu September,

More information

ECSE-323 Digital System Design. Datapath/Controller Lecture #1

ECSE-323 Digital System Design. Datapath/Controller Lecture #1 1 ECSE-323 Digital System Design Datapath/Controller Lecture #1 2 Synchronous Digital Systems are often designed in a modular hierarchical fashion. The system consists of modular subsystems, each of which

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks core is a full function equivalent to the Motorola MC6845 device. The interfaces a microprocessor to a raster-scan CRT display. The

More information

Course 10 The PDH multiplexing hierarchy.

Course 10 The PDH multiplexing hierarchy. Course 10 The PDH multiplexing hierarchy. Zsolt Polgar Communications Department Faculty of Electronics and Telecommunications, Technical University of Cluj-Napoca Multiplexing of plesiochronous signals;

More information

AbhijeetKhandale. H R Bhagyalakshmi

AbhijeetKhandale. H R Bhagyalakshmi Sobel Edge Detection Using FPGA AbhijeetKhandale M.Tech Student Dept. of ECE BMS College of Engineering, Bangalore INDIA abhijeet.khandale@gmail.com H R Bhagyalakshmi Associate professor Dept. of ECE BMS

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

FPGA Design with VHDL

FPGA Design with VHDL FPGA Design with VHDL Justus-Liebig-Universität Gießen, II. Physikalisches Institut Ming Liu Dr. Sören Lange Prof. Dr. Wolfgang Kühn ming.liu@physik.uni-giessen.de Lecture Digital design basics Basic logic

More information

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, 2012 Fig. 1. VGA Controller Components 1 VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University

More information

TMS320DM646x DMSoC Video Port Interface (VPIF) User's Guide

TMS320DM646x DMSoC Video Port Interface (VPIF) User's Guide TMS320DM646x DMSoC Video Port Interface (VPIF) User's Guide Literature Number: SPRUER9D November 2009 2 Preface... 10 1 Introduction... 12 1.1 Overview... 12 1.2 Features... 13 1.3 Features Not Supported...

More information

EN2911X: Reconfigurable Computing Topic 01: Programmable Logic. Prof. Sherief Reda School of Engineering, Brown University Fall 2014

EN2911X: Reconfigurable Computing Topic 01: Programmable Logic. Prof. Sherief Reda School of Engineering, Brown University Fall 2014 EN2911X: Reconfigurable Computing Topic 01: Programmable Logic Prof. Sherief Reda School of Engineering, Brown University Fall 2014 1 Contents 1. Architecture of modern FPGAs Programmable interconnect

More information

Super-Doubler Device for Improved Classic Videogame Console Output

Super-Doubler Device for Improved Classic Videogame Console Output Super-Doubler Device for Improved Classic Videogame Console Output Initial Project Documentation EEL4914 Dr. Samuel Richie and Dr. Lei Wei September 15, 2015 Group 31 Stephen Williams BSEE Kenneth Richardson

More information

Block Diagram. deint_mode. line_width. log2_line_width. field_polarity. mem_start_addr0. mem_start_addr1. mem_burst_size.

Block Diagram. deint_mode. line_width. log2_line_width. field_polarity. mem_start_addr0. mem_start_addr1. mem_burst_size. Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC and SoC Supplied as human readable VHDL (or Verilog) source code pixin_ pixin_val pixin_vsync pixin_ pixin

More information

Figure 1: Feature Vector Sequence Generator block diagram.

Figure 1: Feature Vector Sequence Generator block diagram. 1 Introduction Figure 1: Feature Vector Sequence Generator block diagram. We propose designing a simple isolated word speech recognition system in Verilog. Our design is naturally divided into two modules.

More information

Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD

Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD Generation and Measurement of Burst Digital Audio Signals with Audio Analyzer UPD Application Note GA8_0L Klaus Schiffner, Tilman Betz, 7/97 Subject to change Product: Audio Analyzer UPD . Introduction

More information

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3.

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3. International Journal of Computer Engineering and Applications, Volume VI, Issue II, May 14 www.ijcea.com ISSN 2321 3469 Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol

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

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are

Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are 2 Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are seeing the development of new connection methods within

More information

TSIU03, SYSTEM DESIGN. How to Describe a HW Circuit

TSIU03, SYSTEM DESIGN. How to Describe a HW Circuit TSIU03 TSIU03, SYSTEM DESIGN How to Describe a HW Circuit Sometimes it is difficult for students to describe a hardware circuit. This document shows how to do it in order to present all the relevant information

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

VGA 8-bit VGA Controller

VGA 8-bit VGA Controller Summary This document provides detailed reference information with respect to the VGA Controller peripheral device. Core Reference CR0113 (v3.0) March 13, 2008 The VGA Controller provides a simple, 8-bit

More information

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0 General Description Applications Features The OL_H264MCLD core is a hardware implementation of the H.264 baseline video compression

More information

Spartan-II Development System

Spartan-II Development System 2002-May-4 Introduction Dünner Kirchweg 77 32257 Bünde Germany www.trenz-electronic.de The Spartan-II Development System is designed to provide a simple yet powerful platform for FPGA development, which

More information

Video Graphics Array (VGA)

Video Graphics Array (VGA) Video Graphics Array (VGA) Chris Knebel Ian Kaneshiro Josh Knebel Nathan Riopelle Image Source: Google Images 1 Contents History Design goals Evolution The protocol Signals Timing Voltages Our implementation

More information

Lecture 2 Video Formation and Representation

Lecture 2 Video Formation and Representation 2013 Spring Term 1 Lecture 2 Video Formation and Representation Wen-Hsiao Peng ( 彭文孝 ) Multimedia Architecture and Processing Lab (MAPL) Department of Computer Science National Chiao Tung University 1

More information

IMS B007 A transputer based graphics board

IMS B007 A transputer based graphics board IMS B007 A transputer based graphics board INMOS Technical Note 12 Ray McConnell April 1987 72-TCH-012-01 You may not: 1. Modify the Materials or use them for any commercial purpose, or any public display,

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

Design and Implementation of Nios II-based LCD Touch Panel Application System

Design and Implementation of Nios II-based LCD Touch Panel Application System Design and Implementation of Nios II-based Touch Panel Application System Tong Zhang 1, Wen-Ping Ren 2, Yi-Dian Yin, and Song-Hai Zhang School of Information Science and Technology, Yunnan University No.2,

More information

Fingerprint Verification System

Fingerprint Verification System Fingerprint Verification System Cheryl Texin Bashira Chowdhury 6.111 Final Project Spring 2006 Abstract This report details the design and implementation of a fingerprint verification system. The system

More information

AUDIOVISUAL COMMUNICATION

AUDIOVISUAL COMMUNICATION AUDIOVISUAL COMMUNICATION Laboratory Session: Recommendation ITU-T H.261 Fernando Pereira The objective of this lab session about Recommendation ITU-T H.261 is to get the students familiar with many aspects

More information

MODELING OF ADC ARCHITECTURES IN HDL LANGUAGES

MODELING OF ADC ARCHITECTURES IN HDL LANGUAGES MODELING OF ADC ARCHITECTURES IN HDL LANGUAGES Marco Oliveira, Nuno Franca Modeling Group, Chipidea Microelectronics, Inc. Taguspark, Edifício Inovação IV, sala 733, 2780-920 Porto Salvo, Portugal Phone

More information

Hardware Implementation for the HEVC Fractional Motion Estimation Targeting Real-Time and Low-Energy

Hardware Implementation for the HEVC Fractional Motion Estimation Targeting Real-Time and Low-Energy Hardware Implementation for the HEVC Fractional Motion Estimation Targeting Real-Time and Low-Energy Vladimir Afonso 1-2, Henrique Maich 1, Luan Audibert 1, Bruno Zatt 1, Marcelo Porto 1, Luciano Agostini

More information

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015 UG110 Version 1.0, June 2015 Introduction MIPI D-PHY Bandwidth Matrix Table User Guide As we move from the world of standard-definition to the high-definition and ultra-high-definition, the common parallel

More information

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4)

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4) ECE 574: Modeling and synthesis of digital systems using Verilog and VHDL Fall Semester 2017 Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and

More information

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0 General Description Applications Features The OL_H264e core is a hardware implementation of the H.264 baseline video compression algorithm. The core

More information

Reading an Image using CMOS Linear Image Sensor. S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3. 1 Introduction. A.

Reading an Image using CMOS Linear Image Sensor. S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3. 1 Introduction. A. International Journal of Inventions in Computer Science and Engineering, Volume 2 Issue 4 April 2015 Reading an Image using CMOS Linear Image Sensor S.R.Shinthu 1, P.Maheswari 2, C.S.Manikandababu 3 1,2

More information

FPGA-BASED EDUCATIONAL LAB PLATFORM

FPGA-BASED EDUCATIONAL LAB PLATFORM FPGA-BASED EDUCATIONAL LAB PLATFORM Mircea Alexandru DABÂCAN, Clint COLE Mircea Dabâcan is with Technical University of Cluj-Napoca, Electronics and Telecommunications Faculty, Applied Electronics Department,

More information

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Proceedings of the 2(X)0 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Y. Nakabo,

More information