SlideShare a Scribd company logo
1 of 6
Download to read offline
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

FPGA Based Area Efficient Turbo Decoder For Wireless
Communication
Mansi Rastogi*, Rajesh Mehra**
*(ME Student (ECE), NITTTR Chandigarh, UT, India
** (Associate Professor, ECE Department,NITTTR Chandigarh, UT, India)

ABSTRACT
To fulfil the extensive need of high data rate transfer in today’s wireless communication systems such as
WiMAX and 4G LTE (Long Term Evolution), the turbo codes gives an exceptional performance. They have
allowed for near Shannon limit information transfer in modern communication systems. As the performance of
these codes increases, their decoding complexity is also increases and so the power consumption. To reduce this
complexity without decreasing its BER (Bit Error Rate) performance a novel modification over SOVA (Soft
output Viterbi Algorithm) is proposed in this paper. The proposed model is also implemented on FPGA Xilinx
Virtex 5 XC5VLX85ff676-2. The simulation results over MATLAB has been shown, indicates a comparable
BER as compared to LOG-MAP with reduced complexity. The synthesis results over Xilinx FPGA shows an
improvement of 12% over area utilization as compared to MAX-LOG-MAP implementation. So with reduced
area and low BER, a cost effective solution proposed in this paper.
Keywords-Turbo code, FPGA, SOVA algorithm, Log MAP algorithm, FEC (Forward Error Correction),
Convolutional code (CC), BER etc.

I.

INTRODUCTION

As the technology advances in wireless
communication, there are several application fields
that have been strongly reinforced. Among these
channel decoding is one of the most significant and
interesting ones. To increase the efficiency and
reliability of the transmission Forward Error
Correction (FEC) methods are used. FEC used the
ECC (Error Correction Codes) to detect and correct
the errors occur due to the channel impairments. Turbo
codes as ECC [1] was first proposed by Berrou in
1993, which close to Shannon limit of the error
correction capability. Turbo codes are widely used in
various communication systems due to its capability
with high data transmission rate and large system
throughput in LTE [2].
Turbo decoders are decoded iteratively. There
are mainly two types of iteratively decoding
algorithms used in turbo codes. The one is SOVA
(Soft Output Viterbi Algorithm), used in this paper. It
is advancement over Viterbi Algorithm with SoftDecision Outputs [3] and the other is BCJR (Bahl,
Cocke, Jelinek and Raviv) algorithm. In this algorithm
a posteriori probability (APP) is maximized so also
known as Maximum a posteriori (MAP) algorithm.
Both the branches become workable after the
evolution of the logarithmic versions. Further
evolutions of MAP are Log-MAP [4] algorithm and
the Max-Log-MAP [5] algorithm respectively. These
algorithms reduce the complexity by replacing
arithmetic operations with logarithm and max operator
with Log-MAP greatly reducing the cost of

www.ijera.com
Page

implementing MAP. In this paper a modified SOVA
algorithm is produced to reduce the computation
complexity introduced by iterative decoders.
On the other hand, the need of VLSI
technology increases due to the increased demand of
miniaturizing electronic devices. These technologies
have reached a development point where several
technologies will come in a small microchip. In this
era the need of reconfigurable devices increases
rapidly. Moreover, embedded processors, digital signal
processors, programmable devices, as FPGA’s
application specific instruction-set processors and
VLSI technologies have come to the point where their
power and cost should be minimized [6], [7]. In this
paper a FPGA implementation of modified SOVA
decoding algorithm is proposed to reduce the utilized
no. of resources in terms of slices, Flip-Flop etc.
The organization of this paper is as follows. Section II
contains the detailed architecture of turbo encoder and
decoder. The algorithm structure of modified SOVA is
discussed in III. MATLAB based simulation results
and FPGA based results have been discussed in
section IV. In the last conclusion and future scope is
discussed in section V.

II.

TURBO CODES

Turbo Codes are the forward error correction
codes in which redundant information bits is added in
the form of parity to the information bits. These codes
are very attractive due to their error corrective
capability. In this the receiver can correct most of the
errors, which introduced by the channel. The turbo
code system is given in figure 1.
1899 |
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904

www.ijera.com

Fig.1 Turbo Code System
The information sequence u is given to the
turbo encoder which generates the sequence u, p1 and
p2. The p1 and p2 are parity bits in which p1 are
generated by u and p2 is generated by the interleaved
version of u. The channel is taken in this paper is
AWGN. In which n ~ N (0, σ2) is the random noise
introduced by the channel to the information sequence.
Where N (0, σ2) is the zero mean Gaussian noise with
variance σ2=No/2. By adding noise from the AWGN
channel, the input to the decoder is y, p and q
corresponds to u, p1 and p2.
2.1 Turbo Code Encoder
Turbo code encoder consists of two RSC
(recursive systematic convolutional) encoders and an
interleaver. It produces a recursive Parallel
concatenated Convolutional Code (PCCC) known as
turbo code. Here the first constituent encoder receives
input bits directly, whereas the second constituent
encoder is fed with input bits through the interleaver
as shown in figure 2. In this paper 16-state RSC
encoders are used. Eachconstituent encoder is built
around a shift register of length =4 resulting in 2 4 =16
states. As shown in the figure the code rate of the
turbo encoder is 1/3, thus for each input, three outputs
are generated and the state values is also depends on
the input bits. The input block length is indicated as B.
As shown, the encoder generates the three outputs
(systematic + tail) bits u, parity bits p1 and p2 of block
length B from constituent encoder 1 and 2.In an
interleaver the input and output bits are same as input
but in a different temporal order. In this the input bits
are permuted in a matrix, such that the interleaver
output is a pseudo-random string of the input bits.
Basically the Interleaving converts by linkingeasily
error-prone code and burst errors together with error
free code. If a burst error is crooked a block of letters
in the middle of the information message. It is
impossible to recover that information signal without
interleaver. By using interleaving, it spreads out the
signal before sending it to the noisy channel and the
text ismuch easier to derive afterdeinterleaving. The
permutation matrix is based on the number of bitsper
block, which is equal to B in this paper.

www.ijera.com
Page

Fig. 2 Turbo Code Encoder
2.2 Turbo Code Decoder
The task of the decoder is to restore the
information sequence sent to the transmitter from the
systematic and parity bits generated by the encoder, as
these bits are irrupted by noise.In the turbo decoder
two iteratively SISO (Soft input Soft Output) decoders
are used. As systematic and parity bits u, p1 and p2 are
corrupted by noise and the noisy systematic and parity
bits reached to the decoder are y, p and q. These bits
are separated using demultiplexer. Its function is to
map the parity check bits and systematic bits into even
and odd columns respectively. As shown in figure 3
SISO decoder 1 uses the systematic bits y, parity
checkbits 1 (p) and a priori information from SISO
Decoder 2 (zero at the first iteration) to estimate a bit
sequence. This processing results in two outputs as
extrinsic information L1ex and alog-likelihood ratio
(LLR) L1lr. The extrinsic information L1ex is
interleaved by using the same interleaver as encoder to
the SISOdecoder 2, where it is used as a priori
information. Then decoder 2 do the same processing
as decoder 1 to generate the extrinsic information
L2exand a log-likelihood ratio (LLR) L2lrby using the
parity check bits 2 (p),interleaved versions of received
noisy systematic bits and priori information from
SISO Decoder 1(L1ex). The output of SISO decoder 2
L2ex is deinterleaved and isused as a priori information
in SISO decoder 1 for a second iteration on the same
systematic andparity check bits as for the first
iteration. After a number of iterations the two LLR
outputs from decoder 1 (L1lr) and decoder 2 (L2lr)are
used to make a hard decision on the bit sequence. The
number of iterations needed in turbo decoder to
provide a good evaluation of information sequence
depends on the encoder properties.

1900 |
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904

www.ijera.com

BM = Hamming Distance ({yk, pk},{uk’, pk’})

(1)

While in SOVA, BM output is given as:
BM= (1/2) uk’ L_a (uk’t) + L_c/2 (ykuk’ + pk pk’)

Fig. 3 Block Diagram of Convolutional Turbo
Decoder

III.

Modified SOVA

There are two types of SOVA algorithm:
Traceback Method and Register Exchange Method. In
this paper the traceback method is used. The SOVA
uses the same idea as VA (Viterbi Algorithm) except
that it generates the soft output, represents reliability
of the bit decision. The input values to the decoder are
y and p. For accurate results y and p are not hard
decoded. Rather they have a continuous value depends
on the channel reliability. When used in turbo codes
the decoders also used a priori information termed as
L_a (alpha), Which after combining with systematic
and parity bits is converted to complete information Lall. The extrinsic information L_e can be generated by
subtracting priori and systematic bits from L_all,
considered as the input for second decoder. The result
is multiplied by the channel reliability to compensate
for the distortion.
As far as the SOVA decoding algorithm is
concerned. It is analogues to VA by using some
modifications. The basic architecture block of
traceback SOVA decoder is shown in figure 4. This
architecture is mainly divided in three blocks BMU
(branch metric unit), ACS (add-compare and select),
and traceback unit.

Where:
(yk, pk) = Received from the channel at stage k.
(uk’,pk’) = Associated with this edge
L_a (uk’t) = A priori information
L_c= Channel reliability measure
The value of uk’ can be +1 for binary 1 or -1 for binary
0.
3.2 ACS
This unit will take the previous path metric
from memory and add the branch metric to it
calculated by BMU, results in new path metric. The
equation for this is given as:
M(Sk) = M(Sk-1) + (1/2) uk’ L_a (uk’t) +
L_c/2 (ykuk’ + pk pk’)
(3)
For the values of uk’ as +1 or -1 for 1 or 0, two metric
values are calculated: one for the binary "0" (Mk0)
and one for the binary "1" (Mk1).
M (Sk0) = M (Sk-1) - (1/2) L_a (uk’t) + L_c/2 (ykuk’ +
pk pk’)
(4)
M (Sk1) = M (Sk-1) + (1/2) L_a (uk’t)
+ L_c/2 (ykuk’ + pk pk’)
(5)
These two values are compared, and the
highest value, difference between the two (Mdiff=Δ)
and its corresponding binary value is stored. This is
done for an entire frame block, which corresponds to
going forward in the trellis diagram while calculating
the metric of each path. In SOVA a path metric
represents the likelihood that the path is the decoded
path and a larger metric represents increased
likelihood. So when many paths converge then highest
metric path is considered as the decoded path and its
metric and survivor is stored. The other paths are
discarded. The trellis diagram for SOVA algorithm is
shown in figure 5. Three paths are shown in the figure
path 0, 1 and 2. The difference between the two
adjacent paths coming to a node is given by Δ.

Fig. 4 Basic Architecture Block of Trace back SOVA
3.1 BMU
The branch metric unit in VA calculates the
hamming distance between the received parity and
systematic bits and the branch word associated with
this edge. This branch word is generated by the
encoder. The BM (Branch metric) output for VA is
given as:
www.ijera.com
Page

(2)

Fig. 5

Trellis Diagram for SOVA Component
Decoder
1901 |
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904
3.2.1

Modified SOVA
The complexity of MSOVA is reduced as
compared to SOVA by pruning some metric states.
The performance of modified SOVA is close to that of
LOG-MAP, when compensated for the loss using the
expectation and scaling factor. In MSOVA two new
parameters Nmax and T are used to prune the metric
paths. T represents the threshold value and Nmax
represents the maximum no. of survivor path allowed
in the decoding trellis. At each trellis stage, only those
paths whose metric values satisfy equation 6 will be
survive.
M(Sk) = max {M(Sk1)} + T
(6)
When the number of preserved path is more than
Nmax then only the best Nmax path will be kept. The
trellis diagram of modified SOVA for T=-2 and
Nmax=3 is given in figure 6, where the numbers on
top of each node represents paths metrics. The node
obstructed by an open circle represents a path pruned
using threshold T. The nodes encircled by cross
indicate paths pruned using Nmax. As it is unlikely to
become a low metric path to a ML path later, pruning
the bad paths has only small possibility to change the
ML path. As a result Modified SOVA generates the
decoded sequence with less complexity by using less
number of metrics.

www.ijera.com

corresponding metric values (𝑀 𝑆𝑘0 ), and (𝑀 𝑆𝑘1 ). This
estimation is then compared with the competitive path
within the range of δ. Where δ is the window size of
SOVA. After this a log likelihood ratio (LLR) is
calculated to determine whether the competitive and
estimated sequence differ from each other. This is
based upon the Δ. The estimated sequence is then
converted to -1 for binary 0 and 1 for binary 1 and
multiplied with the LLR. It results in a negative LLR
value when the estimated bit value is zero and a
positive LLR when the estimated bit is one. This is the
soft-output result of the turbo decoder.

IV.

MATLABSimulation Based Results

The simulation result of proposed decoder for
different block length in terms of FER (Frame Error
Rate) Vs. SNR (Signal to Noise Ratio) in dB has been
shown in figure 7. It is clear from the graph that as the
number of input bits i.e. blocks length increases, the
performance increases simultaneously. In this two
block length are considered 500 and 1500. The
generator polynomial used is g = [7, 5]. The numbers
of iteration used are equal to 6. In figure 7 a graph is
drawn for different number of iterations 1 to 6. The
parameters used for the graph are FER vs. SNR. It is
drawn for the 1024 bits. The generator polynomial is
used as g = [7, 5]. It is shown in the graph that as the
number of iterations increases, the FER performance
increases. In turbo decoder the performance is
increases if the decoder operates multiple times. But to
process the decoder multiple times the delay and
complexity increases vice-versa. The MATLAB used
for the above simulation is r2013a.

Fig. 6 Trellis for MSOVA Decoderfor T = -2 and
Nmax = 3
3.3 Traceback
Traceback is done to find the most likely
sequence of bits. But first the most likely state for each
decoder has to be found. This can be done by standing
at the end of the trellis diagram and looking at each of
the final states. It is trying to find the one with the
highest metric of likelihood. This is easily done for
decoder 1, as its trellis is terminated to an all zero state
in the encoder, causing the final state in the decoder to
be the all zero state as well. While for decoder 2, the
last state is not the all zero state due to the interleaver.
It will change the sequence of the information data. In
this the decoder compares the metric for all the states
at the end of the trellis, results in the highest metric as
the most likely. Now as starting point is known to the
decoder, it is possible to start the traceback through the
trellis to find the most likely sequence. A sequence is
estimated based on the stored survivor values and their
www.ijera.com
Page

Fig. 7

FER vs. SNR for different block length

1902 |
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904

www.ijera.com

performance of the implemented Turbo encoder and
decoder in terms of utilized area.Table 1 show the
parameter used in the hardware implementation of the
proposed decoder.
TABLE I
PARAMETER USED FOR TURBO CODEC
No. of Input Sequence
Length of Input Sequence
No. of Output Sequence
Code Rate
Constraint Length
Polynomial Generator in
Octal Notation
Total No. of States
Fig. 8

FER vs. SNR for different iterations

In figure 8 a comparison graph is given
between the proposed algorithm (Modified SOVA)
and LOG-MAP [8] in terms of BER vs. SNR. Both the
algorithms are used for turbo codes. The results are
calculated for code rate R=1/3, Block Length = 1500
bits and the number of iterations are 4. The generator
polynomial used for the proposed design is g = [31,
27]. As shown in figure BER for MSOVA is slightly
improved over LOG-MAP. The BER performance is
slightly improved for low range of Eb/No values, while
for higher range of Eb/N0 values BER performance is
equivalent to LOG-MAP. The proposed SOVA have
much reduced complexity than LOG-MAP [9]. So
MSOVA is a preferred choice in terms of performance
and complexity for wireless communication.

2ʋ-1

16
-3

Nmax

Maximum No. of Path

1
1024
2
½
5
(31, 27)8

T

Threshold

k
h
n
R
ʋ
G

4

Table 2 shows the hardware utilization of the
proposed decoder in terms of area used, frequency and
delay. The parameters used for area utilization are
number of slice registers, number of slices, LUT,
bonded IOBs and number of BUFG etc. In terms of
timing utilization are frequency and delay. From the
table it was shown that proposed decoder is area
efficient.
TABLE 2
HARDWARE AND TIMING PERFORMANCE OF
TURBO CODES
PROPOSED TURBO DECODER
Device Utilization Summary
No. of Slice
644 out of 51840
Registers
(1%)
No. of Slices

230 out of 12960
(1%)

No. of LUTs

919 out of 51840
(2%)

No. of Fully used
LUT-FF pairs

341 out of 1222
(27%)

No. of Bonded IOBs

Fig. 9

V.

Comparison of BER vs. Eb/No for proposed
and LOGMAP algorithm

FPGA ImplementationBased Results

The Turbo encoder and decoder using
proposed algorithm was implemented using Verilog
hardware description language, which offers high
abstraction level during the implementation. The
Verilog description was synthesized using Xilinx
Virtex 5XC5VLX85ff676 FPGA with a speed grade of
-2. It has used ISE 13.4 synthesis tool to measure the
www.ijera.com
Page

60 out of 440
(13%)

No. of
BUFG/BUFGCTRLs

1 out of 32
(3%)

Timing summary
Frequency
Delay

97.448 MHz
10.262 ns

In figure 10 the comparison between the
proposed turbo codec and turbo codec using MAXLOG-MAP with scaling [10]. The parameters include
for the comparison are number of slice registers, LUT
and number of slices. The blue lines is for existing and
red is for proposed decoder.
1903 |
Mansi Rastogi et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904

www.ijera.com

decoder is superior to existing CTC decoder in
hardware utilization and also having a comparable
performance. So an area efficient, better performance
and a cost effective solution has been proposed in this
paper for wireless communication systems.

REFERENCES
[1]
[2]

[3]
Fig. 10 Comparison Graph Between the Existing and
Proposed Decoder
As shown in the table the utilized number of
slices, LUT, slice registers are less as compared to
existing algorithms. So it results in optimized area
performance. Its frequency is less as compared to
hardware implementation of MAX-LOG-MAP. The
simulation waveform for the proposed decoder has
been shown in figure 11.

[4]

[5]

[6]

[7]

Fig. 11 Simulation Waveform for the Proposed
Decoder

VI.

CONCLUSION

Turbo Code has become one of the best
choices to deal with errors induced from high-noise
communication channels due to the superior error
correction performance. A modification over SOVA
algorithm has been proposed in this paper. The
modification over SOVA is done by pruning the paths
with low path metrics compared to other path metric at
that time. With this the complexity is reduced as the
total number of path metric is reduced at each time.
The proposed algorithm results in slightly better BER
performance than LOG-MAP algorithm. The proposed
architecture is quite flexible to support multiple code
lengths. The FPGA utilization of the proposed decoder
is compared with a CTC decoder using MAX-LOGMAP algorithm. It is shown that proposed CTC
www.ijera.com
Page

[8]

[9]

[10]

Qu Wei, Information theory and coding
theory, Sciences Publishing House, 2005.
J. Haqenanner, P. Hoer, “A Viterbi Algorithm
with Soft-Decision Outputs and Its
Applications,” IEEE Globecom’89, 1989,
pp.1680–1686.
Robertson, E. Villegrum, P. Hoeher, “A
Comparison of Optimal and Sub-optimal
MAP Decoding Algorithm Operating in the
Log Domain,” Proceedings
IEEE
international Conference on Communication,
1995, pp. 1009-1013.
C. Berrou, A. Gliavieux, and P.
Thitimajshima, “Near Shannon limiterrorcorrecting coding and decoding: turbo codes
(1),” in Proceedings IEEE International
Conference Communications, pp. 1064-1070,
1993.
W. Zhongfeng Wang, Zhipei Chi and Keshab
K. Parhi, “Area-Efficient
High-Speed
Decoding Scheme for Turbo Decoders,”
IEEE Trans. Very
Large Scale Integrated
(VLSI) Systems, vol. 10, pp. 902–912, 2002.
Olaf J. Joeressen, Martin Vaupel, and
Heinrich
Meyr,
“High-Speed
VLSI
Architectures for Soft-Output Viterbi
Decoding,”
Proceedings
of
IEEE
International
Conference
Application
Specific Array Processors, pp. 373-384, Aug.
1992.
Engling Yeo, Stephanie A Augsburger, W.
Rhett Davis, Borivoje Nikolic, "A 500-Mb/s
Soft-Out Viterbi Decoder," in IEEE J. Solid
State Circuits, Vol. 38, pp.1234-1241, July
2003.
Wang Huahua and Liu Wenwen, “Analysis of
Turbo Decoding Algorithm in LTESystem,”
IEEE International Conference on Fuzzy
Systems andKnowledge Discovery (FSKD),
pp. 1741-1744, 2012
J. P. Woodard and L. Hanzo, “Comparative
Study of Turbo Decoding
Techniques: an
overview,” IEEE Transaction on Vehicular
Technology,vol. 49, pp. 2208–2233, 2000.
Alptekin Pamuk, “An FPGA Implementation
Architecture forDecoding of Polar Codes,”
International Symposium on Wireless
Communication Systems (ISWCS), pp. 437441, November 2011.

1904 |

More Related Content

What's hot

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
 
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
 
IRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET Journal
 
Iisrt swathi priya(26 30)
Iisrt swathi priya(26 30)Iisrt swathi priya(26 30)
Iisrt swathi priya(26 30)IISRT
 
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...IOSR Journals
 
A study to Design and comparison of Full Adder using Various Techniques
A study to Design and comparison of Full Adder using Various TechniquesA study to Design and comparison of Full Adder using Various Techniques
A study to Design and comparison of Full Adder using Various TechniquesIOSR Journals
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSORAlxus Shuvo
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...researchinventy
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...Journal For Research
 
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...theijes
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol dataeSAT Publishing House
 
Design and implementation of single bit error correction linear block code sy...
Design and implementation of single bit error correction linear block code sy...Design and implementation of single bit error correction linear block code sy...
Design and implementation of single bit error correction linear block code sy...TELKOMNIKA JOURNAL
 
simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decodingGulafshan Saifi
 

What's hot (20)

E42032732
E42032732E42032732
E42032732
 
Research Paper
Research PaperResearch Paper
Research Paper
 
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...
 
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
 
Y25124127
Y25124127Y25124127
Y25124127
 
IRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo Codes
 
Iisrt swathi priya(26 30)
Iisrt swathi priya(26 30)Iisrt swathi priya(26 30)
Iisrt swathi priya(26 30)
 
Cs8591 qb
Cs8591 qbCs8591 qb
Cs8591 qb
 
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
Vlsi Implementation of Low Power Convolutional Coding With Viterbi Decoding U...
 
A study to Design and comparison of Full Adder using Various Techniques
A study to Design and comparison of Full Adder using Various TechniquesA study to Design and comparison of Full Adder using Various Techniques
A study to Design and comparison of Full Adder using Various Techniques
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSOR
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
My paper
My paperMy paper
My paper
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
 
Multi level,multi transition
Multi level,multi transitionMulti level,multi transition
Multi level,multi transition
 
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol data
 
Design and implementation of single bit error correction linear block code sy...
Design and implementation of single bit error correction linear block code sy...Design and implementation of single bit error correction linear block code sy...
Design and implementation of single bit error correction linear block code sy...
 
simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decoding
 
D0151724
D0151724D0151724
D0151724
 

Viewers also liked

Viewers also liked (20)

Dg36645648
Dg36645648Dg36645648
Dg36645648
 
Df36640644
Df36640644Df36640644
Df36640644
 
Lw3520252031
Lw3520252031Lw3520252031
Lw3520252031
 
Aj36210214
Aj36210214Aj36210214
Aj36210214
 
Kc3517481754
Kc3517481754Kc3517481754
Kc3517481754
 
Bf4103355361
Bf4103355361Bf4103355361
Bf4103355361
 
At4102337341
At4102337341At4102337341
At4102337341
 
Aw4102359364
Aw4102359364Aw4102359364
Aw4102359364
 
Hq3613511354
Hq3613511354Hq3613511354
Hq3613511354
 
En35793797
En35793797En35793797
En35793797
 
Fq3510001006
Fq3510001006Fq3510001006
Fq3510001006
 
Asigandos telematica
Asigandos telematicaAsigandos telematica
Asigandos telematica
 
Ute_El emprendimiento social como marco de análisis;_El liderazgo de los empr...
Ute_El emprendimiento social como marco de análisis;_El liderazgo de los empr...Ute_El emprendimiento social como marco de análisis;_El liderazgo de los empr...
Ute_El emprendimiento social como marco de análisis;_El liderazgo de los empr...
 
Química – geometria e polaridade molecular 01 2014
Química – geometria e polaridade molecular 01   2014Química – geometria e polaridade molecular 01   2014
Química – geometria e polaridade molecular 01 2014
 
Liz
LizLiz
Liz
 
Bab 7 gnu linu x server
Bab 7 gnu linu x serverBab 7 gnu linu x server
Bab 7 gnu linu x server
 
Kritterium sumer
Kritterium sumerKritterium sumer
Kritterium sumer
 
Loja planificacion
Loja planificacionLoja planificacion
Loja planificacion
 
Presentación evolucionismo nuevo
Presentación evolucionismo nuevoPresentación evolucionismo nuevo
Presentación evolucionismo nuevo
 
Diagramas UML
Diagramas UMLDiagramas UML
Diagramas UML
 

Similar to Lb35189919904

A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMA NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMVLSICS Design
 
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...VLSICS Design
 
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi DecodingIJMER
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...VLSICS Design
 
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmAn Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmIJERA Editor
 
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
 
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
 
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...IJERA Editor
 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureA Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureIRJET Journal
 
C211824
C211824C211824
C211824irjes
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder IJECEIAES
 
Low complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsLow complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsIAEME Publication
 
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
 
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic System
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic SystemVoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic System
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic SystemSagun Man Singh Shrestha
 

Similar to Lb35189919904 (20)

A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMA NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
 
D04561722
D04561722D04561722
D04561722
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Turbocode
TurbocodeTurbocode
Turbocode
 
G364246
G364246G364246
G364246
 
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
 
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
 
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr AlgorithmAn Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
An Energy-Efficient Lut-Log-Bcjr Architecture Using Constant Log Bcjr Algorithm
 
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...
 
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...
 
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
 
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureA Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
 
C211824
C211824C211824
C211824
 
E010224043
E010224043E010224043
E010224043
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Low complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acsLow complexity turbo decoder with modified acs
Low complexity turbo decoder with modified acs
 
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
 
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic System
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic SystemVoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic System
VoCoRoBo: Remote Speech Recognition and Tilt Sensing Multi-Robotic System
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Lb35189919904

  • 1. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 RESEARCH ARTICLE www.ijera.com OPEN ACCESS FPGA Based Area Efficient Turbo Decoder For Wireless Communication Mansi Rastogi*, Rajesh Mehra** *(ME Student (ECE), NITTTR Chandigarh, UT, India ** (Associate Professor, ECE Department,NITTTR Chandigarh, UT, India) ABSTRACT To fulfil the extensive need of high data rate transfer in today’s wireless communication systems such as WiMAX and 4G LTE (Long Term Evolution), the turbo codes gives an exceptional performance. They have allowed for near Shannon limit information transfer in modern communication systems. As the performance of these codes increases, their decoding complexity is also increases and so the power consumption. To reduce this complexity without decreasing its BER (Bit Error Rate) performance a novel modification over SOVA (Soft output Viterbi Algorithm) is proposed in this paper. The proposed model is also implemented on FPGA Xilinx Virtex 5 XC5VLX85ff676-2. The simulation results over MATLAB has been shown, indicates a comparable BER as compared to LOG-MAP with reduced complexity. The synthesis results over Xilinx FPGA shows an improvement of 12% over area utilization as compared to MAX-LOG-MAP implementation. So with reduced area and low BER, a cost effective solution proposed in this paper. Keywords-Turbo code, FPGA, SOVA algorithm, Log MAP algorithm, FEC (Forward Error Correction), Convolutional code (CC), BER etc. I. INTRODUCTION As the technology advances in wireless communication, there are several application fields that have been strongly reinforced. Among these channel decoding is one of the most significant and interesting ones. To increase the efficiency and reliability of the transmission Forward Error Correction (FEC) methods are used. FEC used the ECC (Error Correction Codes) to detect and correct the errors occur due to the channel impairments. Turbo codes as ECC [1] was first proposed by Berrou in 1993, which close to Shannon limit of the error correction capability. Turbo codes are widely used in various communication systems due to its capability with high data transmission rate and large system throughput in LTE [2]. Turbo decoders are decoded iteratively. There are mainly two types of iteratively decoding algorithms used in turbo codes. The one is SOVA (Soft Output Viterbi Algorithm), used in this paper. It is advancement over Viterbi Algorithm with SoftDecision Outputs [3] and the other is BCJR (Bahl, Cocke, Jelinek and Raviv) algorithm. In this algorithm a posteriori probability (APP) is maximized so also known as Maximum a posteriori (MAP) algorithm. Both the branches become workable after the evolution of the logarithmic versions. Further evolutions of MAP are Log-MAP [4] algorithm and the Max-Log-MAP [5] algorithm respectively. These algorithms reduce the complexity by replacing arithmetic operations with logarithm and max operator with Log-MAP greatly reducing the cost of www.ijera.com Page implementing MAP. In this paper a modified SOVA algorithm is produced to reduce the computation complexity introduced by iterative decoders. On the other hand, the need of VLSI technology increases due to the increased demand of miniaturizing electronic devices. These technologies have reached a development point where several technologies will come in a small microchip. In this era the need of reconfigurable devices increases rapidly. Moreover, embedded processors, digital signal processors, programmable devices, as FPGA’s application specific instruction-set processors and VLSI technologies have come to the point where their power and cost should be minimized [6], [7]. In this paper a FPGA implementation of modified SOVA decoding algorithm is proposed to reduce the utilized no. of resources in terms of slices, Flip-Flop etc. The organization of this paper is as follows. Section II contains the detailed architecture of turbo encoder and decoder. The algorithm structure of modified SOVA is discussed in III. MATLAB based simulation results and FPGA based results have been discussed in section IV. In the last conclusion and future scope is discussed in section V. II. TURBO CODES Turbo Codes are the forward error correction codes in which redundant information bits is added in the form of parity to the information bits. These codes are very attractive due to their error corrective capability. In this the receiver can correct most of the errors, which introduced by the channel. The turbo code system is given in figure 1. 1899 |
  • 2. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 www.ijera.com Fig.1 Turbo Code System The information sequence u is given to the turbo encoder which generates the sequence u, p1 and p2. The p1 and p2 are parity bits in which p1 are generated by u and p2 is generated by the interleaved version of u. The channel is taken in this paper is AWGN. In which n ~ N (0, σ2) is the random noise introduced by the channel to the information sequence. Where N (0, σ2) is the zero mean Gaussian noise with variance σ2=No/2. By adding noise from the AWGN channel, the input to the decoder is y, p and q corresponds to u, p1 and p2. 2.1 Turbo Code Encoder Turbo code encoder consists of two RSC (recursive systematic convolutional) encoders and an interleaver. It produces a recursive Parallel concatenated Convolutional Code (PCCC) known as turbo code. Here the first constituent encoder receives input bits directly, whereas the second constituent encoder is fed with input bits through the interleaver as shown in figure 2. In this paper 16-state RSC encoders are used. Eachconstituent encoder is built around a shift register of length =4 resulting in 2 4 =16 states. As shown in the figure the code rate of the turbo encoder is 1/3, thus for each input, three outputs are generated and the state values is also depends on the input bits. The input block length is indicated as B. As shown, the encoder generates the three outputs (systematic + tail) bits u, parity bits p1 and p2 of block length B from constituent encoder 1 and 2.In an interleaver the input and output bits are same as input but in a different temporal order. In this the input bits are permuted in a matrix, such that the interleaver output is a pseudo-random string of the input bits. Basically the Interleaving converts by linkingeasily error-prone code and burst errors together with error free code. If a burst error is crooked a block of letters in the middle of the information message. It is impossible to recover that information signal without interleaver. By using interleaving, it spreads out the signal before sending it to the noisy channel and the text ismuch easier to derive afterdeinterleaving. The permutation matrix is based on the number of bitsper block, which is equal to B in this paper. www.ijera.com Page Fig. 2 Turbo Code Encoder 2.2 Turbo Code Decoder The task of the decoder is to restore the information sequence sent to the transmitter from the systematic and parity bits generated by the encoder, as these bits are irrupted by noise.In the turbo decoder two iteratively SISO (Soft input Soft Output) decoders are used. As systematic and parity bits u, p1 and p2 are corrupted by noise and the noisy systematic and parity bits reached to the decoder are y, p and q. These bits are separated using demultiplexer. Its function is to map the parity check bits and systematic bits into even and odd columns respectively. As shown in figure 3 SISO decoder 1 uses the systematic bits y, parity checkbits 1 (p) and a priori information from SISO Decoder 2 (zero at the first iteration) to estimate a bit sequence. This processing results in two outputs as extrinsic information L1ex and alog-likelihood ratio (LLR) L1lr. The extrinsic information L1ex is interleaved by using the same interleaver as encoder to the SISOdecoder 2, where it is used as a priori information. Then decoder 2 do the same processing as decoder 1 to generate the extrinsic information L2exand a log-likelihood ratio (LLR) L2lrby using the parity check bits 2 (p),interleaved versions of received noisy systematic bits and priori information from SISO Decoder 1(L1ex). The output of SISO decoder 2 L2ex is deinterleaved and isused as a priori information in SISO decoder 1 for a second iteration on the same systematic andparity check bits as for the first iteration. After a number of iterations the two LLR outputs from decoder 1 (L1lr) and decoder 2 (L2lr)are used to make a hard decision on the bit sequence. The number of iterations needed in turbo decoder to provide a good evaluation of information sequence depends on the encoder properties. 1900 |
  • 3. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 www.ijera.com BM = Hamming Distance ({yk, pk},{uk’, pk’}) (1) While in SOVA, BM output is given as: BM= (1/2) uk’ L_a (uk’t) + L_c/2 (ykuk’ + pk pk’) Fig. 3 Block Diagram of Convolutional Turbo Decoder III. Modified SOVA There are two types of SOVA algorithm: Traceback Method and Register Exchange Method. In this paper the traceback method is used. The SOVA uses the same idea as VA (Viterbi Algorithm) except that it generates the soft output, represents reliability of the bit decision. The input values to the decoder are y and p. For accurate results y and p are not hard decoded. Rather they have a continuous value depends on the channel reliability. When used in turbo codes the decoders also used a priori information termed as L_a (alpha), Which after combining with systematic and parity bits is converted to complete information Lall. The extrinsic information L_e can be generated by subtracting priori and systematic bits from L_all, considered as the input for second decoder. The result is multiplied by the channel reliability to compensate for the distortion. As far as the SOVA decoding algorithm is concerned. It is analogues to VA by using some modifications. The basic architecture block of traceback SOVA decoder is shown in figure 4. This architecture is mainly divided in three blocks BMU (branch metric unit), ACS (add-compare and select), and traceback unit. Where: (yk, pk) = Received from the channel at stage k. (uk’,pk’) = Associated with this edge L_a (uk’t) = A priori information L_c= Channel reliability measure The value of uk’ can be +1 for binary 1 or -1 for binary 0. 3.2 ACS This unit will take the previous path metric from memory and add the branch metric to it calculated by BMU, results in new path metric. The equation for this is given as: M(Sk) = M(Sk-1) + (1/2) uk’ L_a (uk’t) + L_c/2 (ykuk’ + pk pk’) (3) For the values of uk’ as +1 or -1 for 1 or 0, two metric values are calculated: one for the binary "0" (Mk0) and one for the binary "1" (Mk1). M (Sk0) = M (Sk-1) - (1/2) L_a (uk’t) + L_c/2 (ykuk’ + pk pk’) (4) M (Sk1) = M (Sk-1) + (1/2) L_a (uk’t) + L_c/2 (ykuk’ + pk pk’) (5) These two values are compared, and the highest value, difference between the two (Mdiff=Δ) and its corresponding binary value is stored. This is done for an entire frame block, which corresponds to going forward in the trellis diagram while calculating the metric of each path. In SOVA a path metric represents the likelihood that the path is the decoded path and a larger metric represents increased likelihood. So when many paths converge then highest metric path is considered as the decoded path and its metric and survivor is stored. The other paths are discarded. The trellis diagram for SOVA algorithm is shown in figure 5. Three paths are shown in the figure path 0, 1 and 2. The difference between the two adjacent paths coming to a node is given by Δ. Fig. 4 Basic Architecture Block of Trace back SOVA 3.1 BMU The branch metric unit in VA calculates the hamming distance between the received parity and systematic bits and the branch word associated with this edge. This branch word is generated by the encoder. The BM (Branch metric) output for VA is given as: www.ijera.com Page (2) Fig. 5 Trellis Diagram for SOVA Component Decoder 1901 |
  • 4. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 3.2.1 Modified SOVA The complexity of MSOVA is reduced as compared to SOVA by pruning some metric states. The performance of modified SOVA is close to that of LOG-MAP, when compensated for the loss using the expectation and scaling factor. In MSOVA two new parameters Nmax and T are used to prune the metric paths. T represents the threshold value and Nmax represents the maximum no. of survivor path allowed in the decoding trellis. At each trellis stage, only those paths whose metric values satisfy equation 6 will be survive. M(Sk) = max {M(Sk1)} + T (6) When the number of preserved path is more than Nmax then only the best Nmax path will be kept. The trellis diagram of modified SOVA for T=-2 and Nmax=3 is given in figure 6, where the numbers on top of each node represents paths metrics. The node obstructed by an open circle represents a path pruned using threshold T. The nodes encircled by cross indicate paths pruned using Nmax. As it is unlikely to become a low metric path to a ML path later, pruning the bad paths has only small possibility to change the ML path. As a result Modified SOVA generates the decoded sequence with less complexity by using less number of metrics. www.ijera.com corresponding metric values (𝑀 𝑆𝑘0 ), and (𝑀 𝑆𝑘1 ). This estimation is then compared with the competitive path within the range of δ. Where δ is the window size of SOVA. After this a log likelihood ratio (LLR) is calculated to determine whether the competitive and estimated sequence differ from each other. This is based upon the Δ. The estimated sequence is then converted to -1 for binary 0 and 1 for binary 1 and multiplied with the LLR. It results in a negative LLR value when the estimated bit value is zero and a positive LLR when the estimated bit is one. This is the soft-output result of the turbo decoder. IV. MATLABSimulation Based Results The simulation result of proposed decoder for different block length in terms of FER (Frame Error Rate) Vs. SNR (Signal to Noise Ratio) in dB has been shown in figure 7. It is clear from the graph that as the number of input bits i.e. blocks length increases, the performance increases simultaneously. In this two block length are considered 500 and 1500. The generator polynomial used is g = [7, 5]. The numbers of iteration used are equal to 6. In figure 7 a graph is drawn for different number of iterations 1 to 6. The parameters used for the graph are FER vs. SNR. It is drawn for the 1024 bits. The generator polynomial is used as g = [7, 5]. It is shown in the graph that as the number of iterations increases, the FER performance increases. In turbo decoder the performance is increases if the decoder operates multiple times. But to process the decoder multiple times the delay and complexity increases vice-versa. The MATLAB used for the above simulation is r2013a. Fig. 6 Trellis for MSOVA Decoderfor T = -2 and Nmax = 3 3.3 Traceback Traceback is done to find the most likely sequence of bits. But first the most likely state for each decoder has to be found. This can be done by standing at the end of the trellis diagram and looking at each of the final states. It is trying to find the one with the highest metric of likelihood. This is easily done for decoder 1, as its trellis is terminated to an all zero state in the encoder, causing the final state in the decoder to be the all zero state as well. While for decoder 2, the last state is not the all zero state due to the interleaver. It will change the sequence of the information data. In this the decoder compares the metric for all the states at the end of the trellis, results in the highest metric as the most likely. Now as starting point is known to the decoder, it is possible to start the traceback through the trellis to find the most likely sequence. A sequence is estimated based on the stored survivor values and their www.ijera.com Page Fig. 7 FER vs. SNR for different block length 1902 |
  • 5. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 www.ijera.com performance of the implemented Turbo encoder and decoder in terms of utilized area.Table 1 show the parameter used in the hardware implementation of the proposed decoder. TABLE I PARAMETER USED FOR TURBO CODEC No. of Input Sequence Length of Input Sequence No. of Output Sequence Code Rate Constraint Length Polynomial Generator in Octal Notation Total No. of States Fig. 8 FER vs. SNR for different iterations In figure 8 a comparison graph is given between the proposed algorithm (Modified SOVA) and LOG-MAP [8] in terms of BER vs. SNR. Both the algorithms are used for turbo codes. The results are calculated for code rate R=1/3, Block Length = 1500 bits and the number of iterations are 4. The generator polynomial used for the proposed design is g = [31, 27]. As shown in figure BER for MSOVA is slightly improved over LOG-MAP. The BER performance is slightly improved for low range of Eb/No values, while for higher range of Eb/N0 values BER performance is equivalent to LOG-MAP. The proposed SOVA have much reduced complexity than LOG-MAP [9]. So MSOVA is a preferred choice in terms of performance and complexity for wireless communication. 2ʋ-1 16 -3 Nmax Maximum No. of Path 1 1024 2 ½ 5 (31, 27)8 T Threshold k h n R ʋ G 4 Table 2 shows the hardware utilization of the proposed decoder in terms of area used, frequency and delay. The parameters used for area utilization are number of slice registers, number of slices, LUT, bonded IOBs and number of BUFG etc. In terms of timing utilization are frequency and delay. From the table it was shown that proposed decoder is area efficient. TABLE 2 HARDWARE AND TIMING PERFORMANCE OF TURBO CODES PROPOSED TURBO DECODER Device Utilization Summary No. of Slice 644 out of 51840 Registers (1%) No. of Slices 230 out of 12960 (1%) No. of LUTs 919 out of 51840 (2%) No. of Fully used LUT-FF pairs 341 out of 1222 (27%) No. of Bonded IOBs Fig. 9 V. Comparison of BER vs. Eb/No for proposed and LOGMAP algorithm FPGA ImplementationBased Results The Turbo encoder and decoder using proposed algorithm was implemented using Verilog hardware description language, which offers high abstraction level during the implementation. The Verilog description was synthesized using Xilinx Virtex 5XC5VLX85ff676 FPGA with a speed grade of -2. It has used ISE 13.4 synthesis tool to measure the www.ijera.com Page 60 out of 440 (13%) No. of BUFG/BUFGCTRLs 1 out of 32 (3%) Timing summary Frequency Delay 97.448 MHz 10.262 ns In figure 10 the comparison between the proposed turbo codec and turbo codec using MAXLOG-MAP with scaling [10]. The parameters include for the comparison are number of slice registers, LUT and number of slices. The blue lines is for existing and red is for proposed decoder. 1903 |
  • 6. Mansi Rastogi et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1899-1904 www.ijera.com decoder is superior to existing CTC decoder in hardware utilization and also having a comparable performance. So an area efficient, better performance and a cost effective solution has been proposed in this paper for wireless communication systems. REFERENCES [1] [2] [3] Fig. 10 Comparison Graph Between the Existing and Proposed Decoder As shown in the table the utilized number of slices, LUT, slice registers are less as compared to existing algorithms. So it results in optimized area performance. Its frequency is less as compared to hardware implementation of MAX-LOG-MAP. The simulation waveform for the proposed decoder has been shown in figure 11. [4] [5] [6] [7] Fig. 11 Simulation Waveform for the Proposed Decoder VI. CONCLUSION Turbo Code has become one of the best choices to deal with errors induced from high-noise communication channels due to the superior error correction performance. A modification over SOVA algorithm has been proposed in this paper. The modification over SOVA is done by pruning the paths with low path metrics compared to other path metric at that time. With this the complexity is reduced as the total number of path metric is reduced at each time. The proposed algorithm results in slightly better BER performance than LOG-MAP algorithm. The proposed architecture is quite flexible to support multiple code lengths. The FPGA utilization of the proposed decoder is compared with a CTC decoder using MAX-LOGMAP algorithm. It is shown that proposed CTC www.ijera.com Page [8] [9] [10] Qu Wei, Information theory and coding theory, Sciences Publishing House, 2005. J. Haqenanner, P. Hoer, “A Viterbi Algorithm with Soft-Decision Outputs and Its Applications,” IEEE Globecom’89, 1989, pp.1680–1686. Robertson, E. Villegrum, P. Hoeher, “A Comparison of Optimal and Sub-optimal MAP Decoding Algorithm Operating in the Log Domain,” Proceedings IEEE international Conference on Communication, 1995, pp. 1009-1013. C. Berrou, A. Gliavieux, and P. Thitimajshima, “Near Shannon limiterrorcorrecting coding and decoding: turbo codes (1),” in Proceedings IEEE International Conference Communications, pp. 1064-1070, 1993. W. Zhongfeng Wang, Zhipei Chi and Keshab K. Parhi, “Area-Efficient High-Speed Decoding Scheme for Turbo Decoders,” IEEE Trans. Very Large Scale Integrated (VLSI) Systems, vol. 10, pp. 902–912, 2002. Olaf J. Joeressen, Martin Vaupel, and Heinrich Meyr, “High-Speed VLSI Architectures for Soft-Output Viterbi Decoding,” Proceedings of IEEE International Conference Application Specific Array Processors, pp. 373-384, Aug. 1992. Engling Yeo, Stephanie A Augsburger, W. Rhett Davis, Borivoje Nikolic, "A 500-Mb/s Soft-Out Viterbi Decoder," in IEEE J. Solid State Circuits, Vol. 38, pp.1234-1241, July 2003. Wang Huahua and Liu Wenwen, “Analysis of Turbo Decoding Algorithm in LTESystem,” IEEE International Conference on Fuzzy Systems andKnowledge Discovery (FSKD), pp. 1741-1744, 2012 J. P. Woodard and L. Hanzo, “Comparative Study of Turbo Decoding Techniques: an overview,” IEEE Transaction on Vehicular Technology,vol. 49, pp. 2208–2233, 2000. Alptekin Pamuk, “An FPGA Implementation Architecture forDecoding of Polar Codes,” International Symposium on Wireless Communication Systems (ISWCS), pp. 437441, November 2011. 1904 |