SlideShare a Scribd company logo
1 of 4
Download to read offline
D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering
              Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue 5, September- October 2012, pp.124-127
                              Reconfigurable Viterbi Decoder
         D.RAHUL VARMA, A.UDAY KUMAR, B. VIJAYA BHASKAR
               Department of ECE, St.Theresa College of Engg. and Tech., Andhra Pradesh, India
     Assistant Professor, Department of ECE, St. Theresa College of Engg. and Tech., Andhra Pradesh, India
     Associate Professor, Department of ECE, St. Theresa College of Engg. and Tech., Andhra Pradesh, India


ABSTRACT
         Forward Error Correction (FEC)                    bit information symbol (each m-bit string) to be
schemes are an essential component of wireless             encoded is transformed into an n-bit symbol,
communication systems. Convolutional codes are             where m/n is the code rate (n ≥ m) and
employed to implement FEC but the complexity of             The transformation is a function of the
corresponding decoders increases exponentially                  last k information symbols, where k is the
according to the constraint length. Present                     constraint length of the code.
wireless standards such as Third generation (3G)                     Convolution codes are used extensively in
systems, GSM, 802.11A, 802.16 utilize some                 numerous applications in order to achieve reliable
configuration     of    convolutional      coding.         data transfer, Including, digital, video, radio, mobile
Convolutional encoding with Viterbi decoding is a          communication         and satellite    communication.
powerful method for forward error correction.              convolutional encoder is used to obtain convolution
The Viterbi algorithm, which is the most                   codes .It take a single or multi-bit input and generate
extensively employed decoding algorithm for                a matrix of encoded outputs. In digital modulation
convolutional codes. The main aim of this project          communications systems (such as wireless
is to design FPGA based viterbi algorithm which            communication systems, etc.) noise and other
encrypts / decrypts the data . In this project the         external factors can alter bit sequences. By adding
encryption / decryption algorithm is designed and          additional bits we make bit error checking more
programmed in to the FPGA.                                 successful and allow for more accurate transfers. By
                                                           transmitting a greater number of bits than the original
I.      INTRODUCTION                                       signal we introduce a certain redundancy that can be
          In telecommunication and information             used to determine the original signal in the presence
theory, forward error correction (FEC) (also               of an error.
called channel      coding])     is    a system of error             Several algorithms exist     for    decoding
control for data transmission, whereby the sender          convolutional codes. For relatively small values of k,
adds systematically generated redundant data to its        the Viterbi algorithm is universally used .
messages, also known as an error-correcting                A Viterbi decoder uses the Viterbi algorithm for
code (ECC). The carefully designed redundancy              decoding a bitstream that has been encoded
allows the receiver to detect and correct a limited        using forward        error     correction based     on
number of errors occurring anywhere in the message         a convolutional code.There are other algorithms for
without the need to ask the sender for additional data.    decoding a convolutionally encoded stream (for
FEC gives the receiver an ability to correct errors        example, the Fano algorithm). The Viterbi algorithm
without needing a reverse channel to request               is the most resource-consuming, but it does
retransmission of data, but this advantage is at the       the maximum likelihood decoding. .
cost of a fixed higher forward channel bandwidth.          Here we designed the two stage convolutional
FEC is therefore applied in situations where               encoder and viterbi decoder and will implement in
retransmissions are relatively costly, or impossible       FPGA.
such as when broadcasting to multiple receivers. The                 For our illustration we will assume a 4-bit
process of adding this redundant information is            and give as an input to the convolutional encoder
known as channel coding. Convolutional coding and          rate-1/2 code (two output bits for every input bit).
block coding are the two major forms of channel            This will yield a 2x4 output matrix, with the extra
coding. Convolutional codes operate on serial data,        bits allowing for the correction. This 8 bit output is
one or a few bits at a time. Block codes operate on        given as the input to the viterbi decoder which
relatively large (typically, up to a couple of hundred     decodes the convolutional codes into original data.
bytes) message blocks. There are a variety of useful
convolutional and block codes, and a variety of            II.   REVIEW     OF                 PREVIOUS
algorithms for decoding the received coded                       ARCHITECTURES
information sequences to recover the original data.                 In wireless communication AWGN
Convolutional codes are employed to implement              (Additive White Gaussian Noise) properties of most
FEC. In telecommunication, a convolutional code is a       of the communication media introduce noise in real
type of error-correcting code in which each m-             data during transmission.Channel Coding is a


                                                                                                  124 | P a g e
D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering
           Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.124-127
technique to introduce redundant code in real code to
remove interference and error during transmission.
Coded data in sender side thus increased by volume
and error effect becomes less compare with uncoded
data. Receiver end receives this data and decodes the
data using some techniques. Viterbi decoding is one
of the popular techniques to decode data effectively.   Fig 5: Block Diagram of viterbi decoder
Viterbi algorithm (VA) is an optimum decoding           BMU: Branch metric unit                       ACS:
algorithm for the convolutional code. Convolutional     Add , compare and select                TBU: Trace
encoding and Viterbi Decoding are widely used for       back unit                                d in: Input
reliable data transmission.                             data                                  d out: Output
                                                        data
         There are different approaches of
implementation for Convolutional Encoder and
Viterbi Decoder in the literatures. previously the      IV.VITERBI ALGORITHM
implementation of Convolutional Encoder and                       The algorithm for Viterbi decoder can be
Viterbi Decoder in the DSP Platform. It is a flexible   explained by using the example below. Let us
platform but slow in speed. Using μC Platform           consider the input 11010001.
implementation of Convolutional Encoder and             Mininum value and minimum path calculation
Viterbi Decoder is also Slow.                                     The input is taken in the form of four sets
                                                        each,comprising of 2 bits starting from the MSB. The
         To overcome the performance issue of           first two bits from the MSB are taken and are XOR-
Convolutional Encoder and Viterbi Decoder, FPGA         ed with the values predetermined for the encoder as
based implementation has been proposed. These           STATE 0 and the values are obtained.Similarly they
Implementations have Fixed Constraint Length and        are also EXOR-ed with the values of STATE 1 and
Code Rate or with Partial Configuration Facility.       the values are also noted down. Thus we obtain 2 sets
Complexity of Viterbi decoding algorithm increases      of 4 values each , for state 0 and state 1. The
in terms of convolutionally encoded trellis length.     corresponding values are compared and the minimum
Increasing the trellis length causes the algorithm to   of each of the 2 values is noted down for all the 4
take more time to decode. This will cause               values. Also corresponding position values are
transmission speed lower but make the transmission      marked as 00,01,10,11 respectively. For the
more reliable. Lowering the trellis length will         minimum path calculation, the value corresponding
increase the transmission speed . A highly complex      to that particular minimum path is taken and its state
Viterbi Decoder someway loses its advantages, when      value (state 0 or state 1) is assigned to the minimum
it is adopted to decode sequences transmitted on a      path in decimal notation. This is the function of the
low-noise channel. In this case, low minimum            BMU.
distance codes are more suitable for achieving a good
performance, and a higher bit rate can be transmitted
by lowering the coding rate.

III. VITERBI DECODER
         Viterbi decoder is most commonly used to
resolve convolution codes. This is essential for the
purpose of secure transmission of data and its
corresponding retrieval during reception. Viterbi
decoders also have the property of compressing the
number of bits of the data input to half. As a result
redundancy in the codes is also reduced. Hence
viterbi decoding is more effective and efficient. The
Viterbi decoder designed here is an 8:4 decoder. The
same logic and concept can also be extended to
further number of bits also. Viterbi decoders are
based on the basic algorithm which comprises of
minimum path and value calculation and retracing the
path. This minimum values calculation is determined
by EX-OR operation and then comparing .This can
be briefed by means of the block diagram .




                                                                                               125 | P a g e
D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering
           Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.124-127
         Once the 1st row is resolved, the second set
of two bits starting from the MSB (01 in our case) is
EXOR-ed as explained for the first set. Now the
corresponding states of the respective values(value 0
or value 1) are obtained and their corresponding
STATE VALUES are noted down(in binary). These
state values denote the minimum distance positions ,
obtained in the previous row resolution. The
corresponding value of the minimum distance is
chosen and is added to the EXOR-ed outputs of the
present row(both in binary) for both value 0 and
value 1. They are then compared and minimum
distance is once again obtained and corresponding
positions are assigned. This is the function of the
ACS unit. The path calculation is the same as the first
row.
         The above procedure is repeated for rows 3
and 4 also and their corresponding values are
obtained.

Path trace back procedure
          The final step is the trace back procedure,
wherein the all the values are consolidated to obtain
the final output. If the position of minimum value is
00 or 01, a 0 is obtained in the output. For any other
values, a 1 is obtained at the output. In this
calculation, the minimum value of the last row is         Fig 9: Synthesis Report of viterbi decoder
taken and based on its position a 1 or 0 is assigned as   VI. CONCLUSION
one of the output bits. The corresponding path is                  In our project, a Viterbi algorithm based on
noted and converted to binary. The minimum value          the strongly connected trellis decoding of binary
corresponding to that particular path ,is noted and       convolutional codes has been implemented in FPGA.
once again a position based output bit assignment is      The use of error-correcting codes has proven to be an
made as explained previously, for the row 3. This is      effective way to overcome data corruption in digital
repeated for all the remaining rows . Thus,4 output       communication channels. The adaptive Viterbi
bits are obtained. These bits are then concatenated       decoders are modelled using Verilog, and post
and a process of bit reversal is made .thus a 4 bit       synthesized by Xilinx FPGA logic. We can
output is derived from an 8 bits input that was given     implement a higher performance Viterbi decoder
to the viterbi decoder                                    with such as pipelining or interleaving. So in the
The output for the 8 to 4 viterbi decoder is shown        future, with Pipeline or interleave the ACS and the
below. The encoded bit is given as input and the 4        trace-back and output decode block, we can make it
bit original message bit is decoded and got as the        better.
output.
                                                          REFERENCE
V. RESULT                                                   [1].   Shannon, C. “A mathematical theory of
          Model simwaveform & Synthesis Report of                  Communication”, Bell Sys.Tech .J., vol. 27
viterbi decoder:                                                   ,pp. 379-423 and 23-656, 1948
                                                            [2].   Hamming, R. “Error detecting and
                                                                   correcting codes”, Bell Sys.Tech .J., vol. 29
                                                                   ,pp.147-160 , 1960.
                                                            [3].   Golay, M. “Notes on digital coding”, Proc.
                                                                   IEEE, Vol. 37, p. 657 , 1949 .
                                                            [4].   Azim, C., Monir, M. “Implementation of
                                                                   Viterbi Decoder for WCDMA System”,
                                                                   Proceedings     of     IEEE    International
                                                                   Conference (NMIC 2005), pp. 1-3, 2005.
                                                            [5].   Wong, Y., Jian, W., HuiChong, O., Kyun,
                                                                   C., Noordi, N. “Implementation of
                                                                   Convolutional Encoder and Viterbi Decoder
Fig 8: Modelsim waveform of viterbi decoder                        using VHDL”, Proceedings of IEEE



                                                                                                 126 | P a g e
D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering
         Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                 Vol. 2, Issue 5, September- October 2012, pp.124-127
       International conference on Research and
       Development Malaysia, November 2009.
[6].   Bissi, L., Placidi. P., Baruffa, G., Scorzoni,
       A. “A Multi- Standard Reconfigurable
       Viterbi Decoder using Embedded FPGA
       blocks”,     Proceedings      of    the   9th
       EUROMICRO Conference on Digital
       System Design(DSD’06),pp. 146-153 ,
       2006.
[7].   Shaker, S., Elramly. S., Shehata. K. “FPGA
       Implementation of a reconfigurable Viterbi
       Decoder for WiMax Receiver”, IEEE
       International           conference         on
       Microelectronics, pp. 246-267,2009.




                                                                            127 | P a g e

More Related Content

What's hot

A new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityA new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityijwmn
 
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET Journal
 
Generation and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesGeneration and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesIOSR Journals
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514IJRAT
 
Combining cryptography with channel coding to reduce complicity
Combining cryptography with channel coding to reduce complicityCombining cryptography with channel coding to reduce complicity
Combining cryptography with channel coding to reduce complicityIAEME Publication
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...ijitjournal
 
Implementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve DesignImplementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve Designijsrd.com
 
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...IOSR Journals
 
Rs(n,k)exploring n and k in reed solomon fec code
Rs(n,k)exploring n and k in reed solomon fec codeRs(n,k)exploring n and k in reed solomon fec code
Rs(n,k)exploring n and k in reed solomon fec codeMapYourTech
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDHimanshiSingh71
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channelsiosrjce
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Editor IJARCET
 

What's hot (20)

A new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityA new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacity
 
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
 
Generation and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesGeneration and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codes
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514
 
115 118
115 118115 118
115 118
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
37 44
37 4437 44
37 44
 
Combining cryptography with channel coding to reduce complicity
Combining cryptography with channel coding to reduce complicityCombining cryptography with channel coding to reduce complicity
Combining cryptography with channel coding to reduce complicity
 
252 256
252 256252 256
252 256
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
 
270 273
270 273270 273
270 273
 
79 83
79 8379 83
79 83
 
Implementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve DesignImplementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve Design
 
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Rs(n,k)exploring n and k in reed solomon fec code
Rs(n,k)exploring n and k in reed solomon fec codeRs(n,k)exploring n and k in reed solomon fec code
Rs(n,k)exploring n and k in reed solomon fec code
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITED
 
40120140505011
4012014050501140120140505011
40120140505011
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channels
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377
 

Viewers also liked

BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi DecodingIJMER
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation IJMER
 
Designing of fifo and serial peripheral interface protocol using Verilog HDL
Designing of fifo and serial peripheral interface protocol using Verilog HDLDesigning of fifo and serial peripheral interface protocol using Verilog HDL
Designing of fifo and serial peripheral interface protocol using Verilog HDLJay Baxi
 
FFT and DFT algorithm
FFT and DFT algorithmFFT and DFT algorithm
FFT and DFT algorithmUmer Javed
 
Design of FFT Processor
Design of FFT ProcessorDesign of FFT Processor
Design of FFT ProcessorRohit Singh
 
Radix 4 FFT algorithm and it time complexity computation
Radix 4 FFT algorithm and it time complexity computationRadix 4 FFT algorithm and it time complexity computation
Radix 4 FFT algorithm and it time complexity computationRaj Jaiswal
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Dhaval Kaneria
 
The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)Oka Danil
 
DIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDDIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDAjay Kumar
 
Camino a-la-superacion-persona l
Camino a-la-superacion-persona lCamino a-la-superacion-persona l
Camino a-la-superacion-persona lRaul Gil
 
Lesslie Newbigin_Teologia_Reformada_Tradição
Lesslie Newbigin_Teologia_Reformada_TradiçãoLesslie Newbigin_Teologia_Reformada_Tradição
Lesslie Newbigin_Teologia_Reformada_TradiçãoMarcelo Gonçalves
 
Semeando sustentabilidade
Semeando sustentabilidadeSemeando sustentabilidade
Semeando sustentabilidadeLidiane Martins
 
Http _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_be
Http  _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_beHttp  _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_be
Http _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_beDomingos Boieiro
 

Viewers also liked (20)

Ms2521852190
Ms2521852190Ms2521852190
Ms2521852190
 
Mx2522172219
Mx2522172219Mx2522172219
Mx2522172219
 
C0211520
C0211520C0211520
C0211520
 
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation
 
Fft
FftFft
Fft
 
Designing of fifo and serial peripheral interface protocol using Verilog HDL
Designing of fifo and serial peripheral interface protocol using Verilog HDLDesigning of fifo and serial peripheral interface protocol using Verilog HDL
Designing of fifo and serial peripheral interface protocol using Verilog HDL
 
FFT and DFT algorithm
FFT and DFT algorithmFFT and DFT algorithm
FFT and DFT algorithm
 
Dif fft
Dif fftDif fft
Dif fft
 
Design of FFT Processor
Design of FFT ProcessorDesign of FFT Processor
Design of FFT Processor
 
Radix 4 FFT algorithm and it time complexity computation
Radix 4 FFT algorithm and it time complexity computationRadix 4 FFT algorithm and it time complexity computation
Radix 4 FFT algorithm and it time complexity computation
 
Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)Serial Peripheral Interface(SPI)
Serial Peripheral Interface(SPI)
 
The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)
 
DIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPEDDIT-Radix-2-FFT in SPED
DIT-Radix-2-FFT in SPED
 
Camino a-la-superacion-persona l
Camino a-la-superacion-persona lCamino a-la-superacion-persona l
Camino a-la-superacion-persona l
 
Västervik pass 1
Västervik pass 1Västervik pass 1
Västervik pass 1
 
Lesslie Newbigin_Teologia_Reformada_Tradição
Lesslie Newbigin_Teologia_Reformada_TradiçãoLesslie Newbigin_Teologia_Reformada_Tradição
Lesslie Newbigin_Teologia_Reformada_Tradição
 
La piel
La piel La piel
La piel
 
Semeando sustentabilidade
Semeando sustentabilidadeSemeando sustentabilidade
Semeando sustentabilidade
 
Http _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_be
Http  _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_beHttp  _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_be
Http _www.rbe.min-edu.pt_np4__news_id=266&filename=gestao_be
 

Similar to Y25124127

Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...
Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...
Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...IJERA Editor
 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd Iaetsd
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsIJMER
 
AN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERAN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERIJCSEA Journal
 
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSM
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSMAn Efficient Low Power Convolutional Coding with Viterbi Decoding using FSM
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSMAssociate Professor in VSB Coimbatore
 
Introduction to Channel Coding.pdf
Introduction to Channel Coding.pdfIntroduction to Channel Coding.pdf
Introduction to Channel Coding.pdfJimma University
 
BLOCK CODES,STBCs & STTCs.pptx
BLOCK CODES,STBCs & STTCs.pptxBLOCK CODES,STBCs & STTCs.pptx
BLOCK CODES,STBCs & STTCs.pptxFAIZAN SHAFI
 
Performance analysis of viterbi decoder for wireless applications
Performance analysis of viterbi decoder for wireless applicationsPerformance analysis of viterbi decoder for wireless applications
Performance analysis of viterbi decoder for wireless applicationsacijjournal
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...ijceronline
 
Forward error correction
Forward error correctionForward error correction
Forward error correctionPrankit Mishra
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...ijsrd.com
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 

Similar to Y25124127 (20)

Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...
Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...
Hard Decision Viterbi Decoder: Implementation on FPGA and Comparison of Resou...
 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutional
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless Communications
 
AN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERAN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODER
 
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSM
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSMAn Efficient Low Power Convolutional Coding with Viterbi Decoding using FSM
An Efficient Low Power Convolutional Coding with Viterbi Decoding using FSM
 
Ijetcas14 378
Ijetcas14 378Ijetcas14 378
Ijetcas14 378
 
Coding
CodingCoding
Coding
 
Introduction to Channel Coding.pdf
Introduction to Channel Coding.pdfIntroduction to Channel Coding.pdf
Introduction to Channel Coding.pdf
 
BLOCK CODES,STBCs & STTCs.pptx
BLOCK CODES,STBCs & STTCs.pptxBLOCK CODES,STBCs & STTCs.pptx
BLOCK CODES,STBCs & STTCs.pptx
 
Performance analysis of viterbi decoder for wireless applications
Performance analysis of viterbi decoder for wireless applicationsPerformance analysis of viterbi decoder for wireless applications
Performance analysis of viterbi decoder for wireless applications
 
Turbo Codes
Turbo CodesTurbo Codes
Turbo Codes
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Forward error correction
Forward error correctionForward error correction
Forward error correction
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
E010224043
E010224043E010224043
E010224043
 

Recently uploaded

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 

Y25124127

  • 1. D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.124-127 Reconfigurable Viterbi Decoder D.RAHUL VARMA, A.UDAY KUMAR, B. VIJAYA BHASKAR Department of ECE, St.Theresa College of Engg. and Tech., Andhra Pradesh, India Assistant Professor, Department of ECE, St. Theresa College of Engg. and Tech., Andhra Pradesh, India Associate Professor, Department of ECE, St. Theresa College of Engg. and Tech., Andhra Pradesh, India ABSTRACT Forward Error Correction (FEC) bit information symbol (each m-bit string) to be schemes are an essential component of wireless encoded is transformed into an n-bit symbol, communication systems. Convolutional codes are where m/n is the code rate (n ≥ m) and employed to implement FEC but the complexity of  The transformation is a function of the corresponding decoders increases exponentially last k information symbols, where k is the according to the constraint length. Present constraint length of the code. wireless standards such as Third generation (3G) Convolution codes are used extensively in systems, GSM, 802.11A, 802.16 utilize some numerous applications in order to achieve reliable configuration of convolutional coding. data transfer, Including, digital, video, radio, mobile Convolutional encoding with Viterbi decoding is a communication and satellite communication. powerful method for forward error correction. convolutional encoder is used to obtain convolution The Viterbi algorithm, which is the most codes .It take a single or multi-bit input and generate extensively employed decoding algorithm for a matrix of encoded outputs. In digital modulation convolutional codes. The main aim of this project communications systems (such as wireless is to design FPGA based viterbi algorithm which communication systems, etc.) noise and other encrypts / decrypts the data . In this project the external factors can alter bit sequences. By adding encryption / decryption algorithm is designed and additional bits we make bit error checking more programmed in to the FPGA. successful and allow for more accurate transfers. By transmitting a greater number of bits than the original I. INTRODUCTION signal we introduce a certain redundancy that can be In telecommunication and information used to determine the original signal in the presence theory, forward error correction (FEC) (also of an error. called channel coding]) is a system of error Several algorithms exist for decoding control for data transmission, whereby the sender convolutional codes. For relatively small values of k, adds systematically generated redundant data to its the Viterbi algorithm is universally used . messages, also known as an error-correcting A Viterbi decoder uses the Viterbi algorithm for code (ECC). The carefully designed redundancy decoding a bitstream that has been encoded allows the receiver to detect and correct a limited using forward error correction based on number of errors occurring anywhere in the message a convolutional code.There are other algorithms for without the need to ask the sender for additional data. decoding a convolutionally encoded stream (for FEC gives the receiver an ability to correct errors example, the Fano algorithm). The Viterbi algorithm without needing a reverse channel to request is the most resource-consuming, but it does retransmission of data, but this advantage is at the the maximum likelihood decoding. . cost of a fixed higher forward channel bandwidth. Here we designed the two stage convolutional FEC is therefore applied in situations where encoder and viterbi decoder and will implement in retransmissions are relatively costly, or impossible FPGA. such as when broadcasting to multiple receivers. The For our illustration we will assume a 4-bit process of adding this redundant information is and give as an input to the convolutional encoder known as channel coding. Convolutional coding and rate-1/2 code (two output bits for every input bit). block coding are the two major forms of channel This will yield a 2x4 output matrix, with the extra coding. Convolutional codes operate on serial data, bits allowing for the correction. This 8 bit output is one or a few bits at a time. Block codes operate on given as the input to the viterbi decoder which relatively large (typically, up to a couple of hundred decodes the convolutional codes into original data. bytes) message blocks. There are a variety of useful convolutional and block codes, and a variety of II. REVIEW OF PREVIOUS algorithms for decoding the received coded ARCHITECTURES information sequences to recover the original data. In wireless communication AWGN Convolutional codes are employed to implement (Additive White Gaussian Noise) properties of most FEC. In telecommunication, a convolutional code is a of the communication media introduce noise in real type of error-correcting code in which each m- data during transmission.Channel Coding is a 124 | P a g e
  • 2. D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.124-127 technique to introduce redundant code in real code to remove interference and error during transmission. Coded data in sender side thus increased by volume and error effect becomes less compare with uncoded data. Receiver end receives this data and decodes the data using some techniques. Viterbi decoding is one of the popular techniques to decode data effectively. Fig 5: Block Diagram of viterbi decoder Viterbi algorithm (VA) is an optimum decoding BMU: Branch metric unit ACS: algorithm for the convolutional code. Convolutional Add , compare and select TBU: Trace encoding and Viterbi Decoding are widely used for back unit d in: Input reliable data transmission. data d out: Output data There are different approaches of implementation for Convolutional Encoder and Viterbi Decoder in the literatures. previously the IV.VITERBI ALGORITHM implementation of Convolutional Encoder and The algorithm for Viterbi decoder can be Viterbi Decoder in the DSP Platform. It is a flexible explained by using the example below. Let us platform but slow in speed. Using μC Platform consider the input 11010001. implementation of Convolutional Encoder and Mininum value and minimum path calculation Viterbi Decoder is also Slow. The input is taken in the form of four sets each,comprising of 2 bits starting from the MSB. The To overcome the performance issue of first two bits from the MSB are taken and are XOR- Convolutional Encoder and Viterbi Decoder, FPGA ed with the values predetermined for the encoder as based implementation has been proposed. These STATE 0 and the values are obtained.Similarly they Implementations have Fixed Constraint Length and are also EXOR-ed with the values of STATE 1 and Code Rate or with Partial Configuration Facility. the values are also noted down. Thus we obtain 2 sets Complexity of Viterbi decoding algorithm increases of 4 values each , for state 0 and state 1. The in terms of convolutionally encoded trellis length. corresponding values are compared and the minimum Increasing the trellis length causes the algorithm to of each of the 2 values is noted down for all the 4 take more time to decode. This will cause values. Also corresponding position values are transmission speed lower but make the transmission marked as 00,01,10,11 respectively. For the more reliable. Lowering the trellis length will minimum path calculation, the value corresponding increase the transmission speed . A highly complex to that particular minimum path is taken and its state Viterbi Decoder someway loses its advantages, when value (state 0 or state 1) is assigned to the minimum it is adopted to decode sequences transmitted on a path in decimal notation. This is the function of the low-noise channel. In this case, low minimum BMU. distance codes are more suitable for achieving a good performance, and a higher bit rate can be transmitted by lowering the coding rate. III. VITERBI DECODER Viterbi decoder is most commonly used to resolve convolution codes. This is essential for the purpose of secure transmission of data and its corresponding retrieval during reception. Viterbi decoders also have the property of compressing the number of bits of the data input to half. As a result redundancy in the codes is also reduced. Hence viterbi decoding is more effective and efficient. The Viterbi decoder designed here is an 8:4 decoder. The same logic and concept can also be extended to further number of bits also. Viterbi decoders are based on the basic algorithm which comprises of minimum path and value calculation and retracing the path. This minimum values calculation is determined by EX-OR operation and then comparing .This can be briefed by means of the block diagram . 125 | P a g e
  • 3. D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.124-127 Once the 1st row is resolved, the second set of two bits starting from the MSB (01 in our case) is EXOR-ed as explained for the first set. Now the corresponding states of the respective values(value 0 or value 1) are obtained and their corresponding STATE VALUES are noted down(in binary). These state values denote the minimum distance positions , obtained in the previous row resolution. The corresponding value of the minimum distance is chosen and is added to the EXOR-ed outputs of the present row(both in binary) for both value 0 and value 1. They are then compared and minimum distance is once again obtained and corresponding positions are assigned. This is the function of the ACS unit. The path calculation is the same as the first row. The above procedure is repeated for rows 3 and 4 also and their corresponding values are obtained. Path trace back procedure The final step is the trace back procedure, wherein the all the values are consolidated to obtain the final output. If the position of minimum value is 00 or 01, a 0 is obtained in the output. For any other values, a 1 is obtained at the output. In this calculation, the minimum value of the last row is Fig 9: Synthesis Report of viterbi decoder taken and based on its position a 1 or 0 is assigned as VI. CONCLUSION one of the output bits. The corresponding path is In our project, a Viterbi algorithm based on noted and converted to binary. The minimum value the strongly connected trellis decoding of binary corresponding to that particular path ,is noted and convolutional codes has been implemented in FPGA. once again a position based output bit assignment is The use of error-correcting codes has proven to be an made as explained previously, for the row 3. This is effective way to overcome data corruption in digital repeated for all the remaining rows . Thus,4 output communication channels. The adaptive Viterbi bits are obtained. These bits are then concatenated decoders are modelled using Verilog, and post and a process of bit reversal is made .thus a 4 bit synthesized by Xilinx FPGA logic. We can output is derived from an 8 bits input that was given implement a higher performance Viterbi decoder to the viterbi decoder with such as pipelining or interleaving. So in the The output for the 8 to 4 viterbi decoder is shown future, with Pipeline or interleave the ACS and the below. The encoded bit is given as input and the 4 trace-back and output decode block, we can make it bit original message bit is decoded and got as the better. output. REFERENCE V. RESULT [1]. Shannon, C. “A mathematical theory of Model simwaveform & Synthesis Report of Communication”, Bell Sys.Tech .J., vol. 27 viterbi decoder: ,pp. 379-423 and 23-656, 1948 [2]. Hamming, R. “Error detecting and correcting codes”, Bell Sys.Tech .J., vol. 29 ,pp.147-160 , 1960. [3]. Golay, M. “Notes on digital coding”, Proc. IEEE, Vol. 37, p. 657 , 1949 . [4]. Azim, C., Monir, M. “Implementation of Viterbi Decoder for WCDMA System”, Proceedings of IEEE International Conference (NMIC 2005), pp. 1-3, 2005. [5]. Wong, Y., Jian, W., HuiChong, O., Kyun, C., Noordi, N. “Implementation of Convolutional Encoder and Viterbi Decoder Fig 8: Modelsim waveform of viterbi decoder using VHDL”, Proceedings of IEEE 126 | P a g e
  • 4. D.Rahul Varma, A. Uday Kumar, B. Vijaya Bhaskar / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.124-127 International conference on Research and Development Malaysia, November 2009. [6]. Bissi, L., Placidi. P., Baruffa, G., Scorzoni, A. “A Multi- Standard Reconfigurable Viterbi Decoder using Embedded FPGA blocks”, Proceedings of the 9th EUROMICRO Conference on Digital System Design(DSD’06),pp. 146-153 , 2006. [7]. Shaker, S., Elramly. S., Shehata. K. “FPGA Implementation of a reconfigurable Viterbi Decoder for WiMax Receiver”, IEEE International conference on Microelectronics, pp. 246-267,2009. 127 | P a g e