SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 3 (May. - Jun. 2013), PP 10-15
www.iosrjournals.org
www.iosrjournals.org 10 | Page
Vlsi Implementation of Low Power Convolutional Coding With
Viterbi Decoding Using Fsm
S.Gnanamurugan1
, A.Sindhu2
,
Assistant professor Department of ECE, Arunai college of Engineering1
, Tiruvannamalai
PG Scholar, Department of ECE, Arunai college of Engineering2
, Tiruvannamalai
Abstract: Convolution Encoding with Viterbi Decoding is a powerful method for Forward Error correction and
Detection. It has been deployed in many Wireless Communication Systems to improve the limited capacity of the
Communication channels. Forward Error Correction techniques that is particularly suited to a channel in
which the transmitted signal is corrupted mainly by Additive White Gaussian Noise. Convolution codes which
are designed with state diagram method,Viterbi Decoder includes Branch Metric Unit, Add-Compare Select
unit, Survivor-Path Memory involving choices of area and power. VLSI process technologies make it possible to
realize one chip high speed encoder and decoders. Fixed set of parameters of 1/2 code rate with a constraint
length of 3, encoder polynomials and trace back depth is complex. This complexity is reduced by different
techniques with respect to reduction in area size increase the speed and low power consumption.
Keywords: FEC, ConvolutionalEncoder, Viterbi Decoder.
I. Introduction
Convolution coding is a popular error-correcting coding method used in digital communications. A
message is convoluted, and then transmitted into a noisy channel. This convolution operation encodes some
redundant information into the transmitted signal, thereby improving the data capacity of the channel. The
Viterbi algorithm is a popular method used to decode convolutionally coded messages. The algorithm tracks
down the most likely state sequences the encoder went through in encoding the message, and uses this
information to determine the original message.
Instead of estimating a message based on each individual sample in the signal, the convolution
encoding and Viterbi decoding process packages and encodes a message as a sequence, providing a level of
correlation between each sample in the signal. As the convolution codes are used mostly for the channel
encoding of data to achieve low-error-rate in latest wireless communication
Standards like3GPP, GSM and WLAN; the use of optimal decoding Viterbi algorithm will suffice. All
communication channels are subject to the additive white Gaussian noise (AWGN) around the environment. The
block codes can be applied only for the block of data where as convolution coding has can be applied to a
continuous data stream as well as to blocks of data. Convolution Encoding with Viterbi decoding is a powerful
FEC technique that is particularly suited to a channel in which the Transmitted signal is corrupted mainly by
AWGN. It operates on data streamand has memory that uses previous bits to encode.
FEC techniques are used in the transmitter to encode the data stream and receiver to detect and correct
bits in errors, hence minimize the bit error rate (BER) to improve the performance. RS decoding algorithm
complexity is relatively low and can be implemented in hardware at very high data rates. It seems to be an ideal
code attributes for any application. However, RS codes performvery poorly in AWGN channel.
Fig.1.1 Digital Communication system
Convolution encoding with Viterbi decoding is a powerful FEC technique that is Particularly suited to
a channel in which the transmitted signal is corrupted mainly by AWGN. It operates on data stream and has
memory that uses previous bits to encode. It is simple and has good performance with low implementation cost.
The Viterbi algorithm (VA) is used for decoding a bit stream that has been encoded using FEC code. The
convolution encoder adds redundancy to a continuous stream of input data by using a linear shift register. The
convolution Encoder and Viterbi Decoder used in the Digital Communications Systemis shown in Fig.1.1.
Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm
www.iosrjournals.org 11 | Page
II. Forward Error Correction
Forward Error Correction is a system of error control for data transmission by adding some redundant
symbols to the transmitted information to facilitate error detection and error correction at receiver end. The
addition of redundancy in coded message simples the need for increased transmission bandwidth and also the
system complexity .Forward Error Correction (FEC) in digital communication system improves the error
detection as well as error correction capability of the system at the cost of increased bandwidth and system
complexity. Using FEC the need for retransmission of data can be avoided hence it is applied in situations where
applied in situations where retransmissions are relatively costly or impossible.
FEC can be classified in two categories namely block codes and convolution codes. Block codes work
on fixed size blocks of bits where as convolution codes work on arbitrary length blocks of bits. The convolution
coder is often used in digital communication systems where the signal to noise ratio is very low. In this, t he
encoding operation may be viewed as discrete time convolution of input sequence with the impulse response of
the encoder.
Error detection and correction or error control is techniques that enable reliable delivery of digital data
over unreliable communication channels. Many communication channels are subject to channel noise, and thus
errors may be introduced during transmission from the source to a receiver. Error detection techniques allow
detecting such errors, while error correction enables reconstruction of the original data.
III. Convolutional Encoder
The convolution encoder consists of a shift register, which shifts in a number of the bits from I at a
time, and then produces a set of output bits based on logical operations carried out on parts of I in the register
memory. This process is often referred to as convolution encoding. The encoder introduces redundancy into the
output code, producing more output bits than input bits shifted into its memory. As a bit is shifted along the
register it becomes part of other output symbols sent. Thus the present output bit that is observed by the VA has
information about previous bits in I, so that if one of these symbols becomes corrupted then the VA can still
decode the original bits in I by using information fromthe previous and subsequent observation symbols.
A diagram of the convolution encoder used shown in Figure 3.1. It is assumed here that the shift register only
shifts in one bit at a time and outputs two bits, though other combinations of input to output bits are possible.
Fig.3.1: Convolution Encoder
At the initial point the shift registers in the convolution encoder are at reset position which is all-zero
content. As illustrated in Fig2.Whenever a data bit enters from the input port, encoder produces two encoded
bits and both of the encoded bits are correlated with instant and K-1 number of previous input bits, where K
refers to the constraint length of the convolution encoder.
IV. State Diagram
State diagram is the graphical way to show state table. In the state diagram bubbles are the states and
the indicators of the states are written inside the bubbles. Arrows are the state transitions according to input
values. The value on the arrows corresponds to the output of the encoder while the transition takes place w ith
respect to the input value as shown in fig 4.1.
Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm
www.iosrjournals.org 12 | Page
Fig.4.1: State Diagram
An input sequence I, of 0 1 1 0 0 0 is to be transmitted across the BSC, using the convolution encoder
described above, then the output obtained from the encoder will be 00 11 01 01 11 00, as shown in Transition
Table 4.2.
TABLE 4.2 Transition Table
V. Encoder Output Sequence
The output is termed as the Encoder Output Sequence (EOS).shows the corresponding contents of each
memory element of the shift register, where each element is assumed to be initialized to zero's at the start of
encoding. As the EOS is constructed by the encoder, the part of the EOS already formed is transmitted across
the channel. At the receiving end of the channel the following noisy sequence of bits may be received, 01 11 01
00 11 00. As can be seen there are two bit errors in this sequence, the 00 at the beginning has changed to 01, and
similarly the fourth symbol has changed to 00 from 01. It is the job of the Viterbi Algorithm to find the most
likely set of states visited by the original FSM and thus determine the original input sequence.
VI. Viterbi Decoder
The receiver can deliver either hard or soft symbols to the Viterbi decoder. A hard symbol is equivalent
to a binary +/-1. A soft symbol, on the other hand, is multileveled to represent the confidence in the bit being
positive or negative. For instance, if the channel is non-fading and Gaussian, the output of the matched filter
quantified to a given number of bits is a suitable soft input. In both cases, 0 is used to represent a punctured bit.
The basic units of viterbi decoder are branch metrics, Add compare select and Survivor management
unit. Figure5.1.shows the general structure of a Viterbi decoder. The quality of Viterbi decoder design is mainly
measured by three criteria.
 Coding gain
 Throughput
 Power dissipation.
It consist of three blocks: the branch metric unit (BMU), which computes metrics, the add–compare–
select unit (ACSU), which selects the survivor paths for each trellis state, also finds the minimum path
metric of the survivor paths and the survivor manage ment unit (SMU), that is responsible for selecting the
output based on the minimum path metric.
Fig.5.1: Structure of a Viterbi Decoder
VII. Viterbi Algorithm
The Viterbi algorithm was originally invented to detect convolutionally encoded data symbols[2].The
Algorithm (VA) finds a maximum like hood (ML) estimate of a code sequence c from the corresponding
Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm
www.iosrjournals.org 13 | Page
received sequence r by maximizing the probability(r|c) that sequence is received conditioned on the estimated
code sequence must be a valid coded sequence. The Viterbi algorithm utilizes the trellis diagram to compute
path metrics. The channel is assumed to be memory less, i.e. the noise sample affecting a received bit is
independent from the noise sample affecting the other bits. The decoding operation starts from state „00‟, i.e.
with the assumption that the initial state of the encoder is „00‟.With receipt of one noisy code word, the
decoding operation progresses by one step deeper in to the trellis diagram. In the process, the „accumulated path
metric‟ is updated by adding the metric of the incoming branch with the „accumulated path metric‟ of the state
from where the branch originated. No decision about a received codeword is taken such operations and the
decoding decision is deliberately delayed to reduce the possibility of erroneous decision.
VIII. Simulation Results
BRANCH METRIC UNIT STATE-10(0)
FIG.8.1: BMU STATE 0
BMU at the state 10 Path_0 (01), Path_1 (11), BMP 00-1, 01-0, 10-0, 11-1.
BRANCH METRIC UNIT STATE-11(1)
FIG.8.2: BMU STATE 1
BMU at the state 11 Path_0 (01), Path_1 (10), BMP 00-0, 01-0, 10-1, 11-1.
ADD-COMPPARE SELECT UNIT
FIG.8.3: ACSU
ACSU at the state 0 (01) Path_0 11001100 at the stae 1(10) Path_1 11001101.
Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm
www.iosrjournals.org 14 | Page
TRACE BACK UNIT
FIG.8.4:TBU
TBU Clk-1,Rst-0,Enable-00,Present State-01,Next State-10.
VITERBI TX_RX TOP MODULE
FIG.8.5: VITERBI TX_RX
Simulation results show input 0110101011011 is encoded using Finite State machines. It generate the
data to be transmitted through the channel-result is binary data bits convolutionally encode the data-result is
channel symbols. After all of the inputs have been presented to the encoder,the output sequence
11 00 11 11 00 11 00 11 11 00 11
Viterbi decoder receives a bit stream containing information about the reliability of each received
symbol.Trace-Back unit restores an (almost) maximum-likelihood path from the decisions made by PMU. Since
it does it in inverse direction, a viterbi decoder comprises a FILO (first-in-last-out) buffer to reconstruct a
correct order.
IX. Conclusion
Viterbi Algorithm allows safe data transmission via error correction and original message can be
recovered accurately without any noise. It was concluded from that if trace back is started after going deeper
into trellis diagram then more accurate data can be achieved but it results in complex hardware design and
latency in the received signal. Viterbi algorithm of any rate can be designed using same basic principles and
techniques.
References
[1] Jinjin He,HuapingLiu“High-speed Low-power Viterbi Decoder design for TCM Decoders”IEEE Trans. VLSI. vol 20,Apr 2012.
[2] P.Subhashini, D.R.Mahesh Varma, Implementation “Analysis of adaptive Viterbi Decoder for High Speed Applications”
International Journal of Computer Applications (0975 – 8887) Volume 31– No.2, October 2011.
[3] Anubhuti Khare, Manish Saxena, Jagdish Patel, “FPGA Based Efficient Implementation of Viterbi Decoder” International Journal of
Engineering and AdvancedTechnology (IJEAT)ISSN: 2249 – 8958, Volume-1, Issue-1, October 2011.
[4] J. He, Z. Wang, and H. Liu, “An efficient 4-D 8PSK TCM decoder architecture,” IEEE Trans. Very Large Scale Integer. (VLSI)
Syst., vol.18,no.5,May 2010.
[5] J. He, H. Liu, and Z. Wang, “A fast ACSU architecture for viterbi decoder usingT - algorithm,” in Proc. 43rd IEEE Asilomar
Conf. Signals,Syst. Comput., Nov. 2009.
[6] R. A. Abdullah and N. R. Shanbhag, “Error-resilient low-power viterbi decoder architectures,” IEEE Trans. Signal Process., vol. 57,
no. 12,pp. 4906–4917, Dec. 2009.
[7] . Jin and C.-Y. Tsui, “Low-power limited-search parallel state viterbi decoder implementation based on scarece state transition,”
IEEE Trans.Very Large Scale Integer.(VLSI) Syst., vol. 15, no. 11, pp. 1172–1176,Oct. 2007.
Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm
www.iosrjournals.org 15 | Page
[8] F. Sun andT. Zhang,“Low power state-parallel relaxed adaptive viterbi decoder design and implementation,” in Proc. IEEE ISCAS,
May 2006,pp. 4811–4814.
[9] “Bandwidth-efficient modulations,” Consultative Committee For Space Data System, Matera, Italy, CCSDS 401(3.3.6) Green Book,
Issue 1, Apr. 2003.
[10] F. Chan and D. Haccoun, “Adaptive viterbi decoding of convolutional codes over memory less channels,” IEEE Trans. Commun.,
vol. 45, no.11, pp. 1389–1400, Nov. 1997.
[11] J. B. Anderson and E. Offer, “Reduced-state sequence detection with convolutional codes,” IEEE Trans. Inf. Theory, vol. 40, no. 3,
pp.965–972, May 1994.
[12] S. J. Simmons,“Breadth-first trellis decoding with adaptive effort,”IEEETrans. Commun., vol. 38, no. 1, pp. 3–12, Jan. 1990,
[13] C. F. Lin and J. B. Anderson, “M-algorithm decoding of channel convolutional codes, “presented at the Princeton Conf. Info. Sci.
Syst.,Princeton, NJ, Mar. 1986.
Online References:
1. http://en.wikipedia.org/wiki/Viterbi_algorithm
2. http://www.1core.com/library/comm/viterbi/
viterbi.pdf
3.http://web.aanet.com.au/~ospiropo/tech/viterbi/TIC1Tutorial_Viterbi.pdf.
Text Book Reference:
[1]Simon Haykins, “Communication Systems”.

More Related Content

What's hot

Modern SATCOM Forward Error Correction
Modern SATCOM Forward Error CorrectionModern SATCOM Forward Error Correction
Modern SATCOM Forward Error CorrectionGregory Schoenig
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514IJRAT
 
Channel coding a walkthrough
Channel coding a walkthroughChannel coding a walkthrough
Channel coding a walkthroughMapYourTech
 
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsError Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsIOSR Journals
 
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...csandit
 
Paper id 2720144
Paper id 2720144Paper id 2720144
Paper id 2720144IJRAT
 
Digital Data to Digital Signal Conversion
Digital Data to Digital Signal ConversionDigital Data to Digital Signal Conversion
Digital Data to Digital Signal ConversionArafat Hossan
 
ABIS-interface
ABIS-interfaceABIS-interface
ABIS-interfaceKaTaNHou1
 
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
 
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
 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Dr Rajiv Srivastava
 
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
 
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
 

What's hot (20)

Modern SATCOM Forward Error Correction
Modern SATCOM Forward Error CorrectionModern SATCOM Forward Error Correction
Modern SATCOM Forward Error Correction
 
Lb35189919904
Lb35189919904Lb35189919904
Lb35189919904
 
Paper id 312201514
Paper id 312201514Paper id 312201514
Paper id 312201514
 
K0216571
K0216571K0216571
K0216571
 
Channel coding a walkthrough
Channel coding a walkthroughChannel coding a walkthrough
Channel coding a walkthrough
 
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsError Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
 
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
Implementation of Joint Network Channel Decoding Algorithm for Multiple Acces...
 
Paper id 2720144
Paper id 2720144Paper id 2720144
Paper id 2720144
 
Dccn - Digital Transmission
Dccn - Digital TransmissionDccn - Digital Transmission
Dccn - Digital Transmission
 
Digital Data to Digital Signal Conversion
Digital Data to Digital Signal ConversionDigital Data to Digital Signal Conversion
Digital Data to Digital Signal Conversion
 
ABIS-interface
ABIS-interfaceABIS-interface
ABIS-interface
 
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
 
pbchwp
pbchwppbchwp
pbchwp
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
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...
 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...
 
Turbocode
TurbocodeTurbocode
Turbocode
 
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...
 
Dc unit iii final ppt
Dc unit iii final pptDc unit iii final ppt
Dc unit iii final ppt
 
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...
 

Viewers also liked

Barreiras Sanitárias e Comércio Internacional
Barreiras Sanitárias e Comércio InternacionalBarreiras Sanitárias e Comércio Internacional
Barreiras Sanitárias e Comércio InternacionalPaulo Fernando Mota
 
Village study
Village studyVillage study
Village studycerahj
 
Seminar curriculumppt
Seminar curriculumpptSeminar curriculumppt
Seminar curriculumpptcpennello
 
Almentariak hodei ehiztari
Almentariak hodei ehiztariAlmentariak hodei ehiztari
Almentariak hodei ehiztariAlmentariak
 
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...Anastasia Lanina
 
Belgium's Social Media and Netlog
Belgium's Social Media and NetlogBelgium's Social Media and Netlog
Belgium's Social Media and NetlogKatherine Witsman
 
De-virtualizing virtual Function Calls using various Type Analysis Technique...
De-virtualizing virtual Function Calls using various Type  Analysis Technique...De-virtualizing virtual Function Calls using various Type  Analysis Technique...
De-virtualizing virtual Function Calls using various Type Analysis Technique...IOSR Journals
 
Diapos staditik
Diapos staditikDiapos staditik
Diapos staditikllopezy
 
7 Ways to Grow Flowers
7 Ways to Grow Flowers7 Ways to Grow Flowers
7 Ways to Grow Flowersbelieve52
 

Viewers also liked (20)

Jclic pre
Jclic preJclic pre
Jclic pre
 
C0541529
C0541529C0541529
C0541529
 
A0610105
A0610105A0610105
A0610105
 
A0150106
A0150106A0150106
A0150106
 
Barreiras Sanitárias e Comércio Internacional
Barreiras Sanitárias e Comércio InternacionalBarreiras Sanitárias e Comércio Internacional
Barreiras Sanitárias e Comércio Internacional
 
Yo y mi mascota
Yo y mi mascotaYo y mi mascota
Yo y mi mascota
 
Village study
Village studyVillage study
Village study
 
Tattoos designs gallery
Tattoos designs galleryTattoos designs gallery
Tattoos designs gallery
 
Seminar curriculumppt
Seminar curriculumpptSeminar curriculumppt
Seminar curriculumppt
 
Almentariak hodei ehiztari
Almentariak hodei ehiztariAlmentariak hodei ehiztari
Almentariak hodei ehiztari
 
Virus Informaticos
Virus InformaticosVirus Informaticos
Virus Informaticos
 
test
testtest
test
 
Audition
AuditionAudition
Audition
 
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...
Презентация Чечельницкого района - Проект приграничного сотрудничества Украин...
 
B0160709
B0160709B0160709
B0160709
 
Pendidikan kewarganegaraan
Pendidikan kewarganegaraanPendidikan kewarganegaraan
Pendidikan kewarganegaraan
 
Belgium's Social Media and Netlog
Belgium's Social Media and NetlogBelgium's Social Media and Netlog
Belgium's Social Media and Netlog
 
De-virtualizing virtual Function Calls using various Type Analysis Technique...
De-virtualizing virtual Function Calls using various Type  Analysis Technique...De-virtualizing virtual Function Calls using various Type  Analysis Technique...
De-virtualizing virtual Function Calls using various Type Analysis Technique...
 
Diapos staditik
Diapos staditikDiapos staditik
Diapos staditik
 
7 Ways to Grow Flowers
7 Ways to Grow Flowers7 Ways to Grow Flowers
7 Ways to Grow Flowers
 

Similar to Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding Using Fsm

Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd Iaetsd
 
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
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier SystemsIJMER
 
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
 
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
 
Satellite error detection and correction presentation
Satellite error detection and correction presentationSatellite error detection and correction presentation
Satellite error detection and correction presentationAhmedMuhumed2
 
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
 
Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...ecejntuk
 
DCN Error Detection & Correction
DCN Error Detection & CorrectionDCN Error Detection & Correction
DCN Error Detection & CorrectionRohan Bhatkar
 
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner ijcisjournal
 
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNERNOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNERIJCI 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
 
Turbo equalizer
Turbo equalizerTurbo equalizer
Turbo equalizerrashp8
 
Introduction to Channel Coding.pdf
Introduction to Channel Coding.pdfIntroduction to Channel Coding.pdf
Introduction to Channel Coding.pdfJimma University
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correctionSisir Ghosh
 

Similar to Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding Using Fsm (20)

Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutional
 
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...
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
 
UNIT-3.pdf
UNIT-3.pdfUNIT-3.pdf
UNIT-3.pdf
 
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
 
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...
 
Satellite error detection and correction presentation
Satellite error detection and correction presentationSatellite error detection and correction presentation
Satellite error detection and correction presentation
 
40120140505011
4012014050501140120140505011
40120140505011
 
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
 
Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...
 
DCN Error Detection & Correction
DCN Error Detection & CorrectionDCN Error Detection & Correction
DCN Error Detection & Correction
 
TURBO EQUALIZER
TURBO EQUALIZERTURBO EQUALIZER
TURBO EQUALIZER
 
E010224043
E010224043E010224043
E010224043
 
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
 
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNERNOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
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...
 
Turbo equalizer
Turbo equalizerTurbo equalizer
Turbo equalizer
 
Introduction to Channel Coding.pdf
Introduction to Channel Coding.pdfIntroduction to Channel Coding.pdf
Introduction to Channel Coding.pdf
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
 

More from 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
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 

Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding Using Fsm

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 3 (May. - Jun. 2013), PP 10-15 www.iosrjournals.org www.iosrjournals.org 10 | Page Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding Using Fsm S.Gnanamurugan1 , A.Sindhu2 , Assistant professor Department of ECE, Arunai college of Engineering1 , Tiruvannamalai PG Scholar, Department of ECE, Arunai college of Engineering2 , Tiruvannamalai Abstract: Convolution Encoding with Viterbi Decoding is a powerful method for Forward Error correction and Detection. It has been deployed in many Wireless Communication Systems to improve the limited capacity of the Communication channels. Forward Error Correction techniques that is particularly suited to a channel in which the transmitted signal is corrupted mainly by Additive White Gaussian Noise. Convolution codes which are designed with state diagram method,Viterbi Decoder includes Branch Metric Unit, Add-Compare Select unit, Survivor-Path Memory involving choices of area and power. VLSI process technologies make it possible to realize one chip high speed encoder and decoders. Fixed set of parameters of 1/2 code rate with a constraint length of 3, encoder polynomials and trace back depth is complex. This complexity is reduced by different techniques with respect to reduction in area size increase the speed and low power consumption. Keywords: FEC, ConvolutionalEncoder, Viterbi Decoder. I. Introduction Convolution coding is a popular error-correcting coding method used in digital communications. A message is convoluted, and then transmitted into a noisy channel. This convolution operation encodes some redundant information into the transmitted signal, thereby improving the data capacity of the channel. The Viterbi algorithm is a popular method used to decode convolutionally coded messages. The algorithm tracks down the most likely state sequences the encoder went through in encoding the message, and uses this information to determine the original message. Instead of estimating a message based on each individual sample in the signal, the convolution encoding and Viterbi decoding process packages and encodes a message as a sequence, providing a level of correlation between each sample in the signal. As the convolution codes are used mostly for the channel encoding of data to achieve low-error-rate in latest wireless communication Standards like3GPP, GSM and WLAN; the use of optimal decoding Viterbi algorithm will suffice. All communication channels are subject to the additive white Gaussian noise (AWGN) around the environment. The block codes can be applied only for the block of data where as convolution coding has can be applied to a continuous data stream as well as to blocks of data. Convolution Encoding with Viterbi decoding is a powerful FEC technique that is particularly suited to a channel in which the Transmitted signal is corrupted mainly by AWGN. It operates on data streamand has memory that uses previous bits to encode. FEC techniques are used in the transmitter to encode the data stream and receiver to detect and correct bits in errors, hence minimize the bit error rate (BER) to improve the performance. RS decoding algorithm complexity is relatively low and can be implemented in hardware at very high data rates. It seems to be an ideal code attributes for any application. However, RS codes performvery poorly in AWGN channel. Fig.1.1 Digital Communication system Convolution encoding with Viterbi decoding is a powerful FEC technique that is Particularly suited to a channel in which the transmitted signal is corrupted mainly by AWGN. It operates on data stream and has memory that uses previous bits to encode. It is simple and has good performance with low implementation cost. The Viterbi algorithm (VA) is used for decoding a bit stream that has been encoded using FEC code. The convolution encoder adds redundancy to a continuous stream of input data by using a linear shift register. The convolution Encoder and Viterbi Decoder used in the Digital Communications Systemis shown in Fig.1.1.
  • 2. Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm www.iosrjournals.org 11 | Page II. Forward Error Correction Forward Error Correction is a system of error control for data transmission by adding some redundant symbols to the transmitted information to facilitate error detection and error correction at receiver end. The addition of redundancy in coded message simples the need for increased transmission bandwidth and also the system complexity .Forward Error Correction (FEC) in digital communication system improves the error detection as well as error correction capability of the system at the cost of increased bandwidth and system complexity. Using FEC the need for retransmission of data can be avoided hence it is applied in situations where applied in situations where retransmissions are relatively costly or impossible. FEC can be classified in two categories namely block codes and convolution codes. Block codes work on fixed size blocks of bits where as convolution codes work on arbitrary length blocks of bits. The convolution coder is often used in digital communication systems where the signal to noise ratio is very low. In this, t he encoding operation may be viewed as discrete time convolution of input sequence with the impulse response of the encoder. Error detection and correction or error control is techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data. III. Convolutional Encoder The convolution encoder consists of a shift register, which shifts in a number of the bits from I at a time, and then produces a set of output bits based on logical operations carried out on parts of I in the register memory. This process is often referred to as convolution encoding. The encoder introduces redundancy into the output code, producing more output bits than input bits shifted into its memory. As a bit is shifted along the register it becomes part of other output symbols sent. Thus the present output bit that is observed by the VA has information about previous bits in I, so that if one of these symbols becomes corrupted then the VA can still decode the original bits in I by using information fromthe previous and subsequent observation symbols. A diagram of the convolution encoder used shown in Figure 3.1. It is assumed here that the shift register only shifts in one bit at a time and outputs two bits, though other combinations of input to output bits are possible. Fig.3.1: Convolution Encoder At the initial point the shift registers in the convolution encoder are at reset position which is all-zero content. As illustrated in Fig2.Whenever a data bit enters from the input port, encoder produces two encoded bits and both of the encoded bits are correlated with instant and K-1 number of previous input bits, where K refers to the constraint length of the convolution encoder. IV. State Diagram State diagram is the graphical way to show state table. In the state diagram bubbles are the states and the indicators of the states are written inside the bubbles. Arrows are the state transitions according to input values. The value on the arrows corresponds to the output of the encoder while the transition takes place w ith respect to the input value as shown in fig 4.1.
  • 3. Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm www.iosrjournals.org 12 | Page Fig.4.1: State Diagram An input sequence I, of 0 1 1 0 0 0 is to be transmitted across the BSC, using the convolution encoder described above, then the output obtained from the encoder will be 00 11 01 01 11 00, as shown in Transition Table 4.2. TABLE 4.2 Transition Table V. Encoder Output Sequence The output is termed as the Encoder Output Sequence (EOS).shows the corresponding contents of each memory element of the shift register, where each element is assumed to be initialized to zero's at the start of encoding. As the EOS is constructed by the encoder, the part of the EOS already formed is transmitted across the channel. At the receiving end of the channel the following noisy sequence of bits may be received, 01 11 01 00 11 00. As can be seen there are two bit errors in this sequence, the 00 at the beginning has changed to 01, and similarly the fourth symbol has changed to 00 from 01. It is the job of the Viterbi Algorithm to find the most likely set of states visited by the original FSM and thus determine the original input sequence. VI. Viterbi Decoder The receiver can deliver either hard or soft symbols to the Viterbi decoder. A hard symbol is equivalent to a binary +/-1. A soft symbol, on the other hand, is multileveled to represent the confidence in the bit being positive or negative. For instance, if the channel is non-fading and Gaussian, the output of the matched filter quantified to a given number of bits is a suitable soft input. In both cases, 0 is used to represent a punctured bit. The basic units of viterbi decoder are branch metrics, Add compare select and Survivor management unit. Figure5.1.shows the general structure of a Viterbi decoder. The quality of Viterbi decoder design is mainly measured by three criteria.  Coding gain  Throughput  Power dissipation. It consist of three blocks: the branch metric unit (BMU), which computes metrics, the add–compare– select unit (ACSU), which selects the survivor paths for each trellis state, also finds the minimum path metric of the survivor paths and the survivor manage ment unit (SMU), that is responsible for selecting the output based on the minimum path metric. Fig.5.1: Structure of a Viterbi Decoder VII. Viterbi Algorithm The Viterbi algorithm was originally invented to detect convolutionally encoded data symbols[2].The Algorithm (VA) finds a maximum like hood (ML) estimate of a code sequence c from the corresponding
  • 4. Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm www.iosrjournals.org 13 | Page received sequence r by maximizing the probability(r|c) that sequence is received conditioned on the estimated code sequence must be a valid coded sequence. The Viterbi algorithm utilizes the trellis diagram to compute path metrics. The channel is assumed to be memory less, i.e. the noise sample affecting a received bit is independent from the noise sample affecting the other bits. The decoding operation starts from state „00‟, i.e. with the assumption that the initial state of the encoder is „00‟.With receipt of one noisy code word, the decoding operation progresses by one step deeper in to the trellis diagram. In the process, the „accumulated path metric‟ is updated by adding the metric of the incoming branch with the „accumulated path metric‟ of the state from where the branch originated. No decision about a received codeword is taken such operations and the decoding decision is deliberately delayed to reduce the possibility of erroneous decision. VIII. Simulation Results BRANCH METRIC UNIT STATE-10(0) FIG.8.1: BMU STATE 0 BMU at the state 10 Path_0 (01), Path_1 (11), BMP 00-1, 01-0, 10-0, 11-1. BRANCH METRIC UNIT STATE-11(1) FIG.8.2: BMU STATE 1 BMU at the state 11 Path_0 (01), Path_1 (10), BMP 00-0, 01-0, 10-1, 11-1. ADD-COMPPARE SELECT UNIT FIG.8.3: ACSU ACSU at the state 0 (01) Path_0 11001100 at the stae 1(10) Path_1 11001101.
  • 5. Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm www.iosrjournals.org 14 | Page TRACE BACK UNIT FIG.8.4:TBU TBU Clk-1,Rst-0,Enable-00,Present State-01,Next State-10. VITERBI TX_RX TOP MODULE FIG.8.5: VITERBI TX_RX Simulation results show input 0110101011011 is encoded using Finite State machines. It generate the data to be transmitted through the channel-result is binary data bits convolutionally encode the data-result is channel symbols. After all of the inputs have been presented to the encoder,the output sequence 11 00 11 11 00 11 00 11 11 00 11 Viterbi decoder receives a bit stream containing information about the reliability of each received symbol.Trace-Back unit restores an (almost) maximum-likelihood path from the decisions made by PMU. Since it does it in inverse direction, a viterbi decoder comprises a FILO (first-in-last-out) buffer to reconstruct a correct order. IX. Conclusion Viterbi Algorithm allows safe data transmission via error correction and original message can be recovered accurately without any noise. It was concluded from that if trace back is started after going deeper into trellis diagram then more accurate data can be achieved but it results in complex hardware design and latency in the received signal. Viterbi algorithm of any rate can be designed using same basic principles and techniques. References [1] Jinjin He,HuapingLiu“High-speed Low-power Viterbi Decoder design for TCM Decoders”IEEE Trans. VLSI. vol 20,Apr 2012. [2] P.Subhashini, D.R.Mahesh Varma, Implementation “Analysis of adaptive Viterbi Decoder for High Speed Applications” International Journal of Computer Applications (0975 – 8887) Volume 31– No.2, October 2011. [3] Anubhuti Khare, Manish Saxena, Jagdish Patel, “FPGA Based Efficient Implementation of Viterbi Decoder” International Journal of Engineering and AdvancedTechnology (IJEAT)ISSN: 2249 – 8958, Volume-1, Issue-1, October 2011. [4] J. He, Z. Wang, and H. Liu, “An efficient 4-D 8PSK TCM decoder architecture,” IEEE Trans. Very Large Scale Integer. (VLSI) Syst., vol.18,no.5,May 2010. [5] J. He, H. Liu, and Z. Wang, “A fast ACSU architecture for viterbi decoder usingT - algorithm,” in Proc. 43rd IEEE Asilomar Conf. Signals,Syst. Comput., Nov. 2009. [6] R. A. Abdullah and N. R. Shanbhag, “Error-resilient low-power viterbi decoder architectures,” IEEE Trans. Signal Process., vol. 57, no. 12,pp. 4906–4917, Dec. 2009. [7] . Jin and C.-Y. Tsui, “Low-power limited-search parallel state viterbi decoder implementation based on scarece state transition,” IEEE Trans.Very Large Scale Integer.(VLSI) Syst., vol. 15, no. 11, pp. 1172–1176,Oct. 2007.
  • 6. Vlsi Implementation Of Low Power Convolutional Coding With Viterbi Decoding Using Fsm www.iosrjournals.org 15 | Page [8] F. Sun andT. Zhang,“Low power state-parallel relaxed adaptive viterbi decoder design and implementation,” in Proc. IEEE ISCAS, May 2006,pp. 4811–4814. [9] “Bandwidth-efficient modulations,” Consultative Committee For Space Data System, Matera, Italy, CCSDS 401(3.3.6) Green Book, Issue 1, Apr. 2003. [10] F. Chan and D. Haccoun, “Adaptive viterbi decoding of convolutional codes over memory less channels,” IEEE Trans. Commun., vol. 45, no.11, pp. 1389–1400, Nov. 1997. [11] J. B. Anderson and E. Offer, “Reduced-state sequence detection with convolutional codes,” IEEE Trans. Inf. Theory, vol. 40, no. 3, pp.965–972, May 1994. [12] S. J. Simmons,“Breadth-first trellis decoding with adaptive effort,”IEEETrans. Commun., vol. 38, no. 1, pp. 3–12, Jan. 1990, [13] C. F. Lin and J. B. Anderson, “M-algorithm decoding of channel convolutional codes, “presented at the Princeton Conf. Info. Sci. Syst.,Princeton, NJ, Mar. 1986. Online References: 1. http://en.wikipedia.org/wiki/Viterbi_algorithm 2. http://www.1core.com/library/comm/viterbi/ viterbi.pdf 3.http://web.aanet.com.au/~ospiropo/tech/viterbi/TIC1Tutorial_Viterbi.pdf. Text Book Reference: [1]Simon Haykins, “Communication Systems”.