LOW POWER AND LOW COMPLEX IMPLEMENTATION OF TURBO CODEC FOR SATELLITE AND WIRELESS MOBILE COMMUNICATIONS. Mr.M.Kannnan, Senior Lecturer, MIT, Anna University, Sathish Santhanam, Venkatesan Sankaran, Shankar Myilswamy. Department of Electronics and communication Engineering, MIT Anna University, Chennai, Tamil Nadu. [email protected], [email protected], [email protected], [email protected] Abstract: Turbo codes are first proposed by Berrou and Glavieux in 1993 and from then it was the fascinating thing that attracted many scholars to work on these codes as it was one of the two codes that are capable of reaching the Shannon limit error correction capability. Satellite and mobile communications need high bit rate and low BER for paramount performance. So modern satellite and wireless applications like OFDM, employ Turbo codec. Power in modern communications plays a vital role. Multifarious algorithms have been proposed to reduce memory access and improving BER. Reducing the memory access saves power to a huge amount. In this paper we have analyzed different algorithms proposed and developed a novel method to reduce the memory access by reducing the number of the iterations hence able to produce a low cost chip that can even be used by the rural people.

Introduction: For many communications applications power, bandwidth are very much demanding thing as we have only limited resources in the real world. Turbo codes are the one which acts iteratively to perform the decoding operation. Turbo decoder is the most complex block which find very hard to implement in the real time applications. Because of its complexity it consumes more power and here we have discussed a combination of the existing methods with our idea to reduce the power greatly.

Here the input bit fame is passed to the two encoders acting in parallel. The input bit stream to first encoder is given unaltered and to the second encoder the interleaved version of the input bit stream is given. The input bits and the parity bits are multiplexed and send through the channel. The output consists of the three bits (m1, p1, p2) for a single bit input m1, where p1 and p2 are the parity bits from the encoder. The channel used for the coding purpose is the Adaptive White Gaussian Channel.

Turbo Encoder:

Interleaver and Deinterleaver:

It consists of two recursive systematic encoders which are parallel to each other acting at the same time. The recursive systematic encoders are used because to convert the low weight code word into the high weight word.

The interleaver plays a vital role in the turbo decoder as it avoids the burst error. The interleaver used here was the random interleaver in which the inputs are scrambled randomly according to some predefined index and it can

also deinterleaved using the same index at the decoder side. Ex: m1 m2 m3….mn are the message bit streams and the index is chosen so that there is a minimum spacing of 9 index between the original and the interleaved version. So the interleaved version may take up like m11, m56, m89…..m7.

Low Complex Architecture:

Turbo

Decoder

The decoder consists of two soft input soft output (SISO) decoding modules separated by pseudo random interleaver/deinterleaver acting iterative to each other. The typical turbo decoder is shown in the figure 2.The multiplexed output from the encoder is demultiplexed at the decoder. The input to the first decoder consists of the message bit, parity bit from the first encoder and the extrinsic information from the second decoder block. The extrinsic information from the second block adds strength to the correct detection of the bit so that the correct decision can be made.

here sk denotes the present state and sk+1 denotes the next state. The  and value denotes the branch metrics and value denotes the path metrics. s0 and s1 denotes all possible state transitions for the message bits 0 and 1. sk  sk+1 denotes the transition from the present state to the next state. The multiplication of the branch and path metrics is complex and hence it is necessary to go for the logarithm where the multiplication terms are simplified to the addition of the terms is also considerable. This increases the latency of the circuit which is highly undesirable in the high data rate coding schemes like Turbo codes.

Sliding Window: The sliding window approach is used because the number values stored in the turbo decoder are high and also the time taken for the retrieval of those values for the LLR calculation. The input bit stream of 400 bits is taken for the verification. The sliding window size is taken as 32 bits, as after 32 bits the alpha value can be calculated as true values [13]. The sliding window concept we used is shown in the figure below. Here the 400 bits are split into 12 windows of 32 bits each and 1 window of 16 bits.

Calculation of the State metrics and the branch metrics: The alpha, beta and gamma values are calculated using the formulae respectively as

α km = Σj α k-1b(j,m) * γ k-1j,b(j,m) βkm = Σj β k+1f(j,m) * γ kj,m Turbo Decoder Log Map decoding algorithm: The decoder uses the MAP decoding algorithm for the decoding process. The output is calculated by the log likelihood ratio (LLR). The output is calculated using the formula given below

L = sk->sk+1 

γ = 0.5 * (d (ys + La) + ypC) Where

α km

- forward state metric at time k and state m b(j,m) α k-1 - forward state metric at time k-1 and b(j,m) is the state

γ k-1j,b(j,m)

-

βkm

-

Backward state metric at time k

and state m

β k+1f(j,m) - Backward state metric at time d

k+1 - Message bit

yp , ys

- Parity bits.

La – Apriori information

In our calculation initially, the gamma values are calculated for the bit values from 400 to 336. Now at time t=0, the following operations are done 1. The original beta values are calculated. The beta values obtained here are the true values as the calculation starts from the end of the block. 2. The dummy alpha values are calculated because the true values of alpha can only be obtained when the calculation starts from the start of the block. 3. The next thing that is done is the gamma calculation for the next bits ranging from 336 to 304 Here as the operations are done in parallel a high degree of parallelism is obtained.

The calculation of these terms require the 3 gamma memory, 2 beta memory , one llr memory, 2 alpha calculation block. The calculation proceeds in the following way in the future time intervals 1. The gamma values are calculated in the cyclic order. 2. The beta values are calculated and then stored in the memory only the reverse calculation algorithm introduced fails. This saves a huge amount of memory access. 3. The alpha values calculated after the 32 dummy values become original and these values are used for the calculation of the LLR values. The alpha values are completely calculated and not stored in the memory at any stage. So this saves the large amount of memory access and hence contributes the power consumption. 4. The LLR values are calculated simultaneously and stored in the memory.

Block Diagram:

BER Plot:

The Block diagram consist of three gamma storage unit ,a beta storage unit, a beta calculation unit, alpha calculation unit, an approximate checking unit and an LLR calculation unit. The gamma unit is accessed in a cyclic manner and it is controlled by a control unit which selects appropriate gamma values to alpha, beta and LLR unit. Same gamma values are used for both alpha calculation and LLR calculation. If the reverse approximate checking is success, reverse calculation flag is set and the beta value is not stored. During LLR calculation, this beta value is again calculated and used. The above procedure is iterated, till desired BER is achieved. Simple Stopping criteria is followed as specified in the paper [7]

The SNR value 1.6 db is used for the calculation.

The plot of the BER value and the number of iterations is shown in the plot. The BER of the lowest value of 0 can be possible to achieve within the maximum of 5 iterations. Thus the reduction of the number iterations leads to the least power consumption which desirable for the current modern communication systems.

CONCLUSION: The results that we obtained from the work are that the reverse calculation techniques we used in our paper greatly reduce the power consumption. The reverse calculation of the beta values and the non storage of alpha values reduce the memory access to nearly 50 percent and contribute to power saving. The reverse calculation can be obtained with a little addition to circuit implementation but this provides considerable power saving.

[7] Yufei Wu, Brian D. Woerner,“A Simple

REFRENCES:

[9] K.K.Parthi , VLSI Digital Signal Processing systems: Design and Implemtation. New York:wiley, 1999. [10] J.Kwat , S.M Park and K.Lee ,”Reverse tracing of forward state metric in log-MAP and MAX-log-MAP decoders”, in proc. IEEE Int.symp. Circuits Syst., 2003, vol 2, pp. 25-28.

[1] C. Berrou, A. Glavieux, and P.Thitimajshima, “Near Shannon limit error correcting coding and decoding: Turbo codes,” in Proc. ICC, pp. 1064-1070, May 1993. [2] Y. Wu, W. J. Ebel, and B. D. Woerner, “Forward computation of backward path metrics for MAP decoders,” in Proc. of VTC, pp. 22572261, 2000. [3] Dong-soo Lee , In-Cheol Park “Low-power Log-MAP decoding based on reduced memory access” in IEEE Transactions on circuits and systems ,pp. 1244-1252 , Vol 53 ,No 6,June 2006 . [4] Z.Wang, “High performance, low complexity VLSI design of turbo decoders”,Ph.D dissertation, ECE Dept, Univ. of Minnesota, Twin Cities,2000. [5] Patrick Robertson, Emmanuelle Villebrun,Peter Hoehes, “A comparison of optimal and sub-optimal algorithms operating in log domain”

[6]C. Schurgers , F. Shanbhan and A.C. Singer,”Memory optimization of MAP turbo decoder algorithms ”,IEEE Trans.Very Large scale Integr.(VLSI) syst.Vol 9, no 2, pp.305312,Apr. 2001.

Stopping Criterion for Turbo Decoding”,IEEE Communications Letters,Vol. 4, No. 8, August 2000. [8] Curt Schurgers, Francky Catthoor, and Marc Engels,“Memory Optimization of MAP Turbo Decoder Algorithms ”,IEEE Transactions on Very Large Scale Integration (VLSI) Systems, Vol. 9, No. 2, April 2001.

[11] Technical Specification Group Radio Access Network, The 3 rd generation partnership project (3GPP) 2005 [online].Available www.3gpp.org [12] Zhiyong He, Paul Fortier, and Sébastien Roy, “Highly-Parallel Decoding Architectures for Convolutional Turbo Codes”, IEEE Transaction on very large scale Integration (VLSI) Systems, Vol. 14, No. 10, October 2006 . [13] Seok-Jun Lee, Naresh R. Shanbhag, and Andrew C. Singer, “A low-power VLSI Architecture for turbo decoding”, ISLPED’03, August 25–27, 2003, Seoul, Korea.

low power and low complex implementation of turbo ...

It consists of two recursive systematic encoders which are ... second encoder the interleaved version of the ... highly undesirable in the high data rate coding.

86KB Sizes 1 Downloads 270 Views

Recommend Documents

Chapter 1 LOW-POWER DESIGN OF TURBO ...
COMPILERS AND OPERATING SYSTEMS FOR LOW POWER π. C1. C2 s c1 c2. I. U encoder decoder channel π ... new scheme, called turbo coding [2], has enabled reliable data transmission at very low signal-to-noise ratios. Since it ...... Decoder Design for W

Competition: Towards Low-Latency, Low-Power Wireless ... - EWSN
Beshr Al Nahas, Olaf Landsiedel. Department of Computer Science and Engineering. Chalmers University of Technology, Sweden beshr, olafl @chalmers.se.

Low-power design - IEEE Xplore
tors, combine microcontroller architectures with some high- performance analog circuits, and are routinely produced in tens of millions per year with a power ...

Low Power Radio
locations, such as the office or home base, by telephone. Digital technology also ... A number of LPR manufacturers exist in the United States (see Appendix B).

Implementation of Low-Complexity Error-Resilient W ...
development of a dual compression - Wavelet transform [1], a .... Development Environment) coming with .... spectrum of application fields such as biomedical.

Implementation of Low-Complexity Error-Resilient W ...
error-free channel. But, error in compressed ... data requires considerable storage space and bandwidth. ... channel or storage medium can be reduced to any.

Implementation of a Low Cost Wireless Distributed ...
[12][13]), using DB9 cable and the mobile phone is interfaced to the program .... Generally Short Message Service (SMS) uses 7 bit characters. Therefore a ..... Our design is scalable, flexible and economically cheap. Since we are using our ...

Basics of Low Power Circuit and Logic Design
Full-motion video display. Portable Functions ..... Ultra Low Power System Design. Technology .... on VLSI Circuits),. [Mutoh93] (International ASIC Conference) ...

Low-Power Cmos Design through V/sub th/ Control and Low-Swing ...
Low-Power CMOS :Design through V, Control and Low-Swing Circuits. Takayasu Sakurai *, Hiroshi Kawaguchi * and Tadahiro Kuroda**. *) Institute of Industrial ...

WQ LOW RISK POWER WASHING.pdf
Page 1 of 2. Page 1. LOW RISK DISCHARGE GUIDANCE: DISCHARGES FROM SURFACE COSMETIC POWER WASHING. OPERATIONS TO LAND. JULY 2010. This discharge guidance has been developed in accordance with the WQP-27, Low Risk Discharges and addresses. the discharg

Low Power Radio - Oregon State University
In New York State, Sea Grant collaborated with a park commission to test low power radio in a variety of coastal settings. An LPR broadcast at a coastal campground informed listeners of marine safety; and LPR at a barrier beach aided tens of thousand

Low-power multi-bay parking meter
Apr 8, 1999 - '097 patent further simplify accounting procedures. An auditor is .... a speci?ed timeout period programmed in the softWare. ..... needs service.

Low power cryptography (invited)
Bank accounts, medical records and personal ... Creating padding bytes and blinding values for encryption, as initial values for transmission sequence counters ...

Narrow Bus Encoding for Low Power Systems
Abstract. High integration in integrated circuits often leads to the prob- lem of running out of pins. Narrow data buses can be used to alleviate this problem at the cost of performance degradation due to wait cycles. In this paper, we address bus co

WQ LOW RISK POWER WASHING.pdf
available online at www.cdphe.state.co.us/wq/WhatsNew/SpillGuidanceDocument.pdf ... during future storm events. ... The Report of the Board Audit Committee .

Low Public Exponent Partial Key and Low Private ...
Private Exponent Attacks on Multi-prime RSA by. M Jason .... A Experimental Data. 79. A.1 Low ... 2.6 Summary of partial key attack on Multi-prime RSA. . . . . . . . .

Damping of Flexural Vibration Using Low-Density, Low ...
is a relatively simple and low-cost approach to attenuation of vibration. Tra- ..... modal curve-fitting software Star Modal [16] and compare their values in. Table 2. 10 ..... other material) offer a low-cost method of attaining broad band damping.

Low Public Exponent Partial Key and Low Private ...
The University of Waterloo requires the signatures of all persons using or photo- copying this thesis. ..... used to speed up digital signature generation as well.

Low Catch
Low Catch. Key Points. 1. Get behind the ball as it approaches. 2. Extend the arms low. 3. Step forward and place one foot beside the ball. 4. Hold the ball ...

Complex Lattice Reduction Algorithm for Low ...
Jul 17, 2006 - which is naturally defined by a complex-valued channel matrix. ... C. Ling ([email protected]) is with the Department of Electronic Engineering,.

A Comparative Study of Low-Power Techniques for ...
TCAM arrays for ternary data storage, (ii) peripheral circuitry for READ, WRITE, and ... These issues drive the need of innovative design techniques for manufacturing ..... Cypress Semiconductor Corporation, Oct. 27, 2004, [Online], Available:.