SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
DOI : 10.5121/vlsic.2011.2202 16
A NOVEL APPROACH FOR LOWER POWER
DESIGN IN TURBO CODING SYSTEM
Dayadi.Lakshmaiah1
Dr.M.V.Subramanyam 2
Dr.K.Sathaya Prasad3
1
Asso.professor of ECE Department, Sree Dattha Engineering and Science, Hyderabad,
India.
laxmanrecw@gmail.com , lachi_rec@yahoo.co.in
2
Principal and Professorof ECE Department, Santhi Ram Engineering College, Nandyal,
India.
mvsraj@yahoo.com
3
Professor of ECE Department and Rector, JNTU Kakinada, Kakinada, India.
prasad_kodati@yahoo.co.in
Abstract: Low Power is an extremely important issue for future mobile communication systems; The
focus of this paper is to implementat turbo codes for low power solutions. The effect on performance due to
variation in parameters like frame length, number of iterations, type of encoding scheme and type of the
interleave in the presence of additive white Gaussian noise is studied with the floating point model. In
order to obtain the effect of quantization and word length variation, a fixed point model of the application
is also developed.. The application performance measure, namely bit-error rate (BER) is used as a design
constraint while optimizing for power and area coverage. Low power Optimization is Performed on
Implementation levels by the use of Voltage scaling. With those Techniques we can reduced the power
98.5%and Area(LUT) is 57% and speed grade is Increased .This type of Power maneger is proposed and
implemented based on the timing details of the turbo decoder in the VHDL model.
Keywords: low power consumption, Turbo Encoder, Turbo Decoder, Power Ooptimization,
AreaOptimization.
I INTRODUCTION
Application specific design is a process of alternative design evaluations and refined im-
plementations at various abstraction levels to provide efficient and cost effective solutions. Turbo
codes were presented in 1993, by Berrou et al. [20] and since then these codes have received a lot of
interest from the research community as they offer better performance thanany of the other codes at
very low signal to noise ratio. Turbo codes achieve near Shannonlimit error correction performance
with relatively simple component codes.
Efficient methodology for the application specific design reduces the time and effort spentduring
design space exploration. The turbo code application from the area of wirelesscommunications is
chosen as the key application for which an application specific designmethodology is developed. The
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
17
functionality and specific characteristics of the applicationare needed to carry out the design space
exploration. The application characteristics studiedare, the impact on the performance of the turbo
codes with variation in the size of the inputmessage (frame-length), type of the interleaver and the
number of decoding iterations.Turbo coding is a forward error correction (FEC) scheme.
Iterative decoding is the key feature of turbo codes. [1-15] Turbo codes consist of concatenation
of two convolution codes. Turbo codes give better performance at low SNRs (signal to noise
ratio) .Interestingly, the name Turbo was given to this codes because of the cyclic feedback
mechanism (as in Turbo machines) to the decoders in an iterative manner. The algorithmic
specifications and the performance characterization of the turbo codes. Form a pre-requisite study
to develop a low power solution. Functional analysis of turbo decoder with simplified
computation metric to save on power as well as the architectural features like bit-width are
closely related to the application parameter like bit-error rate (BER).
II SYSTEM LEVEL MODELING
System level modeling is the phase of design aimed at architecture exploration before theactual
HDL implementation. The availability of system level modeling and implementation techniques
helps us to ensure functional correctness as well as explore the design space.The memory access
patterns in the application are studied. The data flowanalysis as well as synchronization
requirement between the different modules form the basis for identifying parallelism in the
algorithm. This drives the hardware solution of the turbo encoder and decoder design at system
level in the design methodology. Identifying the access pattern of the computationally intensive
routines, it is proposed to use FIFO/LIFO buffers to store the intermediate results in the four state
turbo decoder.To test the implementation correctness, the turbo encoder and one four state turbo
decoder is synthesized onto Xilinx ISE simulators.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
18
Figure 1: The turbo coding system
1.Generate the message to be transmitted through the channel, which is a binary data offrame size
N. Generating this message to be transmitted through the AWGN channel is done using a random
number generator.
2. The two encoders, depicted in figure 4.1 encode the message into a bit stream and transmit it
through the channel. To the encoder1, the input is the message to be transmitted and to the
second, it is the interleaved message using symmetric interleaver of size N. The encoded data is
concatenated and mapped to the (1, 0) channel symbols onto an antipodal baseband signal (+1, -
1), producing transmitted channel symbols.
3. Add AWGN noise to these transmitted channel symbols to obtain the noisy receiver input.
4. Perform MAP decoding for six iterations to retrieve the message that is transmitted. Bit error
rate is computed to obtain the performance of the turbo decoder for varyingsignal-to-noise ratios.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
19
Turbo encoder
Turbo coding system consists of the turbo encoder and the turbo decoder. The description of the
four state and eight state (3GPP).
Four state turbo encoder
The general structure of turbo encoder architecture consists of two Recursive
SystematicConvolutional (RSC) encoders Encoder 1 and Encoder 2. The constituent codes are
RSCsbecause they combine the properties of non-systematic codes and systematic codes.In the
encoder architecture displayed in the two RSCs are identical. The N bitdata block is first encoded
by Encoder 1. The same data block is also interleaved and encoded by Encoder 2. The main
purpose of the interleaver is to randomize burst error patterns so that it can be correctly decoded.
It also helps to increase the minimum distance of the turbo code . Input data blocks for a turbo
encoder consist of the user data and possible extra data being appended to the user data before
turbo encoding.The encoder consists of a shift register and adders . The structureof the RSC
encoder is fixed for the design because enabling varying encoder structures would significantly
increase the complexity of the decoder by requiring to adapt to the new trellis structure and
computation of the different metrics in the individual decoders. The input bits are fed into the left
end of the register and for each new input bit two output bits are transmitted over the channel.
These bits depend not only on the present input bit, but also on the two previous input bits, stored
in the shift register.
Turbo Decoder
In turbo decoder the iterative decoding process of the turbo decoder is described. The maximum
a posteriori algorithm (MAP) is used in the turbo decoder. There are three types of algorithms
used in turbo decoder namely MAP, Max-Log-MAP and Log-MAP. The MAPalgorithm is a
forward-backward recursion algorithm, which minimizes the probability of bit error, has a high
computational complexity and numerical instability. The solution to these problems is to operate
in the log-domain. One advantage of operating in log-domain is that multiplication becomes
addition. Addition however is not straight forward. Addition is a maximization function plus a
correction term in the log domain. The Max-Log- MAP algorithm approximates addition solely as
maximization. Max-Log-MAP algorithm in turbo decoder is used in our work.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
20
The block diagram of the turbo decoder is shown inabove Figure. There are two decoders
corresponding to the two encoders. The inputs to the first decoder are the observed systematicbits,
the parity bit stream from the first encoder and the de interleaved extrinsic information from the
second decoder. The inputs to the second decoder are the interleaved systematic bit stream, the
observed parity bit stream from the second RSC and the interleaved extrinsic information from
the first decoder. The main task of the iterative decoding procedure, in each component decoder
is an algorithm that computes the a posteriori probability (APP) of the information symbols
which is the reliability value for each information symbol.
1) Branch metric computation
Turbo decoding the first computational block is the branch metriccomputation. The branch
metrics is computed based on the knowledge of input and output associated with the branch
during the transition from one state to another
Eq. 1
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
21
2) Forward metric computation
The forward metric is the next computation in the algorithm, which represents the probability of a
state at time k, given the probabilities of states at previous time instance.
Eq. 2
Where the summation is over all the state transitions, which is to be computed at each node at a
time instance k in the forward direction traversing through the trellis and is computed for states
00, 01, 10 and 11.
3) Backward metric unit
The backward state probability being in each state of the trellis at each time k, given the knowledge
of all the future received symbols, is recursively calculated and stored The backward metric is
computed using equation 3 in the backward direction,
Eq. 3
Where the state transition is from s’, β. is computed for states 00, 01, 10 and 11 in a 4 state
decoder. In an 8 state decoder - 3GPP version is computed for states 000, 001,010, 011, 100, 101,
110 and 111.
4) Log likelihood ratio (lr)
Log likelihood ratio llr is the output of the turbo decoder. This output llr for each symbol at time
k is calculated as
Eq. 4
The sign of the number corresponds to the hard decision while the magnitude gives a reliability
estimate
.
5) Extrinsic unit
Compute the extrinsic information that is to be fed to the next decoder in the iteration sequence. This
is the llr minus the input probability estimate. Extrinsic information ext [k-1] is obtained from the
log likelihood ratio llr [k-1] by subtracting the weighted channel systematic bits and the
information fed from the other decoder.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
22
III. DESIGN MODULES
In application specific designs, impact of architectural parameters on the power consumption and
area is significant. With increasing demand for low power battery driven electronic systems, power
efficient design is presently an active research area. Batteries contribute a significant fraction of the
total volume and weight of the portable system. Ap plications like digital cellular phones, modems
and video compression are compute and memory intensive. The basic components in these are the
input-output units, on-chip mem ory, off chip memory and the central processing unit.
Power dissipation is highly dependent on the switching activity, load capacitance, frequency of
operation and supply voltage. Further design parameters like memory size and bit width influence the
power consumption significantly.
The power dissipation of the application design needs to be lowered using suitable architectural
optimizations. In this project work a digital design for log MAP coding for turbo encoding/decoding
is developed for such portable devices.
C) FSM Controller Unit
The top-level controller, whose purpose is to activate the modules in proper order, manages the
turbo decoding process. The turbo decoder which constitutes of the two decoders is iterative in
nature. The simulations have to be performed for six iterations. Hence a top-level finite state
machine (FSM) controller unit is essential. A FSM consists of a set of states, a start state and a
transition signal to move from the current state to the next state (in turbo decoder from one iteration
to the next iteration). The FSM design appears explicitly in the turbo decoder design system for
the control and the sequencing of the iterations. At the data flow level, iteration control and the data
computation of the decoder system are separated then the description of the FSM has a close
correspondence to the typical behavior of the algorithm.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
23
IV.SIMULATION RESULTS
The design is first modeled in VHDL and then synthesized using Leonardo tools. XPower brings
an extra-level of design assurance to the low-power device analysis. Accurate power estimation
during programmable design is done with XPower. XPower reads in either pre-routed or post-
routed design data and provides accurate device power estimation either by net, or for the overall
device. Results are provided either in report or graphic format. The VHDL designs were
simulated and only synthesized. The estimates are for 0.18 m technology. The voltage that is used
in our estimation is 2.5V. There is a facility to set the input capacitance and frequency of
operation for whichthe design power estimation is to be done. There is a provision to give a specific
switching activity for the design power estimation. The estimate for 20 and 50 activity factor is
found.
XPower calculates the power as a summation of the power consumed by each component in the
design. The power consumed is the product of capacitance, square of the voltage, activity factor
and frequency of operation and is reported in mW.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
24
Figure:2 (A)Turbo encoder and Decoder Top module Power report
Figure:2 (B)Turbo encoder and Decoder Top module Power report with date
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
25
Figure:-2(A) and (B) Represented that the Turbo encoder and Decoder Top Module power report,
Which is implemented by using XPower Tool this is repeat a gives the varies Parameter such as
voltage output from the it observed that this approach achieve a power Consumption of 98.5% this
is 25mV.there is > improvement is power consumption When it compared with a real Existing
work made by references(1605mV),(1069mV).
Figure:3 Turbo encoder and Decoder Top module check syntax report
Figure 4: simulation observation illustrating timing result for the Turbo encoder and decoder
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
26
Figure: 5(A) RTL view of turbo Encoder and Decoder Top module
Figure: 5(B) RTL view of Internal Turbo Encoder and Decoder Top Module
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
27
Figure: 5(C) RTL view of Internal turbo Encoder and Decoder Top Module
PERFORMANCE EVALUATION CONSUMPTION OF EXISTING AND PROPOSED
APPROACH
Table:1
publication 32 Bit design
Previous work
Reference paper [21]
Existing work
Present optimal
design this paper
work
Power(mv) 1695mv 1069mv 25mv
Power consumed % -------- 63% 1.5%
Power saved % -------- 36.92 % 98.5%
Area 4 bit LUT 5216 2816 2267
Area(LUT) is
accupied %
-------- 53 % 43%
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
28
V. CONCLUSION
From this paper here the author proposed a novel approach for power consumption which is
based on turbo coding details and it is implemented in vhdl based on Xilinx platform . From the
results it is observed that a major improvement of power consumption that is 25mv has been
achieved when it compare with other previous approaches a significant power saving that is
98.5%. and utilization of the power is 2.5%only
Not only this with respect area only 43% is occupied by the LUTS which gives an improvement
of reduces sing area from 53% (previous) to 43% . Further in this work speed grade is increased
and{ #BELS are reduced to 48% and No of Slices are reduced to 44.65% and No of slices FF are
reduced to59.66%, compare to previous work (Reference paper:21)}
VI. FUTURESCOPE:
The following are the some of the interesting extensions of the present work:
1.An interesting topic for future research is to perform more extensive performance
comparisons between FFT based BTC – OFDM and DCT based BTC – OFDM systems
under additional real-world channel impairments, such as multipath fading, time
dispersion which leads to inter symbol interference (ISI).
2. The main problems with OFDM signal is very sensitive to carrier frequency offset, and
its high Peak to Average Power Ratio (PAPR). So, BTC – OFDM systems can be tested
for these problems.
3. The turbo code system which is going to be the defectostandard in 3G communication
systems has been selected as the specific application.
Area(LUT) is saved % --------- 46% 57%
Speed grade ---------- 5 7
IOB 19 19 19
VCC 1.8v 1.8v 1.8v
#BELS ------- 6549 3142
No of Slices ------- 2701 1206
No of slices FF -------- 119 71
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
29
4. Turbo Code Applications provides a vast coverage of those applications starting from
data storage systems through wire-line and wireless communications. That includes the
utilization in satellite communications, digital video broadcasting, space exploring
systems, and the implementation technologies.
VI. REFERENCES
[1] A. P. Chandrakasan, S. Shang and R. Broderson, “Low Power CMOS Digital Design,
”IEEE Journal of Solid State Circuits, vol. 27, no. 4, April 1992, pp. 478-483.
[2] Jan Rabaey, Digital Integrated Circuits - A design perspective, Eastern Economy Edition,
Prentice Hall India, 1997.
[3] T. Sato, M. Nagamatsu and H. Tago, “Power and Performance Simulator: ESP and its
Applications for 100 MIPS/W Class RISC Design,” IEEE Symposium on Low Power
Electronics, San Diego, CA, USA, October 1994, pp. 46-47
[4] C. Piguet et al., “Low Power Design of 8-b Embedded Cool RISC Microcontroller
Cores,”IEEE Journal of Solid-State Circuits, vol. 32, no. 7, July 1997, pp.1067-1078.
[5] Naehjuck Chang, Kuranho Kim and H. G. Lee, “Cycle accurate Energy consumption
measurement and analysis: Case study ARM7 TDM1,” International Symposium onLow
Power Electronics and Design, Italy, July 2000, pp. 185-190.
[6] H. Mehta, R. M. Ovens and Mary Jane Irwin, “Energy Characterization based on
Clustering,”33rd Design Automation Conference, Las Vegas, Nevada, June 1996, pp.702-
707.
[7] KanadGhosh, “Reducing energy requirement for Instruction Issue and dispatch in
superscalar Microprocessors,” International Symposium on Low Power Electronics and
Design, July 2000, pp.231-234.
[8] R. Gonzalez and M. Horowitz, “Energy dissipation in general purpose Microprocessors,”
IEEE Journal of Solid-State Circuits, vol.31, no.9, Sep. 1996, pp.1277-1284.
[9] D. Somashekhar and K. Roy, “Differential current switch logic: A low power DCVS
logic family,” IEEE Journal of Solid-State Circuits, vol.31, no.7, July 1996, pp.981-991.
[10] T. Indermaur and M. Horowitz, “Evaluation of charge recovery circuits and adiabatic
switching for low power CMOS design,” Proceedings of the 1994 Symposium on Low-
Power Electronics: Digest of Technical Papers, Oct 1994, pp. 102-103.
[11] H. Mehta, R.M. Owens, M. J. Irvin, R. Chen and D. Gosh, “Techniques for low energy
software,” International Symposium on Low Power Electronics and Design, Aug. 1997, pp.
72-75.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
30
[12] H. Kojima, D.Gomy, K. Nitta, and K. Sasaki, “Power Analysis of a Programmable DSP for
Architecture/Program Optimization,” In IEEE Symposium on Low PowerElectronics,
Digest of Tech. Papers, Oct. 1995, pp. 26-27.
[13] M. Kamble and K. Ghose, “Analytical Energy Dissipation Models for Low Power Caches,”
Proceedings of the International symposium on Low Power Electronics and Design, Aug.
1997, pp.143-148.
[14] C. Y. Tsui, J. Monterio, M. Pedram, S. Devadas and A. M. Despai, “Power estimation in
Sequential logic circuits,” IEEE Transaction on Low Power Systems, vol. 3, no. 3,Sep.
1995, pp.404-416.
[15] D. L. Liu and C. Svensson, “Power Consumption Estimation in CMOS VLSI Chips,”IEEE
Journal of Solid State Circuits, vol. 29, no. 6, June 1994, pp.663-670.
[16] Q. Wu, C. Ding, C. Hsieh and M. Pedram, “Statistical Design of Macro-models For RT-
Level Power Evaluation,” Proceedings of the Asia and South Pacific Design Automation
Conference, Jan. 1997, pp. 523-528.
[17] C. Berrou, A. Galvieux and P. Thitimajshima, “Near Shannon Limit Error-
CorrectingCoding and Decoding: Turbo Codes,” Proceedings ICC 93, Geneva
Switzerland, May1993, pp. 1064-1070.
[18] M. Valenti, “Iterative Detection on Decoding for Wireless Communications,” Ph.D
dissertation, Virginia Polytechnic Institute and State University, July 1999.
[19] D. Divsalar and R. J. McEleice, “Effective free distance of turbo codes,”
ElectronicsLetters, vol. 32, no. 5, Feb. 1996.
[20] C. Berrou and A. Glavieux, “Near Optimum Error Correcting Coding and
Decoding:Turbo Codes,” IEEE Transactions on Communications, vol. 44, no. 10,
Oct. 1996,pp.1261-1271.
[21] Rajeshwari .M.Banakar “A low power Design Methodology for Turbo Encoder and
Decoder”IIT Delhi, India.ph.D Thesis 2004.
[22] www.ee.vt.edu/ee/valenti/turbo.html
[23] www.e-insite.net/esec/Article82203.html
[24] www.chipcenter.com/dsp/DSP000510F1.html
[25] www.csee.wvu.edu/ reynolds/ee562/TurboPreRelease.pdf
International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011
31
Authors
Dayadi.Lakshmaiah is currently working as an Associate professor of Electronics &
Communications Engineering.SreeDattha Engineering and Science, Hyderabad,
AndraPradesh (State), India. He Received B.Tech Degree in ECE From National
Institute of Technology, Warangal (RECW),India and M.Tech (DSCE) Degree
From JNTUniversity , Anantapur AndhraPradesh. India Now He is Pursuing Ph.D
in Low Power VLSI at JNTUniversity ,Kakinada, AndhraPradesh, India.
Dr.M.V.Subramanyam Professor of ECE is currently working as a Principal of In
Santhiram Engineering College Nandyal, AndraPredesh, India. He has 20 year of
Experience in Teaching. He authored STLD, Computer Networks and Basic
Electronics and Microprocessor& Microcontroller Interfacing and Application. He
published more than 26 Technical papers and National and International Journals
and Confereces, He has International Editorial Member for the International journal
“Information Technology”His Area of interest is Adhoc Wireless Networks,
Cellular and Mobile Communications. He is anEditorial and Technical Member for
Three International Journals and Two National Journals. He has Received B.Tech &
M.Tech and Degree in ECE from JNTU, Ph.D (Adhocwire less Network) Degree
from JNTUH Hyderabad Andhra Pradesh India.
Dr. K. Sathaya Prasad Professor of ECE is currently working as a Rector of JNTUK,
Kakinada. He has more than 30 years of experience in teaching and 20 years of R &
D. He is an expert in Digital Signal Processing. He has Guided to 10Ph.D’s and
guiding 10Ph.Dscholars. He authored Electronic Devices and Circuits text book. He
held different positions in his career like Head of theDepartment, vice principal, and
principal for JNTU Engineering College (JNTUK). He published more than 30
technical papers in nationaland International Journals and conferences. He also
received best Teacher Award from Govt of Andhra Pradesh in 2010. He is Received
B.Tech Degree in ECE from JNTUA Anantapur, M.E(Communication Systems)
Degree from University of Madras, and Ph.D (signal Processing) Degree from the
Indian Institute of Technology Madras, India.

Mais conteúdo relacionado

Mais procurados

Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correctionVijay Balaji
 
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...IRJET Journal
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...IJERA Editor
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionAI Publications
 
A new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityA new channel coding technique to approach the channel capacity
A new channel coding technique to approach the channel capacityijwmn
 
Hardware Architecture of Complex K-best MIMO Decoder
Hardware Architecture of Complex K-best MIMO DecoderHardware Architecture of Complex K-best MIMO Decoder
Hardware Architecture of Complex K-best MIMO DecoderCSCJournals
 
FPGA based Data Scrambler for Ultra-Wideband Communication Systems
FPGA based Data Scrambler for Ultra-Wideband Communication SystemsFPGA based Data Scrambler for Ultra-Wideband Communication Systems
FPGA based Data Scrambler for Ultra-Wideband Communication Systemsidescitation
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...eSAT Publishing House
 
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
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...journalBEEI
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...ijsrd.com
 
Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16IJMER
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier SystemsIJMER
 

Mais procurados (20)

Ldpc based error correction
Ldpc based error correctionLdpc based error correction
Ldpc based error correction
 
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
 
D0151724
D0151724D0151724
D0151724
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
 
vorlage
vorlagevorlage
vorlage
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial Television
 
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
 
Hardware Architecture of Complex K-best MIMO Decoder
Hardware Architecture of Complex K-best MIMO DecoderHardware Architecture of Complex K-best MIMO Decoder
Hardware Architecture of Complex K-best MIMO Decoder
 
Proposal
ProposalProposal
Proposal
 
Turbocode
TurbocodeTurbocode
Turbocode
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
FPGA based Data Scrambler for Ultra-Wideband Communication Systems
FPGA based Data Scrambler for Ultra-Wideband Communication SystemsFPGA based Data Scrambler for Ultra-Wideband Communication Systems
FPGA based Data Scrambler for Ultra-Wideband Communication Systems
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...
 
D04561722
D04561722D04561722
D04561722
 
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
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...
 
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
FPGA Implementation of Viterbi Decoder using Hybrid Trace Back and Register E...
 
Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
 

Semelhante a A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM

Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionIJERA Editor
 
The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsIJMER
 
simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decodingGulafshan Saifi
 
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
 
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
 
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital MemoriesAn Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital MemoriesIJERA Editor
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
On the realization of non linear pseudo-noise generator for various signal pr...
On the realization of non linear pseudo-noise generator for various signal pr...On the realization of non linear pseudo-noise generator for various signal pr...
On the realization of non linear pseudo-noise generator for various signal pr...Alexander Decker
 
RS Codes for Downlink LTE System over LTE-MIMO Channel
RS Codes for Downlink LTE System over LTE-MIMO ChannelRS Codes for Downlink LTE System over LTE-MIMO Channel
RS Codes for Downlink LTE System over LTE-MIMO ChannelTELKOMNIKA JOURNAL
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers IJECEIAES
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...ijceronline
 

Semelhante a A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM (20)

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...
 
Lb35189919904
Lb35189919904Lb35189919904
Lb35189919904
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space Mission
 
The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless Communications
 
simulation of turbo encoding and decoding
simulation of turbo encoding and decodingsimulation of turbo encoding and decoding
simulation of turbo encoding and decoding
 
E010224043
E010224043E010224043
E010224043
 
Ijetcas14 378
Ijetcas14 378Ijetcas14 378
Ijetcas14 378
 
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
 
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
 
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital MemoriesAn Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
An Efficient Fault Tolerance System Design for Cmos/Nanodevice Digital Memories
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
On the realization of non linear pseudo-noise generator for various signal pr...
On the realization of non linear pseudo-noise generator for various signal pr...On the realization of non linear pseudo-noise generator for various signal pr...
On the realization of non linear pseudo-noise generator for various signal pr...
 
RS Codes for Downlink LTE System over LTE-MIMO Channel
RS Codes for Downlink LTE System over LTE-MIMO ChannelRS Codes for Downlink LTE System over LTE-MIMO Channel
RS Codes for Downlink LTE System over LTE-MIMO Channel
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Jb2415831591
Jb2415831591Jb2415831591
Jb2415831591
 

Último

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Último (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM

  • 1. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 DOI : 10.5121/vlsic.2011.2202 16 A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM Dayadi.Lakshmaiah1 Dr.M.V.Subramanyam 2 Dr.K.Sathaya Prasad3 1 Asso.professor of ECE Department, Sree Dattha Engineering and Science, Hyderabad, India. laxmanrecw@gmail.com , lachi_rec@yahoo.co.in 2 Principal and Professorof ECE Department, Santhi Ram Engineering College, Nandyal, India. mvsraj@yahoo.com 3 Professor of ECE Department and Rector, JNTU Kakinada, Kakinada, India. prasad_kodati@yahoo.co.in Abstract: Low Power is an extremely important issue for future mobile communication systems; The focus of this paper is to implementat turbo codes for low power solutions. The effect on performance due to variation in parameters like frame length, number of iterations, type of encoding scheme and type of the interleave in the presence of additive white Gaussian noise is studied with the floating point model. In order to obtain the effect of quantization and word length variation, a fixed point model of the application is also developed.. The application performance measure, namely bit-error rate (BER) is used as a design constraint while optimizing for power and area coverage. Low power Optimization is Performed on Implementation levels by the use of Voltage scaling. With those Techniques we can reduced the power 98.5%and Area(LUT) is 57% and speed grade is Increased .This type of Power maneger is proposed and implemented based on the timing details of the turbo decoder in the VHDL model. Keywords: low power consumption, Turbo Encoder, Turbo Decoder, Power Ooptimization, AreaOptimization. I INTRODUCTION Application specific design is a process of alternative design evaluations and refined im- plementations at various abstraction levels to provide efficient and cost effective solutions. Turbo codes were presented in 1993, by Berrou et al. [20] and since then these codes have received a lot of interest from the research community as they offer better performance thanany of the other codes at very low signal to noise ratio. Turbo codes achieve near Shannonlimit error correction performance with relatively simple component codes. Efficient methodology for the application specific design reduces the time and effort spentduring design space exploration. The turbo code application from the area of wirelesscommunications is chosen as the key application for which an application specific designmethodology is developed. The
  • 2. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 17 functionality and specific characteristics of the applicationare needed to carry out the design space exploration. The application characteristics studiedare, the impact on the performance of the turbo codes with variation in the size of the inputmessage (frame-length), type of the interleaver and the number of decoding iterations.Turbo coding is a forward error correction (FEC) scheme. Iterative decoding is the key feature of turbo codes. [1-15] Turbo codes consist of concatenation of two convolution codes. Turbo codes give better performance at low SNRs (signal to noise ratio) .Interestingly, the name Turbo was given to this codes because of the cyclic feedback mechanism (as in Turbo machines) to the decoders in an iterative manner. The algorithmic specifications and the performance characterization of the turbo codes. Form a pre-requisite study to develop a low power solution. Functional analysis of turbo decoder with simplified computation metric to save on power as well as the architectural features like bit-width are closely related to the application parameter like bit-error rate (BER). II SYSTEM LEVEL MODELING System level modeling is the phase of design aimed at architecture exploration before theactual HDL implementation. The availability of system level modeling and implementation techniques helps us to ensure functional correctness as well as explore the design space.The memory access patterns in the application are studied. The data flowanalysis as well as synchronization requirement between the different modules form the basis for identifying parallelism in the algorithm. This drives the hardware solution of the turbo encoder and decoder design at system level in the design methodology. Identifying the access pattern of the computationally intensive routines, it is proposed to use FIFO/LIFO buffers to store the intermediate results in the four state turbo decoder.To test the implementation correctness, the turbo encoder and one four state turbo decoder is synthesized onto Xilinx ISE simulators.
  • 3. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 18 Figure 1: The turbo coding system 1.Generate the message to be transmitted through the channel, which is a binary data offrame size N. Generating this message to be transmitted through the AWGN channel is done using a random number generator. 2. The two encoders, depicted in figure 4.1 encode the message into a bit stream and transmit it through the channel. To the encoder1, the input is the message to be transmitted and to the second, it is the interleaved message using symmetric interleaver of size N. The encoded data is concatenated and mapped to the (1, 0) channel symbols onto an antipodal baseband signal (+1, - 1), producing transmitted channel symbols. 3. Add AWGN noise to these transmitted channel symbols to obtain the noisy receiver input. 4. Perform MAP decoding for six iterations to retrieve the message that is transmitted. Bit error rate is computed to obtain the performance of the turbo decoder for varyingsignal-to-noise ratios.
  • 4. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 19 Turbo encoder Turbo coding system consists of the turbo encoder and the turbo decoder. The description of the four state and eight state (3GPP). Four state turbo encoder The general structure of turbo encoder architecture consists of two Recursive SystematicConvolutional (RSC) encoders Encoder 1 and Encoder 2. The constituent codes are RSCsbecause they combine the properties of non-systematic codes and systematic codes.In the encoder architecture displayed in the two RSCs are identical. The N bitdata block is first encoded by Encoder 1. The same data block is also interleaved and encoded by Encoder 2. The main purpose of the interleaver is to randomize burst error patterns so that it can be correctly decoded. It also helps to increase the minimum distance of the turbo code . Input data blocks for a turbo encoder consist of the user data and possible extra data being appended to the user data before turbo encoding.The encoder consists of a shift register and adders . The structureof the RSC encoder is fixed for the design because enabling varying encoder structures would significantly increase the complexity of the decoder by requiring to adapt to the new trellis structure and computation of the different metrics in the individual decoders. The input bits are fed into the left end of the register and for each new input bit two output bits are transmitted over the channel. These bits depend not only on the present input bit, but also on the two previous input bits, stored in the shift register. Turbo Decoder In turbo decoder the iterative decoding process of the turbo decoder is described. The maximum a posteriori algorithm (MAP) is used in the turbo decoder. There are three types of algorithms used in turbo decoder namely MAP, Max-Log-MAP and Log-MAP. The MAPalgorithm is a forward-backward recursion algorithm, which minimizes the probability of bit error, has a high computational complexity and numerical instability. The solution to these problems is to operate in the log-domain. One advantage of operating in log-domain is that multiplication becomes addition. Addition however is not straight forward. Addition is a maximization function plus a correction term in the log domain. The Max-Log- MAP algorithm approximates addition solely as maximization. Max-Log-MAP algorithm in turbo decoder is used in our work.
  • 5. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 20 The block diagram of the turbo decoder is shown inabove Figure. There are two decoders corresponding to the two encoders. The inputs to the first decoder are the observed systematicbits, the parity bit stream from the first encoder and the de interleaved extrinsic information from the second decoder. The inputs to the second decoder are the interleaved systematic bit stream, the observed parity bit stream from the second RSC and the interleaved extrinsic information from the first decoder. The main task of the iterative decoding procedure, in each component decoder is an algorithm that computes the a posteriori probability (APP) of the information symbols which is the reliability value for each information symbol. 1) Branch metric computation Turbo decoding the first computational block is the branch metriccomputation. The branch metrics is computed based on the knowledge of input and output associated with the branch during the transition from one state to another Eq. 1
  • 6. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 21 2) Forward metric computation The forward metric is the next computation in the algorithm, which represents the probability of a state at time k, given the probabilities of states at previous time instance. Eq. 2 Where the summation is over all the state transitions, which is to be computed at each node at a time instance k in the forward direction traversing through the trellis and is computed for states 00, 01, 10 and 11. 3) Backward metric unit The backward state probability being in each state of the trellis at each time k, given the knowledge of all the future received symbols, is recursively calculated and stored The backward metric is computed using equation 3 in the backward direction, Eq. 3 Where the state transition is from s’, β. is computed for states 00, 01, 10 and 11 in a 4 state decoder. In an 8 state decoder - 3GPP version is computed for states 000, 001,010, 011, 100, 101, 110 and 111. 4) Log likelihood ratio (lr) Log likelihood ratio llr is the output of the turbo decoder. This output llr for each symbol at time k is calculated as Eq. 4 The sign of the number corresponds to the hard decision while the magnitude gives a reliability estimate . 5) Extrinsic unit Compute the extrinsic information that is to be fed to the next decoder in the iteration sequence. This is the llr minus the input probability estimate. Extrinsic information ext [k-1] is obtained from the log likelihood ratio llr [k-1] by subtracting the weighted channel systematic bits and the information fed from the other decoder.
  • 7. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 22 III. DESIGN MODULES In application specific designs, impact of architectural parameters on the power consumption and area is significant. With increasing demand for low power battery driven electronic systems, power efficient design is presently an active research area. Batteries contribute a significant fraction of the total volume and weight of the portable system. Ap plications like digital cellular phones, modems and video compression are compute and memory intensive. The basic components in these are the input-output units, on-chip mem ory, off chip memory and the central processing unit. Power dissipation is highly dependent on the switching activity, load capacitance, frequency of operation and supply voltage. Further design parameters like memory size and bit width influence the power consumption significantly. The power dissipation of the application design needs to be lowered using suitable architectural optimizations. In this project work a digital design for log MAP coding for turbo encoding/decoding is developed for such portable devices. C) FSM Controller Unit The top-level controller, whose purpose is to activate the modules in proper order, manages the turbo decoding process. The turbo decoder which constitutes of the two decoders is iterative in nature. The simulations have to be performed for six iterations. Hence a top-level finite state machine (FSM) controller unit is essential. A FSM consists of a set of states, a start state and a transition signal to move from the current state to the next state (in turbo decoder from one iteration to the next iteration). The FSM design appears explicitly in the turbo decoder design system for the control and the sequencing of the iterations. At the data flow level, iteration control and the data computation of the decoder system are separated then the description of the FSM has a close correspondence to the typical behavior of the algorithm.
  • 8. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 23 IV.SIMULATION RESULTS The design is first modeled in VHDL and then synthesized using Leonardo tools. XPower brings an extra-level of design assurance to the low-power device analysis. Accurate power estimation during programmable design is done with XPower. XPower reads in either pre-routed or post- routed design data and provides accurate device power estimation either by net, or for the overall device. Results are provided either in report or graphic format. The VHDL designs were simulated and only synthesized. The estimates are for 0.18 m technology. The voltage that is used in our estimation is 2.5V. There is a facility to set the input capacitance and frequency of operation for whichthe design power estimation is to be done. There is a provision to give a specific switching activity for the design power estimation. The estimate for 20 and 50 activity factor is found. XPower calculates the power as a summation of the power consumed by each component in the design. The power consumed is the product of capacitance, square of the voltage, activity factor and frequency of operation and is reported in mW.
  • 9. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 24 Figure:2 (A)Turbo encoder and Decoder Top module Power report Figure:2 (B)Turbo encoder and Decoder Top module Power report with date
  • 10. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 25 Figure:-2(A) and (B) Represented that the Turbo encoder and Decoder Top Module power report, Which is implemented by using XPower Tool this is repeat a gives the varies Parameter such as voltage output from the it observed that this approach achieve a power Consumption of 98.5% this is 25mV.there is > improvement is power consumption When it compared with a real Existing work made by references(1605mV),(1069mV). Figure:3 Turbo encoder and Decoder Top module check syntax report Figure 4: simulation observation illustrating timing result for the Turbo encoder and decoder
  • 11. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 26 Figure: 5(A) RTL view of turbo Encoder and Decoder Top module Figure: 5(B) RTL view of Internal Turbo Encoder and Decoder Top Module
  • 12. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 27 Figure: 5(C) RTL view of Internal turbo Encoder and Decoder Top Module PERFORMANCE EVALUATION CONSUMPTION OF EXISTING AND PROPOSED APPROACH Table:1 publication 32 Bit design Previous work Reference paper [21] Existing work Present optimal design this paper work Power(mv) 1695mv 1069mv 25mv Power consumed % -------- 63% 1.5% Power saved % -------- 36.92 % 98.5% Area 4 bit LUT 5216 2816 2267 Area(LUT) is accupied % -------- 53 % 43%
  • 13. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 28 V. CONCLUSION From this paper here the author proposed a novel approach for power consumption which is based on turbo coding details and it is implemented in vhdl based on Xilinx platform . From the results it is observed that a major improvement of power consumption that is 25mv has been achieved when it compare with other previous approaches a significant power saving that is 98.5%. and utilization of the power is 2.5%only Not only this with respect area only 43% is occupied by the LUTS which gives an improvement of reduces sing area from 53% (previous) to 43% . Further in this work speed grade is increased and{ #BELS are reduced to 48% and No of Slices are reduced to 44.65% and No of slices FF are reduced to59.66%, compare to previous work (Reference paper:21)} VI. FUTURESCOPE: The following are the some of the interesting extensions of the present work: 1.An interesting topic for future research is to perform more extensive performance comparisons between FFT based BTC – OFDM and DCT based BTC – OFDM systems under additional real-world channel impairments, such as multipath fading, time dispersion which leads to inter symbol interference (ISI). 2. The main problems with OFDM signal is very sensitive to carrier frequency offset, and its high Peak to Average Power Ratio (PAPR). So, BTC – OFDM systems can be tested for these problems. 3. The turbo code system which is going to be the defectostandard in 3G communication systems has been selected as the specific application. Area(LUT) is saved % --------- 46% 57% Speed grade ---------- 5 7 IOB 19 19 19 VCC 1.8v 1.8v 1.8v #BELS ------- 6549 3142 No of Slices ------- 2701 1206 No of slices FF -------- 119 71
  • 14. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 29 4. Turbo Code Applications provides a vast coverage of those applications starting from data storage systems through wire-line and wireless communications. That includes the utilization in satellite communications, digital video broadcasting, space exploring systems, and the implementation technologies. VI. REFERENCES [1] A. P. Chandrakasan, S. Shang and R. Broderson, “Low Power CMOS Digital Design, ”IEEE Journal of Solid State Circuits, vol. 27, no. 4, April 1992, pp. 478-483. [2] Jan Rabaey, Digital Integrated Circuits - A design perspective, Eastern Economy Edition, Prentice Hall India, 1997. [3] T. Sato, M. Nagamatsu and H. Tago, “Power and Performance Simulator: ESP and its Applications for 100 MIPS/W Class RISC Design,” IEEE Symposium on Low Power Electronics, San Diego, CA, USA, October 1994, pp. 46-47 [4] C. Piguet et al., “Low Power Design of 8-b Embedded Cool RISC Microcontroller Cores,”IEEE Journal of Solid-State Circuits, vol. 32, no. 7, July 1997, pp.1067-1078. [5] Naehjuck Chang, Kuranho Kim and H. G. Lee, “Cycle accurate Energy consumption measurement and analysis: Case study ARM7 TDM1,” International Symposium onLow Power Electronics and Design, Italy, July 2000, pp. 185-190. [6] H. Mehta, R. M. Ovens and Mary Jane Irwin, “Energy Characterization based on Clustering,”33rd Design Automation Conference, Las Vegas, Nevada, June 1996, pp.702- 707. [7] KanadGhosh, “Reducing energy requirement for Instruction Issue and dispatch in superscalar Microprocessors,” International Symposium on Low Power Electronics and Design, July 2000, pp.231-234. [8] R. Gonzalez and M. Horowitz, “Energy dissipation in general purpose Microprocessors,” IEEE Journal of Solid-State Circuits, vol.31, no.9, Sep. 1996, pp.1277-1284. [9] D. Somashekhar and K. Roy, “Differential current switch logic: A low power DCVS logic family,” IEEE Journal of Solid-State Circuits, vol.31, no.7, July 1996, pp.981-991. [10] T. Indermaur and M. Horowitz, “Evaluation of charge recovery circuits and adiabatic switching for low power CMOS design,” Proceedings of the 1994 Symposium on Low- Power Electronics: Digest of Technical Papers, Oct 1994, pp. 102-103. [11] H. Mehta, R.M. Owens, M. J. Irvin, R. Chen and D. Gosh, “Techniques for low energy software,” International Symposium on Low Power Electronics and Design, Aug. 1997, pp. 72-75.
  • 15. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 30 [12] H. Kojima, D.Gomy, K. Nitta, and K. Sasaki, “Power Analysis of a Programmable DSP for Architecture/Program Optimization,” In IEEE Symposium on Low PowerElectronics, Digest of Tech. Papers, Oct. 1995, pp. 26-27. [13] M. Kamble and K. Ghose, “Analytical Energy Dissipation Models for Low Power Caches,” Proceedings of the International symposium on Low Power Electronics and Design, Aug. 1997, pp.143-148. [14] C. Y. Tsui, J. Monterio, M. Pedram, S. Devadas and A. M. Despai, “Power estimation in Sequential logic circuits,” IEEE Transaction on Low Power Systems, vol. 3, no. 3,Sep. 1995, pp.404-416. [15] D. L. Liu and C. Svensson, “Power Consumption Estimation in CMOS VLSI Chips,”IEEE Journal of Solid State Circuits, vol. 29, no. 6, June 1994, pp.663-670. [16] Q. Wu, C. Ding, C. Hsieh and M. Pedram, “Statistical Design of Macro-models For RT- Level Power Evaluation,” Proceedings of the Asia and South Pacific Design Automation Conference, Jan. 1997, pp. 523-528. [17] C. Berrou, A. Galvieux and P. Thitimajshima, “Near Shannon Limit Error- CorrectingCoding and Decoding: Turbo Codes,” Proceedings ICC 93, Geneva Switzerland, May1993, pp. 1064-1070. [18] M. Valenti, “Iterative Detection on Decoding for Wireless Communications,” Ph.D dissertation, Virginia Polytechnic Institute and State University, July 1999. [19] D. Divsalar and R. J. McEleice, “Effective free distance of turbo codes,” ElectronicsLetters, vol. 32, no. 5, Feb. 1996. [20] C. Berrou and A. Glavieux, “Near Optimum Error Correcting Coding and Decoding:Turbo Codes,” IEEE Transactions on Communications, vol. 44, no. 10, Oct. 1996,pp.1261-1271. [21] Rajeshwari .M.Banakar “A low power Design Methodology for Turbo Encoder and Decoder”IIT Delhi, India.ph.D Thesis 2004. [22] www.ee.vt.edu/ee/valenti/turbo.html [23] www.e-insite.net/esec/Article82203.html [24] www.chipcenter.com/dsp/DSP000510F1.html [25] www.csee.wvu.edu/ reynolds/ee562/TurboPreRelease.pdf
  • 16. International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 31 Authors Dayadi.Lakshmaiah is currently working as an Associate professor of Electronics & Communications Engineering.SreeDattha Engineering and Science, Hyderabad, AndraPradesh (State), India. He Received B.Tech Degree in ECE From National Institute of Technology, Warangal (RECW),India and M.Tech (DSCE) Degree From JNTUniversity , Anantapur AndhraPradesh. India Now He is Pursuing Ph.D in Low Power VLSI at JNTUniversity ,Kakinada, AndhraPradesh, India. Dr.M.V.Subramanyam Professor of ECE is currently working as a Principal of In Santhiram Engineering College Nandyal, AndraPredesh, India. He has 20 year of Experience in Teaching. He authored STLD, Computer Networks and Basic Electronics and Microprocessor& Microcontroller Interfacing and Application. He published more than 26 Technical papers and National and International Journals and Confereces, He has International Editorial Member for the International journal “Information Technology”His Area of interest is Adhoc Wireless Networks, Cellular and Mobile Communications. He is anEditorial and Technical Member for Three International Journals and Two National Journals. He has Received B.Tech & M.Tech and Degree in ECE from JNTU, Ph.D (Adhocwire less Network) Degree from JNTUH Hyderabad Andhra Pradesh India. Dr. K. Sathaya Prasad Professor of ECE is currently working as a Rector of JNTUK, Kakinada. He has more than 30 years of experience in teaching and 20 years of R & D. He is an expert in Digital Signal Processing. He has Guided to 10Ph.D’s and guiding 10Ph.Dscholars. He authored Electronic Devices and Circuits text book. He held different positions in his career like Head of theDepartment, vice principal, and principal for JNTU Engineering College (JNTUK). He published more than 30 technical papers in nationaland International Journals and conferences. He also received best Teacher Award from Govt of Andhra Pradesh in 2010. He is Received B.Tech Degree in ECE from JNTUA Anantapur, M.E(Communication Systems) Degree from University of Madras, and Ph.D (signal Processing) Degree from the Indian Institute of Technology Madras, India.