SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)
Volume 2, Issue 1 (Mar. – Apr. 2013), PP 65-71
e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197
www.iosrjournals.org
www.iosrjournals.org 65 | Page
RTL Implementation of Viterbi Decoder using VHDL
Hiral Pujara1
, Pankaj Prajapati2
1
(Electronics &Communication Engineering Department, L.D. College of Engineering/ GTU, India)
2
(Electronics &Communication Engineering Department, L.D. College of Engineering/ GTU, India)
Abstract : Forward Error Correction techniques are utilized for correction of errors at the receiver end.
Convolutional encoding is an FEC technique that is particularly suited to a channel in which the transmitted
signal is corrupted mainly by additive white Gaussian noise (AWGN). Viterbi algorithm is a well known
Maximum-likelihood algorithm for decoding of Convolutional codes. They have rather good correcting
capability and perform well even on very noisy channels. It has been widely deployed in many wireless
communication systems to improve the limited capacity of the communication channels. The main Objective of
this paper is to describe comparative analysis between various FPGA Devices for proposed design resource
optimized implementation of Viterbi Decoder. The base of comparison is simulation and synthesized result. In
this paper, resource optimized Viterbi Decoder has been designed using Trace back architecture. The
proposed Viterbi Decoder with rate ½ and constraint Length 3 has been designed using VHDL, simulated using
Xilinx ISE Simulator and synthesized with Xilinx Synthesis Tool (XST). The Viterbi Decoder is compatible with
many common standards, such as DVB, 3GPP2, 3GPP, IEEE 802.16 and LTE.
Keywords - Convolutional Encoder, Forward Error Correction (FEC), Traceback method, Viterbi Algorithm,
Viterbi Decoder
I. INTRODUCTION
Encoding the information sequence prior to transmission implies adding extra redundancy to it, which
is then used at the receiver end to reconstruct the original sequence, effectively reducing the probability of errors
induced by a noisy channel. Different structures of codes have developed since, which are known as channel
coding. The encoder adds redundant bits to the sender's bit stream to create a codeword. The decoder uses the
redundant bits to detect and/or correct as many bit errors as the particular error control code will allow. Like any
error correcting code, a Convolutional code works by adding some structured redundant information to the
user's data and then correcting errors using this information. There have been a few Convolutional decoding
methods such as sequential and Viterbi decoding, of which the most commonly employed technique is the
Viterbi Algorithm (VA).
Viterbi decoding was developed by Andrew. J. Viterbi, the founder of Qualcomm Corporation in April,
1967 [16]. Since then, other researchers have expanded on Viterbi’s work by finding good Convolutional codes,
exploring the performance limits of the technique, and varying decoder design parameters to optimize the
implementation of the technique in hardware and software. Viterbi algorithm is being widely used in many
wireless and mobile communication systems for optimal decoding of Convolutional codes. The Viterbi
alignment is a dynamic programming algorithm for finding the most likely sequence of hidden states – called
the Viterbi path – that results in a sequence of observed events, especially in the context of Markov information
sources and hidden Markov models. Applications using Viterbi decoding [13] include digital modems and
digital cellular telephone, where low latency, component cost and power consumption are must.
II. VITERBI DECODER
Fig. 1 shows Basic Block Diagram of Convolution Encoding and decoding which basically consists
three main blocks: Convolutional Encoder, AWGN Channel and Viterbi Decoder [12].
x c r v
Noise
Figure 1: Block Diagram of Convolution Encoding and Decoding
2.1 Convolutional Encoder
Convolutional
Encoder
AWGN
Channel
Viterbi
Decoder
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 66 | Page
In convolutional encoding n-tuple of data is generated for every k-tuple of inputs based on both current and K-1
previous k-tuples where K is called constraint length of the code. A (n, k, m) convolutional code can be
implemented with a k-input, n-output linear sequential circuit with input memory ‘m’. Typically, ‘n’ and ‘k’ are
small integers with k<n, but the memory order ‘m’ must be made large to achieve low error probabilities. The
constraint length K of the code represents the number of bits in the encoder memory that effect the generation of
the n output bits and is defined as K = m+1. The code rate r of the code is a measure of the code efficiency and
is defines as r= k/n. A Convolutional Encoder is a Finite state machine [13] i.e. a model of behavior composed
of states, action and transition. Contents of first K-1 shift register stages defines the encoder state. Memory
register start with 0 and modulo-2 adders among the registers and input generate the encoded data. Generator
polynomial defines how the adders (XOR gates) are placed.The proposed Encoder has the following
specifications below and schematic in Fig. 2.
Constraint Length: K = 3, Input bit: k = 1, Output bit: n = 2 Generator Polynomials: G1 = 1 + X + X2
,
G2 = 1 + X2
Figure 2: Convlolutional Encoder (Rate ½, K = 3)
2.2 Viterbi Algorithm
Viterbi decoding was developed by Andrew J. Viterbi, is an Italian-American electrical engineer and
businessman who co-founded Qualcomm Inc. His seminar paper titled "Error Bounds for Convolutional Codes
and an Asymptotically Optimum Decoding Algorithm", published in IEEE Transactions on Information Theory,
in April, 1967 [16]. Viterbi algorithm is a maximum likelihood method to find the most probable sequence of
hidden states based on a given sequence of observed outputs in Hidden Markov model. However it reduces the
computational load by taking the advantage of special structure in code trellis. The algorithm involves
calculating a measure of distance between the received signal at the time t1 and the entire trellis path entering
each state at time t1. The most likely path through the trellis will maximize this metric. The early rejection of the
unlikely paths reduces the decoding complexity. Advantage of Viterbi algorithm is that it has self- correction of
the code, minimization of transmitting Energy, minimization of BW and very good ability to correct wrong
transmitted bits.
2.3 Viterbi Decoder
Error correction is an integral part of any communication system and for this purpose, the convolution
codes are widely used as forward error correction codes. . The two decoding algorithms used for decoding the
Convolutional codes are Viterbi algorithm and Sequential algorithm. Sequential decoding has advantage that it
can perform very well with long constraint length Convolutional codes, but it has a variable decoding time.
Viterbi decoding is the best technique for decoding the Convolutional codes but it is limited to smaller
constraint lengths (K<10) [5]. It has fixed decoding time compared to sequential decoding. With the Viterbi
algorithm, storage and computational complexity are proportional to 2K
. To achieve very low error probabilities,
longer constraint lengths are required, and sequential decoding becomes attractive. The performance of a
decoder is characterized by the number of decoded output bits which are in error, the Bit Error Rate or BER.
The Viterbi algorithm [13], the most popular decoding approach for convolutional codes, determines a
minimum distance path with regards to Hamming distances applied to each received symbol. A limiting factor
in Viterbi decoder implementations is the need to preserve candidate paths at all 2K−1 trellis states for each
received symbol. This requirement leads to an exponential growth in the amount of computation performed and
in the amount of path storage retained as constraint length K grows.
A Viterbi algorithm consists of the three major parts [13]: Branch metric unit, Path metric unit and
trace back as shown in Fig. 3.
Encoded Decoded
Stream Stream
Figure 3: Block Diagram of Viterbi Decoder [3]
Branch
Metric
Unit
Path
Metric
Calculation
Trace back
Unit
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 67 | Page
1) Branch metric calculation
The first unit is called Branch metric unit. The Hamming distance (or other metric) values we compute
at each time instant for the paths between the states at the previous time instant and the states at the current time
instant are called branch metrics. Hamming distance or Euclidean distance is used for branch metric
computation.
2) Path metric calculation
An accumulated Error metric called path metric (PM) contains the 2K-1
optimal paths. The current Branch
Metric is added to previous PM and each the two distances are compared for all Add- compare select unit
In terms of speed the performance of Viterbi Decoder is mainly determined by the number of ACS (2K-1
)
units and their computation time. As shown in figure each ACS unit comprises two adder blocks, a comparator
and a selector block.
Figure 4: Block Diagram of Add Compare Select unit [13]
3) Trace back unit
The final unit is trace back unit where the survivor path and output data are identified. The Viterbi
decoding flowchart is given in Fig. 5.
Figure 5: Viterbi decoding Flow Chart
2.4 Types of Viterbi Decoding
1) Hard decision Viterbi deocding
Demodulator output configured by variety of ways [4]: In which output of demodulator is quantized into two
levels, zeros and one and fed into decoder (1- bit is used to describe each code symbol). Decoder operates on
hard-decisions made by demodulator, decoding is called Hard- decision decoding. In which path through trellis
is determined using hamming distance measure.
2) Soft decision Viterbi deocding
In which output of demodulator is quantized into greater than two levels [4]. If output of demodulator
is quantized into 3-bit result in 8- level output then 3-bits is used to describe each code symbol. In which
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 68 | Page
Euclidian distance as a distance is measured instead of hamming distance. The advantage of using soft- decision
decoding is to provide decoder with more information, which decoder then use for recovering the message
sequences. It provides better error performance than hard- decision type Viterbi decoding also Performance
improvement of approximately 2 dB in required S/N ratio compared to two level quantization for a Gaussian
Channel. Disadvantage of using soft decision decoding is increase in required memory size at decoder and
reduce speed.
2.5 Viterbi Decoding Techniques
There are mainly two types of decoding techniques available in order to decode the data at the receiver end.
1) Register Exchange Method
In this method, a register assigned to each state contains information bits for the survivor path from the initial
state to current state. In fact, register keeps decoded output sequences along the path. This method requires copy
of all registers at each stage. The need to trace back is eliminated since the register of final state contains
decoded output sequence. This approach results in complex hardware due to need to copy contents of all register
in a stage to next stage. Since the RE method does not need tracing back, it is faster.
2) Traceback Method
Trace back is memory organization method to store survivor paths and retrieve the decoded data. Direct
implementation of this method is not practical because of an infinite storage size is needed; therefore in practice
semiconductor infinite memory locations are reused periodically. The Trace Back Unit performs three
operations: write new Data, Trace Back Read and Decode Read. Memory is organized as a two dimensional
structure where row are assigned to states and columns to time steps. Three memory blocks are used in
operation: write block is used to store ACS decision vectors, Decode block where the decoded bit sequences is
read in backward order and Trace Back Block which is used to find the starting point of next trance back
sequences. Traceback Depth (D) is a predefined parameter that defines the size of each memory block [13]. To
guarantee the convergence a traceback depth of D = 5K is sufficient and the memory block size will be 2K-1
x
5K. Traceback method is area efficient and better than RE method. . Register exchange method requires
complex hardware compare to the Traceback method for larger constraint length though it will give faster speed.
In this project I had implemented a hard decision and trace back method for viterbi decoding.
III. PROGRAMMABLE DEVICES
Programmable devices are those devices which can be programmed by the user. Various programmable
devices are PLDs, CPLDs, ASICs and FPGAs.
3.1 Field Programmable Gate Arrays
Field-Programmable Gate Arrays (FPGAs) are pre-fabricated silicon devices that can be electrically
programmed to become almost any kind of digital circuit or system. FPGAs contain programmable logic
components called "logic blocks", and a hierarchy of reconfigurable interconnects that allow the blocks to be
"wired together"—somewhat like a one-chip programmable breadboard. Logic blocks can be configured to
perform complex combinational functions, or merely simple logic gates like AND and XOR. In most FPGAs,
the logic blocks also include memory elements, which may be simple flip-flops or more complete blocks of
memory.
They have many advantages over Application Specific Integrated Circuits (ASIC). ASICs are designed
for specific application using CAD tools and fabricated at a foundry. Developing an ASIC takes very much time
and is expensive. Furthermore, it is not possible to correct errors after fabrication. In contrast to ASICs, FPGAs
are configured after fabrication and they also can be reconfigured. This is done with a hardware description
language (HDL) which is compiled to a bit stream and downloaded to the FPGA.
The advantages of the FPGA approach to CPLD implementation include highest amount of logic
density, the most features, and the highest performance. CPLDs, by contrast, offer much smaller amounts of
logic - up to about 10,000 gates. But CPLDs offer very predictable timing characteristics and are therefore ideal
for critical control applications.
The advantages of the FPGA approach to DSP implementation include higher sampling rates than are
available from traditional DSP chips, lower costs than an ASIC. The FPGA also adds design flexibility and
adaptability with optimal device utilization conserving both board space and system power that is often not the
case with DSP chips. Due to the increase of transistor density FPGA were getting more powerful over the years.
Therefore, FPGAs are increasingly applied to high performance embedded systems.
3.2 SPARTAN XC3S400A FPGA
The Spartan®-3A family of Field-Programmable Gate Arrays (FPGAs) solves the design challenges in
most high-volume, cost-sensitive, I/O-intensive electronic applications. The five-member family offers
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 69 | Page
densities ranging from 50,000 to 1.4 million system gates. The Spartan-3A FPGAs are part of the Extended
Spartan-3A family, which also include the non-volatile Spartan-3AN and the higher density Spartan-3A DSP
FPGAs. The Spartan-3A family builds on the success of the earlier Spartan-3E and Spartan-3 FPGA families.
New features improve system performance and reduce the cost of configuration. These Spartan-3A family
enhancements, combined with proven 90 nm process technology, deliver more functionality and bandwidth per
dollar than ever before, setting the new standard in the programmable logic industry. Because of their
exceptionally low cost, Spartan-3A FPGAs are ideally suited to a wide range of consumer electronics
applications, including broadband access, home networking, display/projection, and digital television
equipment. The Spartan-3A family is a superior alternative to mask programmed ASICs. FPGAs avoid the high
initial cost, lengthy development cycles, and the inherent inflexibility of conventional ASICs, and permit field
design upgrades.
IV. SOFTWARE USED
Xilinx ISE (Integrated Software Environment) is a software tool produced by Xilinx for synthesis and
analysis of HDL designs, which enables the developer to synthesize ("compile") their designs, perform timing
analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target
device with the programmer. This design is simulated and synthesized using Xilinx 10.1 ISE.
4.1 Designing FPGA Devices using VHDL
VHDL stands for VHSIC Hardware Description Language. VHSIC is itself an abbreviation for Very
High Speed Integrated Circuits. VHDL is hardware description language. It describes behaviour of an electronic
system, from which the physical Layer or system can then be implemented. It is intended for circuit synthesis as
well as circuit simulation.
The two main applications immediate of VHDL are in the field of Programmable logic devices and in
the field of ASICs. Once the VHDL code has been written, it can be used either to implement the circuit in
programmable device or can be submitted to a foundry for fabrication of a ASICs chip.
V. SIMULATION AND SYNTHESIS RESULTS
Synthesis is a process of constructing a gate level netlist from a register transfer level model of a circuit
described in Verilog HDL. Increasing design size and complexity, as well as improvements in design synthesis
and simulation tools, have made Hardware Description Languages (HDLs) the preferred design languages of
most integrated circuit designers. The two leading HDL synthesis and simulation languages are Verilog and
VHDL. Both have been adopted as IEEE standards. The Xilinx ISE™ software is designed to be used with
several HDL synthesis and simulation tools that provide a solution for programmable logic designs from
beginning to end.
5.1 Simulation Waveforms of Viterbi Decoder
The Simulation Waveform of Viterbi Decoder is shown in Fig. 6. To observe the speed and resource
utilization, RTL is generated, verified and synthesized using Xilinx Synthesis Tool (XST).
Figure 6: Simulation Waveform of Viterbi Decoder
5.2 RTL Schematic of Viterbi Decoder
Below Shown is the RTL Schematic of the Viterbi Decoder.
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 70 | Page
Figure 7: RTL Schematic of Viterbi Decoder
5.3 Device Utilization Report
This synthesis report is generated after the compilation of Design for the targeted Xilinx SPARTAN
3A based Xc3s400a FPGA Device. Here, The Design unit is not implemented on targeted FPGA Device. This
report contains about component used.
Table 1. Device utilization Summary
5.4 Timing and Power Summary
After the synthesis report, the timing diagram generated according to the given input. With the help of
timing diagram speed grade, Minimum period, Maximum Frequency, Maximum output required time after
clock is calculated.
Timing Summary
 Speed Grade: -4
 Minimum period: 30.190ns
 Maximum Frequency: 33.124MHz
 Minimum input arrival time before clock: 2.993ns
 Maximum output required time after clock: 5.531ns
 Power summary
Total estimated power consumption: P (mw): 49 mw
5.5 Comparative Analysis between Various FPGA Devices
Different FPGA family of SPARTAN are used to measure the performance of proposed Viterbi Decoder
Design.
5.5.1 Performance Comparison of proposed Viterbi Decoder Design in Various SPARTAN FPGA Devices
Table 2. Comparison between various SPARTAN FPGA Devices
Device Utilization Summary
Logic Utilization Used/Available Utilization
Number of Slices 104/3584 2 %
Number of Slice FFs 95/7168 1 %
Number of 4 input
LUTs
146/7168 2 %
Number of Bonded
IOBs
4/195 2 %
Number of GCLKs 2/24 8 %
Family Device No. of Slices No. of
Slice FFs.
Total No.
Of
4 i/p LUTs
Number
of
Bonded
IOBs
Max.
Freq.
SPARTAN2 xc2s100
-6fg256
103/1200
(8 %)
95/2400
(3 %)
150/2400
(6 %)
4/176
(2 %)
22.867
MHz
SPARTAN 2E xc2s200e
-7fft256
104/2352
(4 %)
95/4704
(2 %)
150/4704
(3 %)
4/178
(2 %)
26.867
MHz
SPARTAN 3E xc3s500e
-4fg320
104/4656
(2 %)
95/9312
(1 %)
143/9312
(1 %)
4/232
(1 %)
31.512
MHz
SPARTAN
3A
xc3s400a
-4fft256
104/3584
(2 %)
95/7168
(1 %)
146/7168
(2 %)
2/195
(2 %)
33.124
MHz
RTL Implementation of Viterbi Decoder using VHDL
www.iosrjournals.org 71 | Page
5.5.2 Performance Comparison of proposed Viterbi Decoder Design in Various VIRTEX FPGA Devices
Different FPGA family of VIRTEX are used to measure the performance of proposed Viterbi Decoder
Design.
Table 3. Comparison between various VIRTEX FPGA Devices
VI. CONCLUSIONS
In this Paper Resource optimized Viterbi Decoder has been proposed. The proposed Viterbi Decoder
has been designed with VHDL using traceback method. The designed Viterbi Decoder has been simulated using
Xilinx ISE simulator and synthesized with XST. The simulated and synthesized results show that proposed
design can work at an estimated frequency of 33.124 MHz by using considerable less resources of target FPGA
device SPARTAN 3A. This Paper also contains comparative analysis between various FPGA devices for the
same Design. The result shows that proposed design can work at Max. Frequency 113.104 MHz for targeted
FPGA Device VIRTEX 5 among all FPGA Devices. So, VRTEX 5 FPGA Device can give Max. Frequency for
proposed Design among all FPGA Devices.
REFERENCES
[1] Mahe Jabeen and Salma Khan, Design of Convolution Encoder and Reconfigurable Viterbi Decoder, International Journal of
Engineering and Science, Vol. 1, No.3, Sep 2012.
[2] P. Subhashini, D. R. Mahesh Varma and Y. David Solomon Raju, Implementation Analysis of adaptive Viterbi Decoder for High
Speed Applications, International Journal of Computer Applications (0975-– 8887), Volume 31– No.2, October 2011
[3] S.V.Viraktamath and G.V.Attimarad, Impact of constraint length on performance of Convolutional Codec in AWGN channel for
image application, International Journal of Engineering Science and Technology, Vol. 2(9), 2010, 4696-4700.
[4] Bernard Sklar, Digital Communications Fundamentals and Application, Published by Pearson education, Year 2003
[5] B.P.Lathi, Modern Digital and Analog Communication Systems, Third Edition.
[6] J.G. Proakis, Digital Communications, McGraw Hill.
[7] J. Bhaskar, A VHDL Primer, Third Edition
[8] Volnei A. Pedroni, Circuit Design with VHDL
[9] Christian Baumann, ―Field Programmable Gate Arrray (FPGA), Summary paper for the seminar Embedded System Architecture,
University of Innsbruck, January 13, 2010.
[10] Matthias Kamuf, Member, IEEE, Viktor Öwall, Member, IEEE, and John B. Anderson, Fellow, IEEE, Optimization and
Implementation of a Viterbi Decoder under Flexibility Constraints, IEEE Transactions on Circuits and Systems—I: Regular
Papers,Vol. 55, No. 8, September 2008.
[11] C. Arun, V. Rajamani, Design and VLSI implementation of a Low Probability of Error Viterbi decoder, First International
Conference on Emerging Trends in Engineering and Technology, IEEE 2008.
[12] Miloš Pilipovic, Marija Tadic, FPGAImplementation of Soft Input Viterbi Decoder for CDMA2000 System, 16Th
Telecommunication forum TELEFOR, 2008.
[13] Behzad Mohmad Heravi and Bahram Honary, Multi-rate Parameterized Viterbi Decoding for Partial Reconfiguration, PGNet 2006.
[14] Sriram Swaminathan, Russel Tessier, Dennis Goeckel and Wayne Burleson, A Dynamically Reconfigurable Adaptive Viterbi
Decoder, FPGA 02, Feb 2002, pages 24-26.
[15] T. K. Truong, Senior Member IEEE, Ming- Tang Shih, Irving S. Reed, Fellow IEEE, and E.H. Sartorius, Member IEEE, A VLSI
Design for Trace- back Viterbi Decoder, IEEE Transaction on Communications, Vol. 40, No. 3, March 1992.
[16] A. J. Viterbi, Error Bounds for Convolutional Codes and an Asymptotically Optimum Decoding Algorithm, IEEE Trans. Inform
Theory, vol. IT-13, pp. 260-269, Apr. 1967.
Family Device No. of Slices No. of
Slice FFs.
Total No.
Of
4 i/p LUTs
Number
of
Bonded
IOBs
Max.
Freq.
Virtex 2 xc2v500
-6fg256
104/3072
(3 %)
95/6144
(1 %)
142/6144
(2 %)
4/172
(2 %)
40.888
MHz
Virtex 4 xc4vlx100
-12ff1148
105/49152
(0 %)
95/98304
(0 %)
145/98304
(3 %)
4/768
(0 %)
67.057
MHz
Virtex 5 xc5vlx110
-3ff676
95/69120
(1 %)
No. of Fully
used LUT-FF
Pair
23/190
(12 %)
No. of Slice
LUT
118/69120
(1 %)
4/440
(0 %)
113.104
MHz
Virtex E Xcv400e
-8fg676
103/4800
(2 %)
95/9600
(0 %)
150/9600
(1 %)
4/404
(0 %)
29.933
MHz

Mais conteúdo relacionado

Mais procurados

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
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionAI Publications
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...TELKOMNIKA JOURNAL
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)IISRT
 
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
 
SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding IJECEIAES
 
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmHybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmIAEME Publication
 
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...IJERA Editor
 
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
 
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
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Bindia Kumari
 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copieSourour Kanzari
 
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
 
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
 

Mais procurados (20)

40120140504012
4012014050401240120140504012
40120140504012
 
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...
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial Television
 
Turbocode
TurbocodeTurbocode
Turbocode
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)
 
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
 
SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding
 
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmHybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
 
Lb35189919904
Lb35189919904Lb35189919904
Lb35189919904
 
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...
Analysis and Implementation of Hard-Decision Viterbi Decoding In Wireless Com...
 
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
 
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
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)
 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copie
 
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
 
Turbo Code
Turbo Code Turbo Code
Turbo Code
 
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
 

Destaque

Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...
Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...
Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...IOSR Journals
 
Control Methodology for Peak Demand through Multi-Source Environment at Deman...
Control Methodology for Peak Demand through Multi-Source Environment at Deman...Control Methodology for Peak Demand through Multi-Source Environment at Deman...
Control Methodology for Peak Demand through Multi-Source Environment at Deman...IOSR Journals
 
Captcha Recognition and Robustness Measurement using Image Processing Techniques
Captcha Recognition and Robustness Measurement using Image Processing TechniquesCaptcha Recognition and Robustness Measurement using Image Processing Techniques
Captcha Recognition and Robustness Measurement using Image Processing TechniquesIOSR Journals
 
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...IOSR Journals
 
Test preparation for the fifth grade
Test preparation for the fifth grade Test preparation for the fifth grade
Test preparation for the fifth grade Aleksandra Nikolic
 
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...IOSR Journals
 
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsIOSR Journals
 
What have your learned from your audience feedbackkkkkkk
What have your learned from your audience feedbackkkkkkkWhat have your learned from your audience feedbackkkkkkk
What have your learned from your audience feedbackkkkkkkTemibaybee
 
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformText Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformIOSR Journals
 
An Adaptive Masker for the Differential Evolution Algorithm
An Adaptive Masker for the Differential Evolution AlgorithmAn Adaptive Masker for the Differential Evolution Algorithm
An Adaptive Masker for the Differential Evolution AlgorithmIOSR Journals
 
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...IOSR Journals
 
Performance Analysis of New Light Weight Cryptographic Algorithms
Performance Analysis of New Light Weight Cryptographic  AlgorithmsPerformance Analysis of New Light Weight Cryptographic  Algorithms
Performance Analysis of New Light Weight Cryptographic AlgorithmsIOSR Journals
 
Lafip - Projeto Health Corp
Lafip - Projeto Health CorpLafip - Projeto Health Corp
Lafip - Projeto Health CorpTiago Cunha
 
Studying the Impact of the Solar Activity on the Maximum Usable Frequency Pa...
Studying the Impact of the Solar Activity on the Maximum  Usable Frequency Pa...Studying the Impact of the Solar Activity on the Maximum  Usable Frequency Pa...
Studying the Impact of the Solar Activity on the Maximum Usable Frequency Pa...IOSR Journals
 
Color to Gray and back’ using normalization of color components with Cosine, ...
Color to Gray and back’ using normalization of color components with Cosine, ...Color to Gray and back’ using normalization of color components with Cosine, ...
Color to Gray and back’ using normalization of color components with Cosine, ...IOSR Journals
 
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...IOSR Journals
 

Destaque (20)

Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...
Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...
Fuzzy Logic Controller Based ZVT-ZCT PWM Boost Converter Using Renewable Ener...
 
Control Methodology for Peak Demand through Multi-Source Environment at Deman...
Control Methodology for Peak Demand through Multi-Source Environment at Deman...Control Methodology for Peak Demand through Multi-Source Environment at Deman...
Control Methodology for Peak Demand through Multi-Source Environment at Deman...
 
Captcha Recognition and Robustness Measurement using Image Processing Techniques
Captcha Recognition and Robustness Measurement using Image Processing TechniquesCaptcha Recognition and Robustness Measurement using Image Processing Techniques
Captcha Recognition and Robustness Measurement using Image Processing Techniques
 
H0365158
H0365158H0365158
H0365158
 
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...
Control of Grid- Interfacing Inverters with Integrated Voltage Unbalance Corr...
 
Test preparation for the fifth grade
Test preparation for the fifth grade Test preparation for the fifth grade
Test preparation for the fifth grade
 
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
Universal Artificial Intelligence for Intelligent Agents: An Approach to Supe...
 
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary InstitutionsData Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
 
What have your learned from your audience feedbackkkkkkk
What have your learned from your audience feedbackkkkkkkWhat have your learned from your audience feedbackkkkkkk
What have your learned from your audience feedbackkkkkkk
 
B0430913
B0430913B0430913
B0430913
 
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformText Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
 
An Adaptive Masker for the Differential Evolution Algorithm
An Adaptive Masker for the Differential Evolution AlgorithmAn Adaptive Masker for the Differential Evolution Algorithm
An Adaptive Masker for the Differential Evolution Algorithm
 
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...
A Solar System to reduce the Power Crisis in Bangladesh through Electric Vehi...
 
Performance Analysis of New Light Weight Cryptographic Algorithms
Performance Analysis of New Light Weight Cryptographic  AlgorithmsPerformance Analysis of New Light Weight Cryptographic  Algorithms
Performance Analysis of New Light Weight Cryptographic Algorithms
 
Lafip - Projeto Health Corp
Lafip - Projeto Health CorpLafip - Projeto Health Corp
Lafip - Projeto Health Corp
 
Recee
ReceeRecee
Recee
 
4033 chiminazzo lionela_tp10
4033 chiminazzo lionela_tp104033 chiminazzo lionela_tp10
4033 chiminazzo lionela_tp10
 
Studying the Impact of the Solar Activity on the Maximum Usable Frequency Pa...
Studying the Impact of the Solar Activity on the Maximum  Usable Frequency Pa...Studying the Impact of the Solar Activity on the Maximum  Usable Frequency Pa...
Studying the Impact of the Solar Activity on the Maximum Usable Frequency Pa...
 
Color to Gray and back’ using normalization of color components with Cosine, ...
Color to Gray and back’ using normalization of color components with Cosine, ...Color to Gray and back’ using normalization of color components with Cosine, ...
Color to Gray and back’ using normalization of color components with Cosine, ...
 
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
 

Semelhante a K0216571

Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd Iaetsd
 
AN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERAN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERIJCSEA Journal
 
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
 
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
 
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
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514IJRAT
 
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
 
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
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
Viterbi Decoder Plain Sailing Design for TCM Decoders
Viterbi Decoder Plain Sailing Design for TCM DecodersViterbi Decoder Plain Sailing Design for TCM Decoders
Viterbi Decoder Plain Sailing Design for TCM Decodersijtsrd
 
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmAn Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmIJERA Editor
 
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...VIT-AP University
 

Semelhante a K0216571 (20)

Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutional
 
AN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODERAN EFFICIENT VITERBI DECODER
AN EFFICIENT VITERBI DECODER
 
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)
 
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...
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Ijetcas14 378
Ijetcas14 378Ijetcas14 378
Ijetcas14 378
 
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
 
E010224043
E010224043E010224043
E010224043
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514
 
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...
 
G364246
G364246G364246
G364246
 
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...
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
srivastava2018.pdf
srivastava2018.pdfsrivastava2018.pdf
srivastava2018.pdf
 
Viterbi Decoder Plain Sailing Design for TCM Decoders
Viterbi Decoder Plain Sailing Design for TCM DecodersViterbi Decoder Plain Sailing Design for TCM Decoders
Viterbi Decoder Plain Sailing Design for TCM Decoders
 
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmAn Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
 

Mais de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Último (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

K0216571

  • 1. IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 2, Issue 1 (Mar. – Apr. 2013), PP 65-71 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197 www.iosrjournals.org www.iosrjournals.org 65 | Page RTL Implementation of Viterbi Decoder using VHDL Hiral Pujara1 , Pankaj Prajapati2 1 (Electronics &Communication Engineering Department, L.D. College of Engineering/ GTU, India) 2 (Electronics &Communication Engineering Department, L.D. College of Engineering/ GTU, India) Abstract : Forward Error Correction techniques are utilized for correction of errors at the receiver end. Convolutional encoding is an FEC technique that is particularly suited to a channel in which the transmitted signal is corrupted mainly by additive white Gaussian noise (AWGN). Viterbi algorithm is a well known Maximum-likelihood algorithm for decoding of Convolutional codes. They have rather good correcting capability and perform well even on very noisy channels. It has been widely deployed in many wireless communication systems to improve the limited capacity of the communication channels. The main Objective of this paper is to describe comparative analysis between various FPGA Devices for proposed design resource optimized implementation of Viterbi Decoder. The base of comparison is simulation and synthesized result. In this paper, resource optimized Viterbi Decoder has been designed using Trace back architecture. The proposed Viterbi Decoder with rate ½ and constraint Length 3 has been designed using VHDL, simulated using Xilinx ISE Simulator and synthesized with Xilinx Synthesis Tool (XST). The Viterbi Decoder is compatible with many common standards, such as DVB, 3GPP2, 3GPP, IEEE 802.16 and LTE. Keywords - Convolutional Encoder, Forward Error Correction (FEC), Traceback method, Viterbi Algorithm, Viterbi Decoder I. INTRODUCTION Encoding the information sequence prior to transmission implies adding extra redundancy to it, which is then used at the receiver end to reconstruct the original sequence, effectively reducing the probability of errors induced by a noisy channel. Different structures of codes have developed since, which are known as channel coding. The encoder adds redundant bits to the sender's bit stream to create a codeword. The decoder uses the redundant bits to detect and/or correct as many bit errors as the particular error control code will allow. Like any error correcting code, a Convolutional code works by adding some structured redundant information to the user's data and then correcting errors using this information. There have been a few Convolutional decoding methods such as sequential and Viterbi decoding, of which the most commonly employed technique is the Viterbi Algorithm (VA). Viterbi decoding was developed by Andrew. J. Viterbi, the founder of Qualcomm Corporation in April, 1967 [16]. Since then, other researchers have expanded on Viterbi’s work by finding good Convolutional codes, exploring the performance limits of the technique, and varying decoder design parameters to optimize the implementation of the technique in hardware and software. Viterbi algorithm is being widely used in many wireless and mobile communication systems for optimal decoding of Convolutional codes. The Viterbi alignment is a dynamic programming algorithm for finding the most likely sequence of hidden states – called the Viterbi path – that results in a sequence of observed events, especially in the context of Markov information sources and hidden Markov models. Applications using Viterbi decoding [13] include digital modems and digital cellular telephone, where low latency, component cost and power consumption are must. II. VITERBI DECODER Fig. 1 shows Basic Block Diagram of Convolution Encoding and decoding which basically consists three main blocks: Convolutional Encoder, AWGN Channel and Viterbi Decoder [12]. x c r v Noise Figure 1: Block Diagram of Convolution Encoding and Decoding 2.1 Convolutional Encoder Convolutional Encoder AWGN Channel Viterbi Decoder
  • 2. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 66 | Page In convolutional encoding n-tuple of data is generated for every k-tuple of inputs based on both current and K-1 previous k-tuples where K is called constraint length of the code. A (n, k, m) convolutional code can be implemented with a k-input, n-output linear sequential circuit with input memory ‘m’. Typically, ‘n’ and ‘k’ are small integers with k<n, but the memory order ‘m’ must be made large to achieve low error probabilities. The constraint length K of the code represents the number of bits in the encoder memory that effect the generation of the n output bits and is defined as K = m+1. The code rate r of the code is a measure of the code efficiency and is defines as r= k/n. A Convolutional Encoder is a Finite state machine [13] i.e. a model of behavior composed of states, action and transition. Contents of first K-1 shift register stages defines the encoder state. Memory register start with 0 and modulo-2 adders among the registers and input generate the encoded data. Generator polynomial defines how the adders (XOR gates) are placed.The proposed Encoder has the following specifications below and schematic in Fig. 2. Constraint Length: K = 3, Input bit: k = 1, Output bit: n = 2 Generator Polynomials: G1 = 1 + X + X2 , G2 = 1 + X2 Figure 2: Convlolutional Encoder (Rate ½, K = 3) 2.2 Viterbi Algorithm Viterbi decoding was developed by Andrew J. Viterbi, is an Italian-American electrical engineer and businessman who co-founded Qualcomm Inc. His seminar paper titled "Error Bounds for Convolutional Codes and an Asymptotically Optimum Decoding Algorithm", published in IEEE Transactions on Information Theory, in April, 1967 [16]. Viterbi algorithm is a maximum likelihood method to find the most probable sequence of hidden states based on a given sequence of observed outputs in Hidden Markov model. However it reduces the computational load by taking the advantage of special structure in code trellis. The algorithm involves calculating a measure of distance between the received signal at the time t1 and the entire trellis path entering each state at time t1. The most likely path through the trellis will maximize this metric. The early rejection of the unlikely paths reduces the decoding complexity. Advantage of Viterbi algorithm is that it has self- correction of the code, minimization of transmitting Energy, minimization of BW and very good ability to correct wrong transmitted bits. 2.3 Viterbi Decoder Error correction is an integral part of any communication system and for this purpose, the convolution codes are widely used as forward error correction codes. . The two decoding algorithms used for decoding the Convolutional codes are Viterbi algorithm and Sequential algorithm. Sequential decoding has advantage that it can perform very well with long constraint length Convolutional codes, but it has a variable decoding time. Viterbi decoding is the best technique for decoding the Convolutional codes but it is limited to smaller constraint lengths (K<10) [5]. It has fixed decoding time compared to sequential decoding. With the Viterbi algorithm, storage and computational complexity are proportional to 2K . To achieve very low error probabilities, longer constraint lengths are required, and sequential decoding becomes attractive. The performance of a decoder is characterized by the number of decoded output bits which are in error, the Bit Error Rate or BER. The Viterbi algorithm [13], the most popular decoding approach for convolutional codes, determines a minimum distance path with regards to Hamming distances applied to each received symbol. A limiting factor in Viterbi decoder implementations is the need to preserve candidate paths at all 2K−1 trellis states for each received symbol. This requirement leads to an exponential growth in the amount of computation performed and in the amount of path storage retained as constraint length K grows. A Viterbi algorithm consists of the three major parts [13]: Branch metric unit, Path metric unit and trace back as shown in Fig. 3. Encoded Decoded Stream Stream Figure 3: Block Diagram of Viterbi Decoder [3] Branch Metric Unit Path Metric Calculation Trace back Unit
  • 3. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 67 | Page 1) Branch metric calculation The first unit is called Branch metric unit. The Hamming distance (or other metric) values we compute at each time instant for the paths between the states at the previous time instant and the states at the current time instant are called branch metrics. Hamming distance or Euclidean distance is used for branch metric computation. 2) Path metric calculation An accumulated Error metric called path metric (PM) contains the 2K-1 optimal paths. The current Branch Metric is added to previous PM and each the two distances are compared for all Add- compare select unit In terms of speed the performance of Viterbi Decoder is mainly determined by the number of ACS (2K-1 ) units and their computation time. As shown in figure each ACS unit comprises two adder blocks, a comparator and a selector block. Figure 4: Block Diagram of Add Compare Select unit [13] 3) Trace back unit The final unit is trace back unit where the survivor path and output data are identified. The Viterbi decoding flowchart is given in Fig. 5. Figure 5: Viterbi decoding Flow Chart 2.4 Types of Viterbi Decoding 1) Hard decision Viterbi deocding Demodulator output configured by variety of ways [4]: In which output of demodulator is quantized into two levels, zeros and one and fed into decoder (1- bit is used to describe each code symbol). Decoder operates on hard-decisions made by demodulator, decoding is called Hard- decision decoding. In which path through trellis is determined using hamming distance measure. 2) Soft decision Viterbi deocding In which output of demodulator is quantized into greater than two levels [4]. If output of demodulator is quantized into 3-bit result in 8- level output then 3-bits is used to describe each code symbol. In which
  • 4. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 68 | Page Euclidian distance as a distance is measured instead of hamming distance. The advantage of using soft- decision decoding is to provide decoder with more information, which decoder then use for recovering the message sequences. It provides better error performance than hard- decision type Viterbi decoding also Performance improvement of approximately 2 dB in required S/N ratio compared to two level quantization for a Gaussian Channel. Disadvantage of using soft decision decoding is increase in required memory size at decoder and reduce speed. 2.5 Viterbi Decoding Techniques There are mainly two types of decoding techniques available in order to decode the data at the receiver end. 1) Register Exchange Method In this method, a register assigned to each state contains information bits for the survivor path from the initial state to current state. In fact, register keeps decoded output sequences along the path. This method requires copy of all registers at each stage. The need to trace back is eliminated since the register of final state contains decoded output sequence. This approach results in complex hardware due to need to copy contents of all register in a stage to next stage. Since the RE method does not need tracing back, it is faster. 2) Traceback Method Trace back is memory organization method to store survivor paths and retrieve the decoded data. Direct implementation of this method is not practical because of an infinite storage size is needed; therefore in practice semiconductor infinite memory locations are reused periodically. The Trace Back Unit performs three operations: write new Data, Trace Back Read and Decode Read. Memory is organized as a two dimensional structure where row are assigned to states and columns to time steps. Three memory blocks are used in operation: write block is used to store ACS decision vectors, Decode block where the decoded bit sequences is read in backward order and Trace Back Block which is used to find the starting point of next trance back sequences. Traceback Depth (D) is a predefined parameter that defines the size of each memory block [13]. To guarantee the convergence a traceback depth of D = 5K is sufficient and the memory block size will be 2K-1 x 5K. Traceback method is area efficient and better than RE method. . Register exchange method requires complex hardware compare to the Traceback method for larger constraint length though it will give faster speed. In this project I had implemented a hard decision and trace back method for viterbi decoding. III. PROGRAMMABLE DEVICES Programmable devices are those devices which can be programmed by the user. Various programmable devices are PLDs, CPLDs, ASICs and FPGAs. 3.1 Field Programmable Gate Arrays Field-Programmable Gate Arrays (FPGAs) are pre-fabricated silicon devices that can be electrically programmed to become almost any kind of digital circuit or system. FPGAs contain programmable logic components called "logic blocks", and a hierarchy of reconfigurable interconnects that allow the blocks to be "wired together"—somewhat like a one-chip programmable breadboard. Logic blocks can be configured to perform complex combinational functions, or merely simple logic gates like AND and XOR. In most FPGAs, the logic blocks also include memory elements, which may be simple flip-flops or more complete blocks of memory. They have many advantages over Application Specific Integrated Circuits (ASIC). ASICs are designed for specific application using CAD tools and fabricated at a foundry. Developing an ASIC takes very much time and is expensive. Furthermore, it is not possible to correct errors after fabrication. In contrast to ASICs, FPGAs are configured after fabrication and they also can be reconfigured. This is done with a hardware description language (HDL) which is compiled to a bit stream and downloaded to the FPGA. The advantages of the FPGA approach to CPLD implementation include highest amount of logic density, the most features, and the highest performance. CPLDs, by contrast, offer much smaller amounts of logic - up to about 10,000 gates. But CPLDs offer very predictable timing characteristics and are therefore ideal for critical control applications. The advantages of the FPGA approach to DSP implementation include higher sampling rates than are available from traditional DSP chips, lower costs than an ASIC. The FPGA also adds design flexibility and adaptability with optimal device utilization conserving both board space and system power that is often not the case with DSP chips. Due to the increase of transistor density FPGA were getting more powerful over the years. Therefore, FPGAs are increasingly applied to high performance embedded systems. 3.2 SPARTAN XC3S400A FPGA The Spartan®-3A family of Field-Programmable Gate Arrays (FPGAs) solves the design challenges in most high-volume, cost-sensitive, I/O-intensive electronic applications. The five-member family offers
  • 5. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 69 | Page densities ranging from 50,000 to 1.4 million system gates. The Spartan-3A FPGAs are part of the Extended Spartan-3A family, which also include the non-volatile Spartan-3AN and the higher density Spartan-3A DSP FPGAs. The Spartan-3A family builds on the success of the earlier Spartan-3E and Spartan-3 FPGA families. New features improve system performance and reduce the cost of configuration. These Spartan-3A family enhancements, combined with proven 90 nm process technology, deliver more functionality and bandwidth per dollar than ever before, setting the new standard in the programmable logic industry. Because of their exceptionally low cost, Spartan-3A FPGAs are ideally suited to a wide range of consumer electronics applications, including broadband access, home networking, display/projection, and digital television equipment. The Spartan-3A family is a superior alternative to mask programmed ASICs. FPGAs avoid the high initial cost, lengthy development cycles, and the inherent inflexibility of conventional ASICs, and permit field design upgrades. IV. SOFTWARE USED Xilinx ISE (Integrated Software Environment) is a software tool produced by Xilinx for synthesis and analysis of HDL designs, which enables the developer to synthesize ("compile") their designs, perform timing analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target device with the programmer. This design is simulated and synthesized using Xilinx 10.1 ISE. 4.1 Designing FPGA Devices using VHDL VHDL stands for VHSIC Hardware Description Language. VHSIC is itself an abbreviation for Very High Speed Integrated Circuits. VHDL is hardware description language. It describes behaviour of an electronic system, from which the physical Layer or system can then be implemented. It is intended for circuit synthesis as well as circuit simulation. The two main applications immediate of VHDL are in the field of Programmable logic devices and in the field of ASICs. Once the VHDL code has been written, it can be used either to implement the circuit in programmable device or can be submitted to a foundry for fabrication of a ASICs chip. V. SIMULATION AND SYNTHESIS RESULTS Synthesis is a process of constructing a gate level netlist from a register transfer level model of a circuit described in Verilog HDL. Increasing design size and complexity, as well as improvements in design synthesis and simulation tools, have made Hardware Description Languages (HDLs) the preferred design languages of most integrated circuit designers. The two leading HDL synthesis and simulation languages are Verilog and VHDL. Both have been adopted as IEEE standards. The Xilinx ISE™ software is designed to be used with several HDL synthesis and simulation tools that provide a solution for programmable logic designs from beginning to end. 5.1 Simulation Waveforms of Viterbi Decoder The Simulation Waveform of Viterbi Decoder is shown in Fig. 6. To observe the speed and resource utilization, RTL is generated, verified and synthesized using Xilinx Synthesis Tool (XST). Figure 6: Simulation Waveform of Viterbi Decoder 5.2 RTL Schematic of Viterbi Decoder Below Shown is the RTL Schematic of the Viterbi Decoder.
  • 6. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 70 | Page Figure 7: RTL Schematic of Viterbi Decoder 5.3 Device Utilization Report This synthesis report is generated after the compilation of Design for the targeted Xilinx SPARTAN 3A based Xc3s400a FPGA Device. Here, The Design unit is not implemented on targeted FPGA Device. This report contains about component used. Table 1. Device utilization Summary 5.4 Timing and Power Summary After the synthesis report, the timing diagram generated according to the given input. With the help of timing diagram speed grade, Minimum period, Maximum Frequency, Maximum output required time after clock is calculated. Timing Summary  Speed Grade: -4  Minimum period: 30.190ns  Maximum Frequency: 33.124MHz  Minimum input arrival time before clock: 2.993ns  Maximum output required time after clock: 5.531ns  Power summary Total estimated power consumption: P (mw): 49 mw 5.5 Comparative Analysis between Various FPGA Devices Different FPGA family of SPARTAN are used to measure the performance of proposed Viterbi Decoder Design. 5.5.1 Performance Comparison of proposed Viterbi Decoder Design in Various SPARTAN FPGA Devices Table 2. Comparison between various SPARTAN FPGA Devices Device Utilization Summary Logic Utilization Used/Available Utilization Number of Slices 104/3584 2 % Number of Slice FFs 95/7168 1 % Number of 4 input LUTs 146/7168 2 % Number of Bonded IOBs 4/195 2 % Number of GCLKs 2/24 8 % Family Device No. of Slices No. of Slice FFs. Total No. Of 4 i/p LUTs Number of Bonded IOBs Max. Freq. SPARTAN2 xc2s100 -6fg256 103/1200 (8 %) 95/2400 (3 %) 150/2400 (6 %) 4/176 (2 %) 22.867 MHz SPARTAN 2E xc2s200e -7fft256 104/2352 (4 %) 95/4704 (2 %) 150/4704 (3 %) 4/178 (2 %) 26.867 MHz SPARTAN 3E xc3s500e -4fg320 104/4656 (2 %) 95/9312 (1 %) 143/9312 (1 %) 4/232 (1 %) 31.512 MHz SPARTAN 3A xc3s400a -4fft256 104/3584 (2 %) 95/7168 (1 %) 146/7168 (2 %) 2/195 (2 %) 33.124 MHz
  • 7. RTL Implementation of Viterbi Decoder using VHDL www.iosrjournals.org 71 | Page 5.5.2 Performance Comparison of proposed Viterbi Decoder Design in Various VIRTEX FPGA Devices Different FPGA family of VIRTEX are used to measure the performance of proposed Viterbi Decoder Design. Table 3. Comparison between various VIRTEX FPGA Devices VI. CONCLUSIONS In this Paper Resource optimized Viterbi Decoder has been proposed. The proposed Viterbi Decoder has been designed with VHDL using traceback method. The designed Viterbi Decoder has been simulated using Xilinx ISE simulator and synthesized with XST. The simulated and synthesized results show that proposed design can work at an estimated frequency of 33.124 MHz by using considerable less resources of target FPGA device SPARTAN 3A. This Paper also contains comparative analysis between various FPGA devices for the same Design. The result shows that proposed design can work at Max. Frequency 113.104 MHz for targeted FPGA Device VIRTEX 5 among all FPGA Devices. So, VRTEX 5 FPGA Device can give Max. Frequency for proposed Design among all FPGA Devices. REFERENCES [1] Mahe Jabeen and Salma Khan, Design of Convolution Encoder and Reconfigurable Viterbi Decoder, International Journal of Engineering and Science, Vol. 1, No.3, Sep 2012. [2] P. Subhashini, D. R. Mahesh Varma and Y. David Solomon Raju, Implementation Analysis of adaptive Viterbi Decoder for High Speed Applications, International Journal of Computer Applications (0975-– 8887), Volume 31– No.2, October 2011 [3] S.V.Viraktamath and G.V.Attimarad, Impact of constraint length on performance of Convolutional Codec in AWGN channel for image application, International Journal of Engineering Science and Technology, Vol. 2(9), 2010, 4696-4700. [4] Bernard Sklar, Digital Communications Fundamentals and Application, Published by Pearson education, Year 2003 [5] B.P.Lathi, Modern Digital and Analog Communication Systems, Third Edition. [6] J.G. Proakis, Digital Communications, McGraw Hill. [7] J. Bhaskar, A VHDL Primer, Third Edition [8] Volnei A. Pedroni, Circuit Design with VHDL [9] Christian Baumann, ―Field Programmable Gate Arrray (FPGA), Summary paper for the seminar Embedded System Architecture, University of Innsbruck, January 13, 2010. [10] Matthias Kamuf, Member, IEEE, Viktor Öwall, Member, IEEE, and John B. Anderson, Fellow, IEEE, Optimization and Implementation of a Viterbi Decoder under Flexibility Constraints, IEEE Transactions on Circuits and Systems—I: Regular Papers,Vol. 55, No. 8, September 2008. [11] C. Arun, V. Rajamani, Design and VLSI implementation of a Low Probability of Error Viterbi decoder, First International Conference on Emerging Trends in Engineering and Technology, IEEE 2008. [12] Miloš Pilipovic, Marija Tadic, FPGAImplementation of Soft Input Viterbi Decoder for CDMA2000 System, 16Th Telecommunication forum TELEFOR, 2008. [13] Behzad Mohmad Heravi and Bahram Honary, Multi-rate Parameterized Viterbi Decoding for Partial Reconfiguration, PGNet 2006. [14] Sriram Swaminathan, Russel Tessier, Dennis Goeckel and Wayne Burleson, A Dynamically Reconfigurable Adaptive Viterbi Decoder, FPGA 02, Feb 2002, pages 24-26. [15] T. K. Truong, Senior Member IEEE, Ming- Tang Shih, Irving S. Reed, Fellow IEEE, and E.H. Sartorius, Member IEEE, A VLSI Design for Trace- back Viterbi Decoder, IEEE Transaction on Communications, Vol. 40, No. 3, March 1992. [16] A. J. Viterbi, Error Bounds for Convolutional Codes and an Asymptotically Optimum Decoding Algorithm, IEEE Trans. Inform Theory, vol. IT-13, pp. 260-269, Apr. 1967. Family Device No. of Slices No. of Slice FFs. Total No. Of 4 i/p LUTs Number of Bonded IOBs Max. Freq. Virtex 2 xc2v500 -6fg256 104/3072 (3 %) 95/6144 (1 %) 142/6144 (2 %) 4/172 (2 %) 40.888 MHz Virtex 4 xc4vlx100 -12ff1148 105/49152 (0 %) 95/98304 (0 %) 145/98304 (3 %) 4/768 (0 %) 67.057 MHz Virtex 5 xc5vlx110 -3ff676 95/69120 (1 %) No. of Fully used LUT-FF Pair 23/190 (12 %) No. of Slice LUT 118/69120 (1 %) 4/440 (0 %) 113.104 MHz Virtex E Xcv400e -8fg676 103/4800 (2 %) 95/9600 (0 %) 150/9600 (1 %) 4/404 (0 %) 29.933 MHz