SlideShare a Scribd company logo
Turbo and
Turbo-Like codes
SUDHANSHU SAINI
COMPUTER ENGINEERING (M.TECH)
(31803121)
Content:
 Introduction to Turbo Codes
 Channel Coding
 Shannon’s Theory
 FEC Coding Schemes
 A Need for Better Codes
 Turbo Codes
 Turbo-Like Codes
 Performance Analysis
 Practical Issues for Turbo FEC
 Turbo and Turbo-Like Codes in Standards
 Future Trends
 Conclusions
 References
Introduction to Turbo Codes
 In information theory, turbo codes are a class of high-
performance forward error correction (FEC) codes developed around
1990–91 (but first published in 1993), which were the first practical codes
to closely approach the channel capacity.
 Turbo codes achieve their remarkable performance with relatively low
complexity encoding and decoding algorithms.
Channel Coding
 To encode the information sent over a communication channel in such a
way that in the presence of channel noise, errors can be detected and/or
corrected.
 It Can be categorized into:
1. Backward error correction (BEC)
2. Forward error correction (FEC )
Shannon’s Theory
 For every combination of bandwidth (W), channel type, signal power (S)
and received noise power (N), there is a theoretical upper limit on the data
transmission rate R, for which error-free data transmission is possible. This
limit is called channel capacity or also Shannon capacity.
 It sets a limit to the energy efficiency of a code.
 A decibel is a relative measure. If E is the actual energy and Eref is the
theoretical lower bound, then the relative energy increase in decibels is
A Need for Better Codes
 Energy efficiency vs Bandwidth efficiency
 Codes with lower rate (i.e. bigger redundancy) correct more errors.then
communication system can operate with a lower transmit power, transmit
over longer distances, tolerate more interference, use smaller antennas
and transmit at a higher data rate. These properties make the code energy
efficient.
 Low-rate codes have a large overhead and are hence more heavy on
bandwidth consumption. Also, decoding complexity grows exponentially
with code length.
FEC Coding Schemes
 Block Codes
 Convolution Codes
 Concatenated Codes
 Low-Density Parity Check Codes
Block Codes
 A block code is any member of the large and important family of error-
correcting codes that encode data in blocks.
 Most common example is Hamming Code.
 Take a block of length ‘k’ (information sequence).
 Then encode them into a codeword , the last (n-k)bits are called Parity bits.
 Parity bits are used for error checking and correcting.
Convolution Codes
 Convolution codes are error detecting codes used to reliably transmit
digital data over unreliable communication channel system to channel
noise.
 The convolution codes map information to code bits , but sequentially
convolve the sequence of information bits according to some rule.
 Convolutional codes are often described as continuous.
 Viterbi and soft output Viterbi are most common.
ENCODING CIRCUIT
The code is defined by the circuit, which consists of different
number of shift registers
Cntd…
 We generate a convolution code by putting a source stream through a
linear filter. This filter makes use of a shift register, linear output functions
and possibly linear feedback.
 In a shift register, the information bits roll from right to left.
 In every filter there is one input bit and two output bits. Because of each
source bit having two transmitted bits, the codes have rate ½.
DEFINING CONVOLUTION CODE
 A convolution code can be defined by using a generator matrix that
describes the
encoding function u → x :
x = u .G
For 3 information bit long sequence u = (u0 ,u1 ,u2 )
we get
((x0 (1) x0 (2) ), (x1 (1)x1 (2) ), (x2 (1) x2 (2) )) = (u0 ,u1 ,u2 ) .G
PUNCTURING OF CONVOLUTION
CODES
 The idea of puncturing is to delete some bits in the code bit sequence according to a fixed
rule.
 In general the puncturing of a rate K / N code is defined using N puncturing vectors.
 Considering a code without puncturing, the information bit sequence
u =(0,0,1,1,0) generates the (unpunctured) code bit
sequence
xNP= (00,00,11,01,01). The sequence xNP is punctured using a
puncturing matrix:
PI= 1110
1001
 The puncturing period is 4. Using P1 , 3 out of 4 code .
 The performance of the punctured code is worse than the performance of the mother code.
DECODING CONVOLUTION CODES
 The most probable state sequence can be found using the min-sum
algorithm (also known as the Viterbi algorithm).
 The viterbi algorithm is used to decode convolutional codes and any
structure or system that can be described by a trellis.
 It is a maximum likelihood decoding algorithm that selects the most
Concatenated Codes
 Some times single error correction codes are not
good enough for error protection.
 Concatenating two or more codes will results more powerful
codes.
 Types of concatenated codes
1. Serial concatenated codes
2. Parallel concatenated codes
Serial concatenated
code
Parallel concatenated
code
Turbo Codes
 The Parallel-Concatenated Convolutional Codes(PCCC), called turbo
codes, has solved the dilemma of structure and randomness through
concatenation and interleaving respectively.
 The introduction of turbo codes has given most of the gain promised by
the channel coding theorem.
 Turbo codes have an astonishing performance of bit error rate (BER) at
relatively low Eb /No.
Turbo Encoder
 The output stream of data consists of the systematic data, parity bits from
encoder1, and parity bits from encoder2.
 Through the use of the interleaver, the decoder will have two independent
looks at the same data, and can use both streams to decode the
information sequence
Interleaver
 The interleaver’s function is to permute low weight code words in one
encoder into high weight code words for the other encoder.
 A “row-column” interleaver: data is written row-wise and read column
wise. While very simple, it also provides little randomness.
 A “helical” interleaver: data is written row-wise and read diagonally.
 An “odd-even” interleaver: first, the bits are left uninterleaved and
encoded , but only the odd-positioned coded bits are stored. Then, the
bits are scrambled and encoded, but now only the even-positioned coded
bits are stored. Odd-even encoders can be used, when the second encoder
produces one output bit per one input bit.
Recursive Systematic Coders
 Recursive codes are typically systematic.
 The example encoder is systematic because the input data is also used in
the output symbols.
 Recursive systematic convolutional (RSC) codes have become more
popular due to their use in Turbo Codes.
Turbo Decoding
 Criterion:
For n probabilistic processors working together to estimate common symbols, all
of them should agree on the symbols with the probabilities as a single decoder could do.
 The inputs to the decoders are the Log likelihood ratio (LLR) for the individual symbol d.
 LLR value for the symbol d is defined ( Berrou) as
 The SISO decoder reevaluates the LLR utilizing the local Y1 and Y2 redundancies to
improve the confidence .
 Compare the LLR output, to see if the estimate is towards 0 or 1 then take HD.
Cntd…
 The value z is the extrinsic value
determined by the same decoder and it
is negative if d is 0 and it is positive if d
is 1
 The updated LLR is fed into the other
decoder and which calculates the z and
updates the LLR for several iterations
 After several iterations , both decoders
converge to a value for that symbol.
Turbo Product Codes
 The serial concatenation of block codes separated by a structured
permutation (either implicit or explicit) was introduced in the 1950s. Codes
with this structure are referred to as product codes.
 Product codes may have many dimensions but are usually restricted to 2
or 3.
 Applying iterative decoding to such code structures results in TPCs, and
exchanging soft extrinsic information yields good performance.
 Iterative decoding of TPCs is performed by alternately decoding along the
different dimensions of the code, where again reliability information is
represented as true or approximate LLRs.
 Turbo Product Codes (TPCs) are based on block codes, not convolutional
codes.
Construction and Decoding of TPC
An elementary decoder for a single dimension of a multidimensional turbo product code
Low-Density Parity Check Codes
 Any linear block code can be defined by its parity-check matrix. If this
matrix is sparse, i.e it contains only a small number of 1s per row or
column, then the code is called a low-density parity-check code.
 Basically there are two different possibilities to represent LDPC codes:
─ Matrix Representation
─ Graphical Representation
 A regular LDPC matrix is an binary matrix having exactly Y ones in each
column and exactly ones in each row , where < and both are small
compared to m.
 If H is low-density but the number of 1’s in each row or column aren’t
constant the code is called a irregular LDPC code.
Representation
 Parity Check Matrix: (with dimension “ n × m ” for a (8 ,4)
code)
─ ρ = the number of 1‘s in each row
─ γ = the number of 1’s in each column
For a matrix to be called low-density the two conditions
γ<<n, ρ<<m must be satisfied.
 Bipartite Graph(so-called Tanner Graph): that means that
the nodes of the graph are separated into two distinctive
sets:
Variable nodes(v-nodes)
Check nodes(c-nodes)
─ m check nodes (the number of parity bits
─ n variable nodes (the number o bits in codeword
Turbo-Like Codes
 Some forms of turbo FEC do not fall neatly into any of the previous three
categories and are referred to as turbo-like codes.
 Hybrids of turbo codes and LDPC codes fall into this category.
 Convolutional codes are often used as the constituent codes, resulting in
serially concatenated convolutional codes (SCCCs).
 Decoding is performed in a manner similar to the parallel concatenated
case, iteratively applying SISO decoders for each constituent code.
Performance Analysis of Turbo Codes
BER performance of cdma2000
turbo code
WER performance of
cdma2000 turbo code
Performance Analysis of Turbo Product
Codes
BER performance of the IEEE
802.16 TPC
WER performance of the IEEE
802.16 TPC
Performance Analysis of LDPC Codes
BER and WER performance of two IEEE 802.16e LDPC codes
Practical Issues for Turbo FEC
 Error Rate Performance and Power Savings
 Computational Complexity
 Parallelism
 Memory Requirements
 Latency
 Flexibility
 Effect on Synchronization
TURBO OR TURBO-LIKE CODES IN
STANDARDS
 3G Wireless:
1. W-CDMA(Wideband code-division multiple-access)
2. CDMA2000
3. TD-SCDMA(Time-division, synchronous CDMA)
 Satellite Communications:
1. Consultative Committee for Space Data Systems (CCSDS)
2. Digital Video Broadcasting-Return Channel via Satellite
3. Digital Video Broadcasting via Satellite Second Generation
 Wireless Networking:
1. Wi-MAX (IEEE 802.16)
2. Wi-Fi (IEEE 802.11)
Future Trends
 Turbo and turbo-like codes will be widely used for at least the next decade
and probably substantially longer.
 No single class of turbo or turbo-like codes will dominate in the way that
convolutional codes and Viterbi decoding did in the past.
 Substantial improvements in computational efficiency and reductions in
unit costs are still possible.
 An increasing number of turbo and turbo-like codes will be tailored to
different channel conditions and system designs.
 The success of turbo FEC has led to the application of soft iterative
decoding techniques beyond channel coding.
Conclusions
 The advent of turbo and turbo-like codes has shown that excellent
performance, closely approaching the ultimate Shannon capacity limit for
an AWGN channel.
 It can be achieved through the soft iterative decoding of composite
channel codes.
 Implementing and using turbo and turbo-like codes in real systems does
present challenges, but tremendous progress in addressing these issues
has been made, and all varieties of turbo FEC are finding application.
 Turbo and turbo-like codes are no longer a curiosity or novelty, but a
powerful tool for improving the performance of communications systems.
THANK YOU!!!

More Related Content

What's hot

Reed solomon Encoder and Decoder
Reed solomon Encoder and DecoderReed solomon Encoder and Decoder
Reed solomon Encoder and Decoder
Ameer H Ali
 
Reed solomon codes
Reed solomon codesReed solomon codes
Reed solomon codes
Samreen Reyaz Ansari
 
Convolution codes and turbo codes
Convolution codes and turbo codesConvolution codes and turbo codes
Convolution codes and turbo codesManish Srivastava
 
Reed solomon code
Reed solomon codeReed solomon code
Reed solomon code
Melaku Bayih Demessie
 
Error Control Coding -Introduction
Error Control Coding -IntroductionError Control Coding -Introduction
Error Control Coding -Introduction
Burdwan University
 
Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)
Ola Mashaqi @ an-najah national university
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
Bhagwat Singh Rathore
 
Convolutional codes
Convolutional codesConvolutional codes
Convolutional codes
Abdullaziz Tagawy
 
Digital Communication: Channel Coding
Digital Communication: Channel CodingDigital Communication: Channel Coding
Digital Communication: Channel Coding
Dr. Sanjay M. Gulhane
 
linear codes and cyclic codes
linear codes and cyclic codeslinear codes and cyclic codes
linear codes and cyclic codes
saigopinadh bodigiri
 
LDPC Codes
LDPC CodesLDPC Codes
LDPC Codes
Sahar Foroughi
 
Reed Soloman and convolution codes
Reed Soloman and convolution codesReed Soloman and convolution codes
Reed Soloman and convolution codes
Shailesh Tanwar
 
Manchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding schemeManchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding scheme
Arunabha Saha
 
LDPC
LDPCLDPC
Linear block coding
Linear block codingLinear block coding
Linear block coding
jknm
 
My review on low density parity check codes
My review on low density parity check codesMy review on low density parity check codes
My review on low density parity check codes
pulugurtha venkatesh
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
Maria Akther
 
Source coding
Source coding Source coding
Source coding
Shankar Gangaju
 
LDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check MatrixLDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check Matrix
Kavi
 

What's hot (20)

Reed solomon Encoder and Decoder
Reed solomon Encoder and DecoderReed solomon Encoder and Decoder
Reed solomon Encoder and Decoder
 
Reed solomon codes
Reed solomon codesReed solomon codes
Reed solomon codes
 
Convolution codes and turbo codes
Convolution codes and turbo codesConvolution codes and turbo codes
Convolution codes and turbo codes
 
Reed solomon code
Reed solomon codeReed solomon code
Reed solomon code
 
Error Control Coding -Introduction
Error Control Coding -IntroductionError Control Coding -Introduction
Error Control Coding -Introduction
 
Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
 
Convolutional codes
Convolutional codesConvolutional codes
Convolutional codes
 
Digital Communication: Channel Coding
Digital Communication: Channel CodingDigital Communication: Channel Coding
Digital Communication: Channel Coding
 
linear codes and cyclic codes
linear codes and cyclic codeslinear codes and cyclic codes
linear codes and cyclic codes
 
LDPC Codes
LDPC CodesLDPC Codes
LDPC Codes
 
Reed Soloman and convolution codes
Reed Soloman and convolution codesReed Soloman and convolution codes
Reed Soloman and convolution codes
 
Manchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding schemeManchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding scheme
 
LDPC
LDPCLDPC
LDPC
 
Linear block coding
Linear block codingLinear block coding
Linear block coding
 
My review on low density parity check codes
My review on low density parity check codesMy review on low density parity check codes
My review on low density parity check codes
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
 
Source coding
Source coding Source coding
Source coding
 
Coding
CodingCoding
Coding
 
LDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check MatrixLDPC - Low Density Parity Check Matrix
LDPC - Low Density Parity Check Matrix
 

Similar to Turbo Code

Energy-Efficient LDPC Decoder using DVFS for binary sources
Energy-Efficient LDPC Decoder using DVFS for binary sourcesEnergy-Efficient LDPC Decoder using DVFS for binary sources
Energy-Efficient LDPC Decoder using DVFS for binary sources
IDES Editor
 
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
 
Hossein Taghavi : Codes on Graphs
Hossein Taghavi : Codes on GraphsHossein Taghavi : Codes on Graphs
Hossein Taghavi : Codes on Graphs
knowdiff
 
02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight
Devanshi Piprottar
 
Unit6 Part3.ppt
Unit6 Part3.pptUnit6 Part3.ppt
Unit6 Part3.ppt
i7aaaaaaaaaaaaaaaa
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
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
 
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC CodesPerformance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
idescitation
 
coding.pdf
coding.pdfcoding.pdf
coding.pdf
temesgen545750
 
Bj32392395
Bj32392395Bj32392395
Bj32392395
IJERA Editor
 
Reed Solomon Coding For Error Detection and Correction
Reed Solomon Coding For Error Detection and CorrectionReed Solomon Coding For Error Detection and Correction
Reed Solomon Coding For Error Detection and Correction
inventionjournals
 
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
Journal For Research
 
C04922125
C04922125C04922125
C04922125
IOSR-JEN
 
lec5_13.pptx
lec5_13.pptxlec5_13.pptx
lec5_13.pptx
ShakibAhmed52
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Implementation of reed solomon codes basics
Implementation of reed solomon codes basicsImplementation of reed solomon codes basics
Implementation of reed solomon codes basics
Ram Singh Yadav
 
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
ijwmn
 
Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correction
Vijay Balaji
 
Convolutional Codes And Their Decoding
Convolutional Codes And Their DecodingConvolutional Codes And Their Decoding
Convolutional Codes And Their Decoding
Kakali Saharia
 

Similar to Turbo Code (20)

Energy-Efficient LDPC Decoder using DVFS for binary sources
Energy-Efficient LDPC Decoder using DVFS for binary sourcesEnergy-Efficient LDPC Decoder using DVFS for binary sources
Energy-Efficient LDPC Decoder using DVFS for binary sources
 
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)
 
Hossein Taghavi : Codes on Graphs
Hossein Taghavi : Codes on GraphsHossein Taghavi : Codes on Graphs
Hossein Taghavi : Codes on Graphs
 
02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight02 ldpc bit flipping_decoding_dark knight
02 ldpc bit flipping_decoding_dark knight
 
Unit6 Part3.ppt
Unit6 Part3.pptUnit6 Part3.ppt
Unit6 Part3.ppt
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
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...
 
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC CodesPerformance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
 
coding.pdf
coding.pdfcoding.pdf
coding.pdf
 
Bj32392395
Bj32392395Bj32392395
Bj32392395
 
Research Paper
Research PaperResearch Paper
Research Paper
 
Reed Solomon Coding For Error Detection and Correction
Reed Solomon Coding For Error Detection and CorrectionReed Solomon Coding For Error Detection and Correction
Reed Solomon Coding For Error Detection and Correction
 
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
PERFORMANCE ESTIMATION OF LDPC CODE SUING SUM PRODUCT ALGORITHM AND BIT FLIPP...
 
C04922125
C04922125C04922125
C04922125
 
lec5_13.pptx
lec5_13.pptxlec5_13.pptx
lec5_13.pptx
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Implementation of reed solomon codes basics
Implementation of reed solomon codes basicsImplementation of reed solomon codes basics
Implementation of reed solomon codes basics
 
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
 
Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correction
 
Convolutional Codes And Their Decoding
Convolutional Codes And Their DecodingConvolutional Codes And Their Decoding
Convolutional Codes And Their Decoding
 

Recently uploaded

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 

Recently uploaded (20)

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 

Turbo Code

  • 1. Turbo and Turbo-Like codes SUDHANSHU SAINI COMPUTER ENGINEERING (M.TECH) (31803121)
  • 2. Content:  Introduction to Turbo Codes  Channel Coding  Shannon’s Theory  FEC Coding Schemes  A Need for Better Codes  Turbo Codes  Turbo-Like Codes  Performance Analysis  Practical Issues for Turbo FEC  Turbo and Turbo-Like Codes in Standards  Future Trends  Conclusions  References
  • 3. Introduction to Turbo Codes  In information theory, turbo codes are a class of high- performance forward error correction (FEC) codes developed around 1990–91 (but first published in 1993), which were the first practical codes to closely approach the channel capacity.  Turbo codes achieve their remarkable performance with relatively low complexity encoding and decoding algorithms.
  • 4. Channel Coding  To encode the information sent over a communication channel in such a way that in the presence of channel noise, errors can be detected and/or corrected.  It Can be categorized into: 1. Backward error correction (BEC) 2. Forward error correction (FEC )
  • 5. Shannon’s Theory  For every combination of bandwidth (W), channel type, signal power (S) and received noise power (N), there is a theoretical upper limit on the data transmission rate R, for which error-free data transmission is possible. This limit is called channel capacity or also Shannon capacity.  It sets a limit to the energy efficiency of a code.  A decibel is a relative measure. If E is the actual energy and Eref is the theoretical lower bound, then the relative energy increase in decibels is
  • 6. A Need for Better Codes  Energy efficiency vs Bandwidth efficiency  Codes with lower rate (i.e. bigger redundancy) correct more errors.then communication system can operate with a lower transmit power, transmit over longer distances, tolerate more interference, use smaller antennas and transmit at a higher data rate. These properties make the code energy efficient.  Low-rate codes have a large overhead and are hence more heavy on bandwidth consumption. Also, decoding complexity grows exponentially with code length.
  • 7. FEC Coding Schemes  Block Codes  Convolution Codes  Concatenated Codes  Low-Density Parity Check Codes
  • 8. Block Codes  A block code is any member of the large and important family of error- correcting codes that encode data in blocks.  Most common example is Hamming Code.  Take a block of length ‘k’ (information sequence).  Then encode them into a codeword , the last (n-k)bits are called Parity bits.  Parity bits are used for error checking and correcting.
  • 9. Convolution Codes  Convolution codes are error detecting codes used to reliably transmit digital data over unreliable communication channel system to channel noise.  The convolution codes map information to code bits , but sequentially convolve the sequence of information bits according to some rule.  Convolutional codes are often described as continuous.  Viterbi and soft output Viterbi are most common.
  • 10. ENCODING CIRCUIT The code is defined by the circuit, which consists of different number of shift registers
  • 11. Cntd…  We generate a convolution code by putting a source stream through a linear filter. This filter makes use of a shift register, linear output functions and possibly linear feedback.  In a shift register, the information bits roll from right to left.  In every filter there is one input bit and two output bits. Because of each source bit having two transmitted bits, the codes have rate ½.
  • 12. DEFINING CONVOLUTION CODE  A convolution code can be defined by using a generator matrix that describes the encoding function u → x : x = u .G For 3 information bit long sequence u = (u0 ,u1 ,u2 ) we get ((x0 (1) x0 (2) ), (x1 (1)x1 (2) ), (x2 (1) x2 (2) )) = (u0 ,u1 ,u2 ) .G
  • 13. PUNCTURING OF CONVOLUTION CODES  The idea of puncturing is to delete some bits in the code bit sequence according to a fixed rule.  In general the puncturing of a rate K / N code is defined using N puncturing vectors.  Considering a code without puncturing, the information bit sequence u =(0,0,1,1,0) generates the (unpunctured) code bit sequence xNP= (00,00,11,01,01). The sequence xNP is punctured using a puncturing matrix: PI= 1110 1001  The puncturing period is 4. Using P1 , 3 out of 4 code .  The performance of the punctured code is worse than the performance of the mother code.
  • 14. DECODING CONVOLUTION CODES  The most probable state sequence can be found using the min-sum algorithm (also known as the Viterbi algorithm).  The viterbi algorithm is used to decode convolutional codes and any structure or system that can be described by a trellis.  It is a maximum likelihood decoding algorithm that selects the most
  • 15. Concatenated Codes  Some times single error correction codes are not good enough for error protection.  Concatenating two or more codes will results more powerful codes.  Types of concatenated codes 1. Serial concatenated codes 2. Parallel concatenated codes
  • 17. Turbo Codes  The Parallel-Concatenated Convolutional Codes(PCCC), called turbo codes, has solved the dilemma of structure and randomness through concatenation and interleaving respectively.  The introduction of turbo codes has given most of the gain promised by the channel coding theorem.  Turbo codes have an astonishing performance of bit error rate (BER) at relatively low Eb /No.
  • 18. Turbo Encoder  The output stream of data consists of the systematic data, parity bits from encoder1, and parity bits from encoder2.  Through the use of the interleaver, the decoder will have two independent looks at the same data, and can use both streams to decode the information sequence
  • 19. Interleaver  The interleaver’s function is to permute low weight code words in one encoder into high weight code words for the other encoder.  A “row-column” interleaver: data is written row-wise and read column wise. While very simple, it also provides little randomness.  A “helical” interleaver: data is written row-wise and read diagonally.  An “odd-even” interleaver: first, the bits are left uninterleaved and encoded , but only the odd-positioned coded bits are stored. Then, the bits are scrambled and encoded, but now only the even-positioned coded bits are stored. Odd-even encoders can be used, when the second encoder produces one output bit per one input bit.
  • 20.
  • 21. Recursive Systematic Coders  Recursive codes are typically systematic.  The example encoder is systematic because the input data is also used in the output symbols.  Recursive systematic convolutional (RSC) codes have become more popular due to their use in Turbo Codes.
  • 22. Turbo Decoding  Criterion: For n probabilistic processors working together to estimate common symbols, all of them should agree on the symbols with the probabilities as a single decoder could do.  The inputs to the decoders are the Log likelihood ratio (LLR) for the individual symbol d.  LLR value for the symbol d is defined ( Berrou) as  The SISO decoder reevaluates the LLR utilizing the local Y1 and Y2 redundancies to improve the confidence .  Compare the LLR output, to see if the estimate is towards 0 or 1 then take HD.
  • 23. Cntd…  The value z is the extrinsic value determined by the same decoder and it is negative if d is 0 and it is positive if d is 1  The updated LLR is fed into the other decoder and which calculates the z and updates the LLR for several iterations  After several iterations , both decoders converge to a value for that symbol.
  • 24. Turbo Product Codes  The serial concatenation of block codes separated by a structured permutation (either implicit or explicit) was introduced in the 1950s. Codes with this structure are referred to as product codes.  Product codes may have many dimensions but are usually restricted to 2 or 3.  Applying iterative decoding to such code structures results in TPCs, and exchanging soft extrinsic information yields good performance.  Iterative decoding of TPCs is performed by alternately decoding along the different dimensions of the code, where again reliability information is represented as true or approximate LLRs.  Turbo Product Codes (TPCs) are based on block codes, not convolutional codes.
  • 25. Construction and Decoding of TPC An elementary decoder for a single dimension of a multidimensional turbo product code
  • 26. Low-Density Parity Check Codes  Any linear block code can be defined by its parity-check matrix. If this matrix is sparse, i.e it contains only a small number of 1s per row or column, then the code is called a low-density parity-check code.  Basically there are two different possibilities to represent LDPC codes: ─ Matrix Representation ─ Graphical Representation  A regular LDPC matrix is an binary matrix having exactly Y ones in each column and exactly ones in each row , where < and both are small compared to m.  If H is low-density but the number of 1’s in each row or column aren’t constant the code is called a irregular LDPC code.
  • 27. Representation  Parity Check Matrix: (with dimension “ n × m ” for a (8 ,4) code) ─ ρ = the number of 1‘s in each row ─ γ = the number of 1’s in each column For a matrix to be called low-density the two conditions γ<<n, ρ<<m must be satisfied.  Bipartite Graph(so-called Tanner Graph): that means that the nodes of the graph are separated into two distinctive sets: Variable nodes(v-nodes) Check nodes(c-nodes) ─ m check nodes (the number of parity bits ─ n variable nodes (the number o bits in codeword
  • 28. Turbo-Like Codes  Some forms of turbo FEC do not fall neatly into any of the previous three categories and are referred to as turbo-like codes.  Hybrids of turbo codes and LDPC codes fall into this category.  Convolutional codes are often used as the constituent codes, resulting in serially concatenated convolutional codes (SCCCs).  Decoding is performed in a manner similar to the parallel concatenated case, iteratively applying SISO decoders for each constituent code.
  • 29. Performance Analysis of Turbo Codes BER performance of cdma2000 turbo code WER performance of cdma2000 turbo code
  • 30. Performance Analysis of Turbo Product Codes BER performance of the IEEE 802.16 TPC WER performance of the IEEE 802.16 TPC
  • 31. Performance Analysis of LDPC Codes BER and WER performance of two IEEE 802.16e LDPC codes
  • 32. Practical Issues for Turbo FEC  Error Rate Performance and Power Savings  Computational Complexity  Parallelism  Memory Requirements  Latency  Flexibility  Effect on Synchronization
  • 33. TURBO OR TURBO-LIKE CODES IN STANDARDS  3G Wireless: 1. W-CDMA(Wideband code-division multiple-access) 2. CDMA2000 3. TD-SCDMA(Time-division, synchronous CDMA)  Satellite Communications: 1. Consultative Committee for Space Data Systems (CCSDS) 2. Digital Video Broadcasting-Return Channel via Satellite 3. Digital Video Broadcasting via Satellite Second Generation  Wireless Networking: 1. Wi-MAX (IEEE 802.16) 2. Wi-Fi (IEEE 802.11)
  • 34. Future Trends  Turbo and turbo-like codes will be widely used for at least the next decade and probably substantially longer.  No single class of turbo or turbo-like codes will dominate in the way that convolutional codes and Viterbi decoding did in the past.  Substantial improvements in computational efficiency and reductions in unit costs are still possible.  An increasing number of turbo and turbo-like codes will be tailored to different channel conditions and system designs.  The success of turbo FEC has led to the application of soft iterative decoding techniques beyond channel coding.
  • 35. Conclusions  The advent of turbo and turbo-like codes has shown that excellent performance, closely approaching the ultimate Shannon capacity limit for an AWGN channel.  It can be achieved through the soft iterative decoding of composite channel codes.  Implementing and using turbo and turbo-like codes in real systems does present challenges, but tremendous progress in addressing these issues has been made, and all varieties of turbo FEC are finding application.  Turbo and turbo-like codes are no longer a curiosity or novelty, but a powerful tool for improving the performance of communications systems.