SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 674
AN OCTO CODING TECHNIQUE TO REDUCE ENERGY TRANSITION
IN LOW POWER VLSI CIRCUITS
N. Vithya Lakshmi1
, M. Rajaram2
1
Assistant Professor, Department of Electronics and communication Engineering , Udaya School of Engineering,
Nagercoil, India,
2
Vice Chancellor of Anna University,Chennai-600025,India.
vidhyavinoth@gmail.com, rajaramgct@rediffmail.com
Abstract
System on–chip design in deep submicron technology interconnects plays an important role in overall performance of the chip. Digital
circuits consists of a number of interconnected logic gates which together perform a logic operation with more input signals. When an
input signal changes the change will propagates via the gates to the circuit generating energy transition The signal transition causes
to charge or discharge the capacitive load of CMOS circuits will induces the power dissipation. Recently power dissipation is
becoming an important constrain in a deep submicron VLSI technology. There are several methods for the reduction of dynamic
power dissipation through energy transition in data buses. Among them the Novel Octo-coding method is most effective and powerful
method for enhancing the behavior of on-chip data buses. This coding method is implemented and analyzed using Xilinx and
Modelsim tools
Keywords: Switching activity, Hamming distance, Energy Transition, Active Power dissipation, Octo Coding .
----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
ENERGY Consumption is one of the major key aspects in the
design of VLSI circuits [8] As the technology scales down to
deep submicron technology, the bus energy reduction has
become more and more important [9] so for all the researchers
were worked on reducing transition activity on buses Bus
invert coding [1], shift invert coding [3], Rotate coding [4],
coding for energy reduction in VLSI interconnects [6].Low
power design is becoming a new era in VLSI technology, as it
impacts in many applications to optimize the power
dissipation of digital systems in low power technology must
be implemented through the design process from system level
to process level. Power is a means of the rate of energy
consumption. With the increase in speed , mobility and
miniaturization of current electronic products power
consumption has become major design factor, especially for
hand held devices ,the power consumption determines the
battery life time. therefore ,the designers and consumers of
electronic devices as well as environmental considerations
demand a reduction in power dissipation of digital circuits.
The rest of the paper is organized as follows: Definitions of
some of the important terms are used in this paper are given in
section II Bus Energy Model given in section III Power
dissipation is given in section IV and a brief overview of the
Related to bus coding is given in section V the proposed
coding scheme is explained in section VI while Simulation
and Results of proposed coding scheme with an example is
shown in section VII , Finally conclusion are made in section
VIII.
2. DEFINITIONS
Hamming Distance: The Hamming distance between the two
code vectors is equal to the number of elements in which they
differ.
Example:
Let X = 10111011
Let Y = 11110010
Hamming distance between X and Y is defined by;
X = 10111011
Y = 11110010
Here only three bits are differ from each other ,
Hence Hd (X,Y) = 3
Energy Transition: It is defined as due to charging and
discharging the data changed from 1 to 0 or from 0 to 1 vice
versa between adjacent bus wires or on the same bus wire.
1. Transition between neighboring data on the same bus
wire is called self Transition.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 675
0 1 1 0
2. Transition between adjacent bus wire is called
coupling Transition
3. BUS ENERGY MODEL
Figure1 shows a simplified bus model with parasitic
capacitance and their voltages[2]. Cs is the self-capacitance
from each bus line to ground, Cc is the coupling-capacitance
between two adjacent bus lines and V1 , V2 …are the node
voltages.
Fig-1 shows simple bus energy model
Let λ be the capacitance factor which is calculated as[ 2 ] the
ratio between coupling capacitance to self capacitance. If the
capacitance factor increases the technology will scale down.
λ = Cc / Cs -----------------(1)
The energy saved due to the reduction of transitions is given in
High performance data bus encoding technique in DSM
technology[17 ] as
Energy saved = (1- Tunc / Tcod ) *100 -------------(2)
Where T unc is the energy dissipated due to un encoded data
transitions and Tcod is the energy dissipated due to coded data
transitions.
Table-1 Shows Energy Transition analysis for self capacitance [15]
Transition
ofbits
State
Energystored
initially
Energy
storedfinally
Energydissipated
Energyconsumed
0 1 charge 0 C sV2
/2 C sV2
/2 C sV2
1 0 discharge C sV2
/2 0 C sV2
/2
0
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 676
Table-2 Shows Energy Transition analysis for coupling capacitance [15]
4. POWER DISSIPATION
At the simplest level , there are two types of power that a
designer cares about, static or leakage and active or dynamic
switching power.
4.1 Active (Or) Dynamic Switching Power
It is the power consumed by the switching activity of the
CMOS gates in a design .Power consumed by charging and
discharging the interconnect capacitance
4.2 Static (or) Leakage Switching Power
It is the power consumed during the stand by mode of a
design .CMOS gates typically have some amount of sub
threshold leakage current even when gate are not turned on.
The drain to source leakage current is the main component of
static power consumption .The leakage power was a very
small part of the overall power consumption. In a typical chip
10% of the power consumed is leakage and 90% is dynamic
power.
Instantaneous power P(t) = iDD(t)VDD ------------(3)
Energy E = = ---(4)
Average power Pavg = E/T
=1/T -----(5)
Transition
ofbits
State
Energystored
initially
Energystored
finally
Energy
dissipated
Energy
consumed
00 00 - 0 0 0 0
00 01 charge 0 CcV2
/2 CcV2
/2 CcV2
00 10 charge 0 CcV2
/2 CcV2
/2 CcV2
00 11 - 0 0 0 0
01 00 discharge CcV2
/2 0 CcV2
/2 0
01 01 - 0 0 0 0
01 10 Toggle CcV2
/2 CcV2
/2 2CcV2
2CcV2
01 11 discharge CcV2
/2 0 CcV2
/2 0
10 00 discharge CcV2
/2 0 CcV2
/2 0
10 01 Toggle CcV2
/2 CcV2
/2 2CcV2
2CcV2
10 10 - 0 0 0 0
10 11 discharge CcV2
/2 0 CcV2
/2 0
11 00 - 0 0 0 0
11 01 Charge 0 CcV2
/2 CcV2
/2 CcV2
11 10 Charge 0 CcV2
/2 CcV2
/2 CcV2
11 11 - 0 0 0 0
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 677
Fig-2 Shows CMOS inverter model for power calculation
Dynamic power is required to charge and discharge load
capacitance when transistor switch. One cycle involves a
rising and falling output.
1. On rising output , charge Q = CVDD is required .
2. On falling output , charge is dumped to ground
This repeats Tfsw times over an interval of T
Pdynamic = 1/T 	 	-------(6)
= VDD/T 	 	
= VDD/T[ T fswCVDD ]
Pdynamic = CVDD
2
fsw ---------------(7)
Suppose the system clock frequency is f,
Let fsw = ∝ f , where ∝ is the activity factor so,
Pdynamic = ∝	C VDD
2
f -------------(8)
5. RELATED WORK:
In recent years many research efforts in the switching activity
have been introduce the power dissipation in VLSI circuits.
There are two categories to reduce the power dissipation
through switching activity. One category is used to reduce the
switching activity in address buses. Among them A2
BC [16
],The beach solution and gray coding . These methods used
the redundancy bits to reduce the power dissipation
Another category is used to reduce the switching activity in
data buses. Such techniques are bus invert coding [1] is the
best method to reduce the self transitions. Bus regrouping
[18] DSM bus invert coding [7] low power bus coding
techniques considering inter wire capacitance[2], portioned
bus coding for energy reduction [9] methods are efficient
methods to reduce the coupling transitions coding for
minimizing energy in VLSI interconnect [6] and an efficient
switching activity reduction technique for on –chip data bus
methods reduce both self and coupling transitions. but most of
the methods consider only one type of encoding technique to
reduce power dissipation .while this paper considers both self
and coupling transitional activities to reduce the power
dissipation by octo-encoding technique in an on – chip data
buses.
6. PROPOSED CODING SCHEME
Let B k
be the n bit wide data present on the bus at time
instant k is defined as B k
= ( bk
n-1,bk
n-2 ,….bk
1 , bk
2 ).. Let
B(k-1)enc
be the Reference data transmitted on the bus. Let d be
the hamming distance between the buses. (Reference data
and present data) Md is the minimum hamming distance
between the coded datas. Here input data has been chosen
randomly and coded in eight different ways such as Invert,
Swap, Invert even position, Invert odd position, Rotate left
with invert, Rotate Right with invert, Circular Left Shift and
Circular Right Shift. These methods had been separately
discussed in various research papers, In this paper we
combining all in a single suite named as octo Coding
technique to code a 8 bit random data sample. Here the
coding techniques are grouped as four, each having two
coding methods. Hamming distance d is calculated for all the
coding techniques. With respect to the minimum hamming
distance, one coding technique is selected and another
discarded in a group. Similarly the same technique is applied
to the remaining three groups. Here from the eight coding
techniques is reduced to four coding techniques. Again based
on the already calculated minimum hamming distance, we
chose one from the four coding techniques and the finally
selected data will be transmitted to the decoder with three
control bits for easy recovery. Figure 3 shows Octo coding
Encoder block diagram ,it consists of three blocks such as octo
coding , transition estimator and comparator.
Fig-3 Shows Encoder of Octo coding Technique
6.1 Octo Coding
In this section the input data‘s are coded in eight different
ways such as Invert, Swap, Invert even position, Invert odd
position, Rotate left with invert, Rotate Right with invert,
Circular Left Shift and Circular Right Shift. Then all are
grouped in to four. Each group having two coding technique
with 3 bit control signals are added to each coding technique
to recover the original data at the decoder,
6.2 Transition Estimator
This block contains both hamming distance estimator and
Transition counter to calculate the self and coupling
transitions.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 678
6.2.1 HD Estimator
This module separately calculates the hamming distance
between the coded data and the reference data for each coding
method then compare which coding method is having
minimum hamming distance. By using this concept, among
the eight, four methods are discarded and remaining four
methods are again compared and the code having least
hamming distance will be transmitted via bus.
6.2.2 Transition Counter
It consists of array of parallel adders used to compute number
of self and coupling transitions occur during the data’s
transmitted via the data buses .Here we used only eight full
adders to compute the transition count ,so we reduced 25 %
of area compare to other existing encoding methods. The
concept of parallel adders is used ,in order to minimize the
critical delay.
Fig-5 Shows Transition Estimator using Conventional CMOS
Full adders
6.3 Comparator
Here four bit comparator used to compares the Hamming
distance of the different methods and finds out the least among
them. Since we are conditionally computing the hamming
distance, for any case the comparator has to compare only
three values. The inputs to this block are the encoded data
along with its bit representation and its corresponding
hamming distance. The output of this block is the encoded
data with the least number of transitions and its 3-bit control
signal. This encoded data is sent over the bus along with its 3-
bit control signal.
Table-3 Shows Three Bit Control signal representation for
Octo coding Technique
Fig-4 Shows Decoder of Octo coding Technique
7. SIMULATION RESULT
The performance of proposed technique is designed by
verilog language and the effectiveness of the coding is
analyzed by using a modelsim simulator .Corresponding
output is verified using 8 bit,16bit and 32 bit data buses with
group of random sample vectors. Fig-6 shows simulation
output for the 8 bit data bus with random sample.
Fig-6 Shows simulation output of data 10100111
The Table-4. Illustrates performance analysis of energy
transition among different encoding technique with respect to
self and coupling transitions.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 679
Table-4 Shows percentage of Transition Energy in different
encoding methods
Chart-1 Shows percentage of Transition Energy in different
encoding methods
CONCLUSIONS
We have successfully design and simulated Octo encoding
technique to achieve energy reduction. The main goal of the
proposed method is to reduce the overall transitions in DSM
buses. The simulation results shows the overall reduced up to
49 % and also 1 % to 10% of energy reduction is achieved
compare to other existing encoding methods. In this method
the delay and glitches are not concentrated effectively. In
future work these parameters will be considered very
effectively to achieve a efficient energy reduction.
REFERENCES
[1] M. R. Stan and W. P. Burleson, “Bus-Invert coding for
low-power I/O”, IEEE Trans. on VLSI, vol. 3,pp. 49-
58, March 1995.
[2] P. P. Sotiriadis and A. Chandrakasan, “Low power bus
coding techniques considering inter-wire capacitances,”
Proc. IEEE Custom Integrated Circuits Conference,
(CICC’2000), pp. 507-510
[3] Jayapreetha Natesan and Damu Radhakrishnan. “Shift
Invert Coding (SINV) for Low Power VLSI,”
Proceedings of the EUROMICRO Systems on Digital
System Design (DSD’04)
[4] Shankaranarayana Bhat M1 and D. Yogitha Jahnavi.
”Universal Rotate Invert Bus Encoding for Low Power
VLSI.” International Journal of VLSI design &
Communication Systems (VLSICS) Vol.3, No.4,
August 2012
[5] Youngsoo Shin, Soo-Ik Chae, and Kiyoung Choi,
“Partial Bus-Invert Coding for Power optimization of
Application-Specific Systems”, IEEE Trans. on VLSI,
vol. 9, pp. 377-383, April 2001.
[6] K.S.Sainarayana , J.V.R. Ravindra , Kiran .T. Nath and
M.B.Srinivas . “ Coding for Minimizing Energy in
VLSI Interconnects” , The 18th International
Confernece on Microelectronics (ICM) 2006, pp. 166-
169.
[7] Naveen K. Samala, Damu Radhakrishnan and Baback
Izadi. “A Novel Deep Sub – micron Bus Coding for
Low Energy”, Proc. of the international conference on
Embedded systems and applications ,ESA – 2004,
[8] Massimo Alioto, Gaetano Palumbo and Massimo Poli.
“Energy Consumption in RC Tree Circuits “, IEEE
Transaction on Very Large Scale Integration (VLSI)
Systems, VOL. 14, and No. 5, pp. 452-460, May 2006.
[9] Lin Xie , Peiliang Qiu and Qinru Qiu . “Partitioned
Bus Coding for Energy Reduction “, Asia and south
pacific Design Automation conference – ASP-DAC,
pp.1280-1283, 2005.
[10] S. Ramprasad N.R Shanbhag and J.N. Haji.
“Information theoretic bounds on average signal
Transition activity “, IEEE Trans on VLSI, vol X , No
Y, 1999, pp. 1-10.
[11] Anantha P. Chandrakasan and Robert W. Brodersen
“Minimizing Power Consumption in CMOS Circuits”,
Department of EECS University of California at
Berkeley, pp.1-10.
[12] Aravind Kumar , Anil Kumar Goyal, “Study of various
Full Adders using Tanner EDA Tool” , International
journal of Computer Science And Technology, Vol.3
,pp.581-584, Jan- March 2012.
[13] A.sathish , M.Madhavi Latha and K.Lalkishor “An
efficient switching activity reduction technique for on-
chip data bus” , International journal of computer
science issue, vol.8,issue 4, No.2 , july 2011.
[14] S.K.Verma and B.K.Kaushik “A bus coding method for
crosstalk and power reduction in RC coupled VLSI
interconnects”, International journal of VLSI design &
Communicatio systems, vol.3,No.2, April 2012.
[15] Yan Zhang,John Lach, Kevin skadran and Mircea
R.Stan “Odd /Even bus invert with Two-phase transfer
for buses with coupling “, ISLPED, August 2002.
[16] Jorg Henkel and Haris Lekatsas “Adaptive Address bus
coding for low power deep sub-micron designs”, DAC
2001.
[17] Anchula sathish, M.Madhavi latha and K.Lalkishore
“High performance data bus encoding technique in
DSM Technology”, ACEEE Int.J.on communications,
vol. 03, No.03, Nov 2012.
[18] A.Sathish and T.Subba Rao “Bus regrouping method to
optimize power in DSM Technology” proc.IEEE
international conference on signal processing
communication and networking,pp 432-436, jan’2008.

More Related Content

What's hot

Decentralised PI controller design based on dynamic interaction decoupling in...
Decentralised PI controller design based on dynamic interaction decoupling in...Decentralised PI controller design based on dynamic interaction decoupling in...
Decentralised PI controller design based on dynamic interaction decoupling in...
IJECEIAES
 
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
IAEME Publication
 
A new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generationA new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generation
IAEME Publication
 
Techno Economic Analysis of HVDC Links for Inter State Interconnection
Techno Economic Analysis of HVDC Links for Inter State InterconnectionTechno Economic Analysis of HVDC Links for Inter State Interconnection
Techno Economic Analysis of HVDC Links for Inter State Interconnection
YogeshIJTSRD
 
Design of Earthing in Underground Substation using ETAP with Constraints
Design of Earthing in Underground Substation using ETAP with ConstraintsDesign of Earthing in Underground Substation using ETAP with Constraints
Design of Earthing in Underground Substation using ETAP with Constraints
YogeshIJTSRD
 
Optimal dg placement using multiobjective index and its effect on stability 2
Optimal dg placement using multiobjective index and its effect on stability 2Optimal dg placement using multiobjective index and its effect on stability 2
Optimal dg placement using multiobjective index and its effect on stability 2
IAEME Publication
 

What's hot (20)

Decentralised PI controller design based on dynamic interaction decoupling in...
Decentralised PI controller design based on dynamic interaction decoupling in...Decentralised PI controller design based on dynamic interaction decoupling in...
Decentralised PI controller design based on dynamic interaction decoupling in...
 
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
 
Power system operation considering detailed modelling of the natural gas supp...
Power system operation considering detailed modelling of the natural gas supp...Power system operation considering detailed modelling of the natural gas supp...
Power system operation considering detailed modelling of the natural gas supp...
 
Finite volume solution of diffusion equation and application to model problems
Finite volume solution of diffusion equation and application to model problemsFinite volume solution of diffusion equation and application to model problems
Finite volume solution of diffusion equation and application to model problems
 
Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...Heuristic remedial actions in the reliability assessment of high voltage dire...
Heuristic remedial actions in the reliability assessment of high voltage dire...
 
A new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generationA new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generation
 
Small-Signal AC Model and Closed Loop Control of Interleaved Three-Phase Boos...
Small-Signal AC Model and Closed Loop Control of Interleaved Three-Phase Boos...Small-Signal AC Model and Closed Loop Control of Interleaved Three-Phase Boos...
Small-Signal AC Model and Closed Loop Control of Interleaved Three-Phase Boos...
 
Techno Economic Analysis of HVDC Links for Inter State Interconnection
Techno Economic Analysis of HVDC Links for Inter State InterconnectionTechno Economic Analysis of HVDC Links for Inter State Interconnection
Techno Economic Analysis of HVDC Links for Inter State Interconnection
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...
 
Design of Earthing in Underground Substation using ETAP with Constraints
Design of Earthing in Underground Substation using ETAP with ConstraintsDesign of Earthing in Underground Substation using ETAP with Constraints
Design of Earthing in Underground Substation using ETAP with Constraints
 
Enhancement of power quality in a
Enhancement of power quality in aEnhancement of power quality in a
Enhancement of power quality in a
 
Modeling and Simulation of Grid Connected PV System
Modeling and Simulation of Grid Connected PV SystemModeling and Simulation of Grid Connected PV System
Modeling and Simulation of Grid Connected PV System
 
Frequency regulation service of multiple-areas vehicle to grid application in...
Frequency regulation service of multiple-areas vehicle to grid application in...Frequency regulation service of multiple-areas vehicle to grid application in...
Frequency regulation service of multiple-areas vehicle to grid application in...
 
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
Combined Defence Services Examination (II) - 2014Performance analysis of swcn...
 
Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...
 
Distributed generation placement
Distributed generation placementDistributed generation placement
Distributed generation placement
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...
 
Reconfigurable of current-mode differentiator and integrator based-on current...
Reconfigurable of current-mode differentiator and integrator based-on current...Reconfigurable of current-mode differentiator and integrator based-on current...
Reconfigurable of current-mode differentiator and integrator based-on current...
 
Optimal dg placement using multiobjective index and its effect on stability 2
Optimal dg placement using multiobjective index and its effect on stability 2Optimal dg placement using multiobjective index and its effect on stability 2
Optimal dg placement using multiobjective index and its effect on stability 2
 
IRJET- Single Switched Capacitor High Gain Boost Quasi-Z Source Converter
IRJET- Single Switched Capacitor High Gain Boost Quasi-Z Source ConverterIRJET- Single Switched Capacitor High Gain Boost Quasi-Z Source Converter
IRJET- Single Switched Capacitor High Gain Boost Quasi-Z Source Converter
 

Viewers also liked

Deceitful and instigating a aerobics itinerary for twinsteered
Deceitful and instigating a aerobics itinerary for twinsteeredDeceitful and instigating a aerobics itinerary for twinsteered
Deceitful and instigating a aerobics itinerary for twinsteered
eSAT Publishing House
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 

Viewers also liked (20)

20160219 F. Malvestiti - DAL CARIOTIPO AL NGS: COME STA CAMBIANDO LA DIAGNOSI...
20160219 F. Malvestiti - DAL CARIOTIPO AL NGS: COME STA CAMBIANDO LA DIAGNOSI...20160219 F. Malvestiti - DAL CARIOTIPO AL NGS: COME STA CAMBIANDO LA DIAGNOSI...
20160219 F. Malvestiti - DAL CARIOTIPO AL NGS: COME STA CAMBIANDO LA DIAGNOSI...
 
Recent developments in paper currency recognition
Recent developments in paper currency recognitionRecent developments in paper currency recognition
Recent developments in paper currency recognition
 
Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingPerformance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routing
 
Deceitful and instigating a aerobics itinerary for twinsteered
Deceitful and instigating a aerobics itinerary for twinsteeredDeceitful and instigating a aerobics itinerary for twinsteered
Deceitful and instigating a aerobics itinerary for twinsteered
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) in
 
Copyright protection for images on android phones
Copyright protection for images on android phonesCopyright protection for images on android phones
Copyright protection for images on android phones
 
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
 
Simulation and performance analysis of blast
Simulation and performance analysis of blastSimulation and performance analysis of blast
Simulation and performance analysis of blast
 
Efficient way of user search location in query processing
Efficient way of user search location in query processingEfficient way of user search location in query processing
Efficient way of user search location in query processing
 
Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...
 
Improvement of quality of service parameters using
Improvement of quality of service parameters usingImprovement of quality of service parameters using
Improvement of quality of service parameters using
 
The common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generationThe common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generation
 
Isolation, partial purification and characterization
Isolation, partial purification and characterizationIsolation, partial purification and characterization
Isolation, partial purification and characterization
 
Enhancement of upfc performance with matrix
Enhancement of upfc performance with matrixEnhancement of upfc performance with matrix
Enhancement of upfc performance with matrix
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Health portal an android smarter healthcare
Health portal an android smarter healthcareHealth portal an android smarter healthcare
Health portal an android smarter healthcare
 
Effect and optimization of machining parameters on
Effect and optimization of machining parameters onEffect and optimization of machining parameters on
Effect and optimization of machining parameters on
 

Similar to An octo coding technique to reduce energy transition

Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
eSAT Publishing House
 
Enhancement of upfc performance with matrix converter using advanced direct p...
Enhancement of upfc performance with matrix converter using advanced direct p...Enhancement of upfc performance with matrix converter using advanced direct p...
Enhancement of upfc performance with matrix converter using advanced direct p...
eSAT Journals
 
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
eSAT Journals
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
eSAT Publishing House
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
eSAT Publishing House
 

Similar to An octo coding technique to reduce energy transition (20)

Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gate
 
Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Td ams processing for vlsi implementation of ldpc decoder
Td ams processing for vlsi implementation of ldpc decoderTd ams processing for vlsi implementation of ldpc decoder
Td ams processing for vlsi implementation of ldpc decoder
 
Td ams processing for vlsi implementation of ldpc decoder
Td ams processing for vlsi implementation of ldpc decoderTd ams processing for vlsi implementation of ldpc decoder
Td ams processing for vlsi implementation of ldpc decoder
 
Enhancement of upfc performance with matrix converter using advanced direct p...
Enhancement of upfc performance with matrix converter using advanced direct p...Enhancement of upfc performance with matrix converter using advanced direct p...
Enhancement of upfc performance with matrix converter using advanced direct p...
 
Comparative analysis of lector and stack technique to reduce the leakage curr...
Comparative analysis of lector and stack technique to reduce the leakage curr...Comparative analysis of lector and stack technique to reduce the leakage curr...
Comparative analysis of lector and stack technique to reduce the leakage curr...
 
Enhancement of power quality in a
Enhancement of power quality in a Enhancement of power quality in a
Enhancement of power quality in a
 
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
 
Congestion management using facts devices in
Congestion management using facts devices inCongestion management using facts devices in
Congestion management using facts devices in
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
 
Comparison of symmetrical and asymmetrical cascaded current source multilevel...
Comparison of symmetrical and asymmetrical cascaded current source multilevel...Comparison of symmetrical and asymmetrical cascaded current source multilevel...
Comparison of symmetrical and asymmetrical cascaded current source multilevel...
 
Congestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power systemCongestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power system
 
Multi input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sourcesMulti input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sources
 
Microgrid
MicrogridMicrogrid
Microgrid
 
Design of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrterDesign of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrter
 
High gain dc dc converter with load regulation
High gain dc dc converter with load regulationHigh gain dc dc converter with load regulation
High gain dc dc converter with load regulation
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

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
 
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 working
rknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Recently uploaded (20)

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...
 
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, ...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
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
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

An octo coding technique to reduce energy transition

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 674 AN OCTO CODING TECHNIQUE TO REDUCE ENERGY TRANSITION IN LOW POWER VLSI CIRCUITS N. Vithya Lakshmi1 , M. Rajaram2 1 Assistant Professor, Department of Electronics and communication Engineering , Udaya School of Engineering, Nagercoil, India, 2 Vice Chancellor of Anna University,Chennai-600025,India. vidhyavinoth@gmail.com, rajaramgct@rediffmail.com Abstract System on–chip design in deep submicron technology interconnects plays an important role in overall performance of the chip. Digital circuits consists of a number of interconnected logic gates which together perform a logic operation with more input signals. When an input signal changes the change will propagates via the gates to the circuit generating energy transition The signal transition causes to charge or discharge the capacitive load of CMOS circuits will induces the power dissipation. Recently power dissipation is becoming an important constrain in a deep submicron VLSI technology. There are several methods for the reduction of dynamic power dissipation through energy transition in data buses. Among them the Novel Octo-coding method is most effective and powerful method for enhancing the behavior of on-chip data buses. This coding method is implemented and analyzed using Xilinx and Modelsim tools Keywords: Switching activity, Hamming distance, Energy Transition, Active Power dissipation, Octo Coding . ----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION ENERGY Consumption is one of the major key aspects in the design of VLSI circuits [8] As the technology scales down to deep submicron technology, the bus energy reduction has become more and more important [9] so for all the researchers were worked on reducing transition activity on buses Bus invert coding [1], shift invert coding [3], Rotate coding [4], coding for energy reduction in VLSI interconnects [6].Low power design is becoming a new era in VLSI technology, as it impacts in many applications to optimize the power dissipation of digital systems in low power technology must be implemented through the design process from system level to process level. Power is a means of the rate of energy consumption. With the increase in speed , mobility and miniaturization of current electronic products power consumption has become major design factor, especially for hand held devices ,the power consumption determines the battery life time. therefore ,the designers and consumers of electronic devices as well as environmental considerations demand a reduction in power dissipation of digital circuits. The rest of the paper is organized as follows: Definitions of some of the important terms are used in this paper are given in section II Bus Energy Model given in section III Power dissipation is given in section IV and a brief overview of the Related to bus coding is given in section V the proposed coding scheme is explained in section VI while Simulation and Results of proposed coding scheme with an example is shown in section VII , Finally conclusion are made in section VIII. 2. DEFINITIONS Hamming Distance: The Hamming distance between the two code vectors is equal to the number of elements in which they differ. Example: Let X = 10111011 Let Y = 11110010 Hamming distance between X and Y is defined by; X = 10111011 Y = 11110010 Here only three bits are differ from each other , Hence Hd (X,Y) = 3 Energy Transition: It is defined as due to charging and discharging the data changed from 1 to 0 or from 0 to 1 vice versa between adjacent bus wires or on the same bus wire. 1. Transition between neighboring data on the same bus wire is called self Transition.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 675 0 1 1 0 2. Transition between adjacent bus wire is called coupling Transition 3. BUS ENERGY MODEL Figure1 shows a simplified bus model with parasitic capacitance and their voltages[2]. Cs is the self-capacitance from each bus line to ground, Cc is the coupling-capacitance between two adjacent bus lines and V1 , V2 …are the node voltages. Fig-1 shows simple bus energy model Let λ be the capacitance factor which is calculated as[ 2 ] the ratio between coupling capacitance to self capacitance. If the capacitance factor increases the technology will scale down. λ = Cc / Cs -----------------(1) The energy saved due to the reduction of transitions is given in High performance data bus encoding technique in DSM technology[17 ] as Energy saved = (1- Tunc / Tcod ) *100 -------------(2) Where T unc is the energy dissipated due to un encoded data transitions and Tcod is the energy dissipated due to coded data transitions. Table-1 Shows Energy Transition analysis for self capacitance [15] Transition ofbits State Energystored initially Energy storedfinally Energydissipated Energyconsumed 0 1 charge 0 C sV2 /2 C sV2 /2 C sV2 1 0 discharge C sV2 /2 0 C sV2 /2 0
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 676 Table-2 Shows Energy Transition analysis for coupling capacitance [15] 4. POWER DISSIPATION At the simplest level , there are two types of power that a designer cares about, static or leakage and active or dynamic switching power. 4.1 Active (Or) Dynamic Switching Power It is the power consumed by the switching activity of the CMOS gates in a design .Power consumed by charging and discharging the interconnect capacitance 4.2 Static (or) Leakage Switching Power It is the power consumed during the stand by mode of a design .CMOS gates typically have some amount of sub threshold leakage current even when gate are not turned on. The drain to source leakage current is the main component of static power consumption .The leakage power was a very small part of the overall power consumption. In a typical chip 10% of the power consumed is leakage and 90% is dynamic power. Instantaneous power P(t) = iDD(t)VDD ------------(3) Energy E = = ---(4) Average power Pavg = E/T =1/T -----(5) Transition ofbits State Energystored initially Energystored finally Energy dissipated Energy consumed 00 00 - 0 0 0 0 00 01 charge 0 CcV2 /2 CcV2 /2 CcV2 00 10 charge 0 CcV2 /2 CcV2 /2 CcV2 00 11 - 0 0 0 0 01 00 discharge CcV2 /2 0 CcV2 /2 0 01 01 - 0 0 0 0 01 10 Toggle CcV2 /2 CcV2 /2 2CcV2 2CcV2 01 11 discharge CcV2 /2 0 CcV2 /2 0 10 00 discharge CcV2 /2 0 CcV2 /2 0 10 01 Toggle CcV2 /2 CcV2 /2 2CcV2 2CcV2 10 10 - 0 0 0 0 10 11 discharge CcV2 /2 0 CcV2 /2 0 11 00 - 0 0 0 0 11 01 Charge 0 CcV2 /2 CcV2 /2 CcV2 11 10 Charge 0 CcV2 /2 CcV2 /2 CcV2 11 11 - 0 0 0 0
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 677 Fig-2 Shows CMOS inverter model for power calculation Dynamic power is required to charge and discharge load capacitance when transistor switch. One cycle involves a rising and falling output. 1. On rising output , charge Q = CVDD is required . 2. On falling output , charge is dumped to ground This repeats Tfsw times over an interval of T Pdynamic = 1/T -------(6) = VDD/T = VDD/T[ T fswCVDD ] Pdynamic = CVDD 2 fsw ---------------(7) Suppose the system clock frequency is f, Let fsw = ∝ f , where ∝ is the activity factor so, Pdynamic = ∝ C VDD 2 f -------------(8) 5. RELATED WORK: In recent years many research efforts in the switching activity have been introduce the power dissipation in VLSI circuits. There are two categories to reduce the power dissipation through switching activity. One category is used to reduce the switching activity in address buses. Among them A2 BC [16 ],The beach solution and gray coding . These methods used the redundancy bits to reduce the power dissipation Another category is used to reduce the switching activity in data buses. Such techniques are bus invert coding [1] is the best method to reduce the self transitions. Bus regrouping [18] DSM bus invert coding [7] low power bus coding techniques considering inter wire capacitance[2], portioned bus coding for energy reduction [9] methods are efficient methods to reduce the coupling transitions coding for minimizing energy in VLSI interconnect [6] and an efficient switching activity reduction technique for on –chip data bus methods reduce both self and coupling transitions. but most of the methods consider only one type of encoding technique to reduce power dissipation .while this paper considers both self and coupling transitional activities to reduce the power dissipation by octo-encoding technique in an on – chip data buses. 6. PROPOSED CODING SCHEME Let B k be the n bit wide data present on the bus at time instant k is defined as B k = ( bk n-1,bk n-2 ,….bk 1 , bk 2 ).. Let B(k-1)enc be the Reference data transmitted on the bus. Let d be the hamming distance between the buses. (Reference data and present data) Md is the minimum hamming distance between the coded datas. Here input data has been chosen randomly and coded in eight different ways such as Invert, Swap, Invert even position, Invert odd position, Rotate left with invert, Rotate Right with invert, Circular Left Shift and Circular Right Shift. These methods had been separately discussed in various research papers, In this paper we combining all in a single suite named as octo Coding technique to code a 8 bit random data sample. Here the coding techniques are grouped as four, each having two coding methods. Hamming distance d is calculated for all the coding techniques. With respect to the minimum hamming distance, one coding technique is selected and another discarded in a group. Similarly the same technique is applied to the remaining three groups. Here from the eight coding techniques is reduced to four coding techniques. Again based on the already calculated minimum hamming distance, we chose one from the four coding techniques and the finally selected data will be transmitted to the decoder with three control bits for easy recovery. Figure 3 shows Octo coding Encoder block diagram ,it consists of three blocks such as octo coding , transition estimator and comparator. Fig-3 Shows Encoder of Octo coding Technique 6.1 Octo Coding In this section the input data‘s are coded in eight different ways such as Invert, Swap, Invert even position, Invert odd position, Rotate left with invert, Rotate Right with invert, Circular Left Shift and Circular Right Shift. Then all are grouped in to four. Each group having two coding technique with 3 bit control signals are added to each coding technique to recover the original data at the decoder, 6.2 Transition Estimator This block contains both hamming distance estimator and Transition counter to calculate the self and coupling transitions.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 678 6.2.1 HD Estimator This module separately calculates the hamming distance between the coded data and the reference data for each coding method then compare which coding method is having minimum hamming distance. By using this concept, among the eight, four methods are discarded and remaining four methods are again compared and the code having least hamming distance will be transmitted via bus. 6.2.2 Transition Counter It consists of array of parallel adders used to compute number of self and coupling transitions occur during the data’s transmitted via the data buses .Here we used only eight full adders to compute the transition count ,so we reduced 25 % of area compare to other existing encoding methods. The concept of parallel adders is used ,in order to minimize the critical delay. Fig-5 Shows Transition Estimator using Conventional CMOS Full adders 6.3 Comparator Here four bit comparator used to compares the Hamming distance of the different methods and finds out the least among them. Since we are conditionally computing the hamming distance, for any case the comparator has to compare only three values. The inputs to this block are the encoded data along with its bit representation and its corresponding hamming distance. The output of this block is the encoded data with the least number of transitions and its 3-bit control signal. This encoded data is sent over the bus along with its 3- bit control signal. Table-3 Shows Three Bit Control signal representation for Octo coding Technique Fig-4 Shows Decoder of Octo coding Technique 7. SIMULATION RESULT The performance of proposed technique is designed by verilog language and the effectiveness of the coding is analyzed by using a modelsim simulator .Corresponding output is verified using 8 bit,16bit and 32 bit data buses with group of random sample vectors. Fig-6 shows simulation output for the 8 bit data bus with random sample. Fig-6 Shows simulation output of data 10100111 The Table-4. Illustrates performance analysis of energy transition among different encoding technique with respect to self and coupling transitions.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 11 | Nov-2013, Available @ http://www.ijret.org 679 Table-4 Shows percentage of Transition Energy in different encoding methods Chart-1 Shows percentage of Transition Energy in different encoding methods CONCLUSIONS We have successfully design and simulated Octo encoding technique to achieve energy reduction. The main goal of the proposed method is to reduce the overall transitions in DSM buses. The simulation results shows the overall reduced up to 49 % and also 1 % to 10% of energy reduction is achieved compare to other existing encoding methods. In this method the delay and glitches are not concentrated effectively. In future work these parameters will be considered very effectively to achieve a efficient energy reduction. REFERENCES [1] M. R. Stan and W. P. Burleson, “Bus-Invert coding for low-power I/O”, IEEE Trans. on VLSI, vol. 3,pp. 49- 58, March 1995. [2] P. P. Sotiriadis and A. Chandrakasan, “Low power bus coding techniques considering inter-wire capacitances,” Proc. IEEE Custom Integrated Circuits Conference, (CICC’2000), pp. 507-510 [3] Jayapreetha Natesan and Damu Radhakrishnan. “Shift Invert Coding (SINV) for Low Power VLSI,” Proceedings of the EUROMICRO Systems on Digital System Design (DSD’04) [4] Shankaranarayana Bhat M1 and D. Yogitha Jahnavi. ”Universal Rotate Invert Bus Encoding for Low Power VLSI.” International Journal of VLSI design & Communication Systems (VLSICS) Vol.3, No.4, August 2012 [5] Youngsoo Shin, Soo-Ik Chae, and Kiyoung Choi, “Partial Bus-Invert Coding for Power optimization of Application-Specific Systems”, IEEE Trans. on VLSI, vol. 9, pp. 377-383, April 2001. [6] K.S.Sainarayana , J.V.R. Ravindra , Kiran .T. Nath and M.B.Srinivas . “ Coding for Minimizing Energy in VLSI Interconnects” , The 18th International Confernece on Microelectronics (ICM) 2006, pp. 166- 169. [7] Naveen K. Samala, Damu Radhakrishnan and Baback Izadi. “A Novel Deep Sub – micron Bus Coding for Low Energy”, Proc. of the international conference on Embedded systems and applications ,ESA – 2004, [8] Massimo Alioto, Gaetano Palumbo and Massimo Poli. “Energy Consumption in RC Tree Circuits “, IEEE Transaction on Very Large Scale Integration (VLSI) Systems, VOL. 14, and No. 5, pp. 452-460, May 2006. [9] Lin Xie , Peiliang Qiu and Qinru Qiu . “Partitioned Bus Coding for Energy Reduction “, Asia and south pacific Design Automation conference – ASP-DAC, pp.1280-1283, 2005. [10] S. Ramprasad N.R Shanbhag and J.N. Haji. “Information theoretic bounds on average signal Transition activity “, IEEE Trans on VLSI, vol X , No Y, 1999, pp. 1-10. [11] Anantha P. Chandrakasan and Robert W. Brodersen “Minimizing Power Consumption in CMOS Circuits”, Department of EECS University of California at Berkeley, pp.1-10. [12] Aravind Kumar , Anil Kumar Goyal, “Study of various Full Adders using Tanner EDA Tool” , International journal of Computer Science And Technology, Vol.3 ,pp.581-584, Jan- March 2012. [13] A.sathish , M.Madhavi Latha and K.Lalkishor “An efficient switching activity reduction technique for on- chip data bus” , International journal of computer science issue, vol.8,issue 4, No.2 , july 2011. [14] S.K.Verma and B.K.Kaushik “A bus coding method for crosstalk and power reduction in RC coupled VLSI interconnects”, International journal of VLSI design & Communicatio systems, vol.3,No.2, April 2012. [15] Yan Zhang,John Lach, Kevin skadran and Mircea R.Stan “Odd /Even bus invert with Two-phase transfer for buses with coupling “, ISLPED, August 2002. [16] Jorg Henkel and Haris Lekatsas “Adaptive Address bus coding for low power deep sub-micron designs”, DAC 2001. [17] Anchula sathish, M.Madhavi latha and K.Lalkishore “High performance data bus encoding technique in DSM Technology”, ACEEE Int.J.on communications, vol. 03, No.03, Nov 2012. [18] A.Sathish and T.Subba Rao “Bus regrouping method to optimize power in DSM Technology” proc.IEEE international conference on signal processing communication and networking,pp 432-436, jan’2008.