SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
240
REALIZATION OF TERNARY-LOGIC BASED SHIFT UP, SHIFT DOWN
USING MOSFET
Virang Jhaveri1
, Yash Jain2
, Vishesh Kamdar3
, Shanay Kothari4
1
(EXTC, D.J. Sanghvi College of Engineering, Mumbai, India)
2
(EXTC, D.J. Sanghvi College of Engineering, Mumbai, India)
3
(EXTC, D.J. Sanghvi College of Engineering, Mumbai, India)
4
(EXTC, D.J. Sanghvi College of Engineering, Mumbai, India)
ABSTRACT
In this paper, we discuss the practical realization of basic shift up and shift down ternary
based logic gates. Current bit based circuitry limits the number of gate design. The present CMOS
technology does not use depletion mode transistors. The prime objective in our work is to minimize
the number of transistors used whilst retaining functionality, eliminate the use of resistors to lower
the power consumption and reduce delay propagation. The reduction in the number of transistors is
main focus as that enabled a more compact design.
Keywords: Basic Gates, Integrated Circuit, MOSFET, Multi-Value Logic Design, Shift Up Down,
Ternary Logic
I. INTRODUCTION
When we view ternary logic from a mathematically perspective it becomes apparent that
there are twenty seven possible gate designs. Whereas when we consider a binary system for a dual
bit input there is only the possibility of constructing four gates. Hence, it is apparent that the lack of
hitherto unseen logic gates in the field of ternary logic has hampered further research in it. The use of
new gates permits us to radically redesign familiar elements such as adders, subtractors,
multiplexers, demultiplexers, encoders and decoders. Current ternary based design research is
focused in the field of increasing the efficiency of previously designed ternary gates and ‘porting’
existing binary systems with ternary ones.
Theoretically, the advantages offered are shorter decimal representation; ternary logic
representation offers us a novel way of dealing with recurring decimals since it uses a base 3.
Although we compromise accuracy for better computation the loss of data is minimal.
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 4, July-August, 2013, pp. 240-247
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 –
II. TERNARY LOGIC
Ternary logic functions are those functions where Kleene logic augments the conventional
true and false of Boolean logic with a third value; unknown, indeterminate, irrelevant, or both. In this
paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2
represent false, undefined, and true, respectively.
Any n variable {X1,...,Xn} ternary function f (X) is de
{0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be de
follows, where
Xi, Xj= {0, 1, 2} [13]:
Xi+ Xj= max{Xi, Xj}
Xi• Xj= min{Xi, Xj}
Xi`= 2− Xi
where the operations +,•,` and are referred to as the OR, AND, and NOT in terna
respectively. The fundamental gates in the design of digital systems are the inverter, the NOR gate,
and the NAND gate. The assumed logic symbols are shown in Ta
designed according to the convention de
III. STEP DOWN GATE
Step down gate is divided in two sections.
(i) Limiting Circuit
(ii) Inverter Circuit
Limiting circuit for step down gate
Fig
International Journal of Electronics and Communication Engineering & Technology (IJECET),
– 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
241
Ternary logic functions are those functions where Kleene logic augments the conventional
logic with a third value; unknown, indeterminate, irrelevant, or both. In this
paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2
fined, and true, respectively. [1]
..,Xn} ternary function f (X) is defined as a logic function mapping
{0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be de
where the operations +,•,` and are referred to as the OR, AND, and NOT in terna
The fundamental gates in the design of digital systems are the inverter, the NOR gate,
and the NAND gate. The assumed logic symbols are shown in Table I. The ternary gates are
designed according to the convention defined by (1).
Table (1)
two sections.
ircuit
Fig. (1) – Simulated on LTSPICE
Voltage Symbol
-5 0
0 1
5 2
International Journal of Electronics and Communication Engineering & Technology (IJECET),
August (2013), © IAEME
Ternary logic functions are those functions where Kleene logic augments the conventional
logic with a third value; unknown, indeterminate, irrelevant, or both. In this
paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2
fined as a logic function mapping
{0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be defined as
where the operations +,•,` and are referred to as the OR, AND, and NOT in ternary logic,
The fundamental gates in the design of digital systems are the inverter, the NOR gate,
ble I. The ternary gates are
ircuit
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
242
Working – Limiting Circuit
The limiting circuit is designed on the fact that the pmos conducts when the gate voltage is less than
its Drain voltage and nmos conducts when the gate voltage is greater than its Drain voltage.
When -5v is supplied via V2 The gate voltage of pmos(-5v) is less than its drain voltage (5v) and
The gate voltage of
nmos(-5v)is less than its drain voltage therefore pmos conducts and nmos doesn’t conduct .The
output is 5v
When 0v is supplied via V2 The gate voltage of pmos(0v) is less than its drain voltage (5v) and The
gate voltage of nmos is same as its drain voltage therefore pmos conducts and nmos doesn’t
conduct. The output is 5v
When 5v is supplied via V2 The gate voltage of pmos(5v) is same as its drain voltage (5v) and The
gate voltage of nmos(5v) is greater than its drain voltage(0v) therefore nmos conducts and pmos
doesn’t conduct.The output is 0v
The table(2) shows the truth table of the limiting circuit where the input and output are represented in
their respective logic states.
Table (2)
Input Output
0 2
1 2
2 1
The Graph (1) shows the simulation of limiting circuit where the blue line is the output and
the green line is the input. The input varies from -5V to 5V and the o/p varies from 5v to 0 V
Graph(1)
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
243
The limiting circuit is the connected to a inverter circuit which is represented by Table (3)[2]
Table (3)
Input Output
0 2
1 1
2 0
Fig. (2) (Step Down Gate)
Truth Table (Step Down Gate)
IN Step Down(IN)
0 0
1 0
2 1
Working – Step Down
The M2 and M4 complement the the trits provided by M1 and M3 present in the first stage..
When IN is 0V , M3 is activated therefore the output at mid stage is 5V and then it goes thru the
NOT gate and the output is -5V which is the required output
When IN is -5V , M3 is activated therefore the output at mid stage is 5V and then it goes thru the
NOT gate and the output is -5V which is the required output
When IN is 5V , M1 is activated therefore the output at mid stage is 0V and then it goes thru the
NOT gate and the output is 0V which is the required output.
The graph (2) shows the the simulation of the shift down gate.The red line is the zero
reference line, the green line is the input line which starts at -5 V and the increases towards 5 V. The
blue line is the output line.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
244
Graph (2)
IV. STEP UP GATE
Step Up Gate is divided in two sections.
(i). Limiting Circuit
(ii). Inverter Circuit
Limiting circuit for step up gate
Fig. (3) – Simulated Using LTSPICE
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
245
Working – Limiting Circuit
The limiting circuit makes is designed on the fact that the pmos conducts when the gate voltage is
less than its Drain voltage and nmos conducts when the gate voltage is greater than its Drain voltage.
When -5v is supplied via V2 The gate voltage of pmos(-5v) is less than its drain voltage (0v) and
The gate voltage of nmos (-5v)is same as its drain voltage therefore pmos conducts and nmos
doesn’t conduct.The output is 0v
When 0v is supplied via V2 The gate voltage of pmos(0v) is same as its drain voltage (5v) and The
gate voltage of nmos (0v) is greater than its drain voltage(-5v) therefore nmos conducts and pmos
doesn’t conduct.The output is -5v .
When 5v is supplied via V2 The gate voltage of pmos(5v) is greater than its drain voltage (0v) and
The gate voltage of nmos(5v) is greater than its drain voltage(-5v) therefore nmos conducts and
pmos doesn’t conduct.The output is -5v
The table(4) shows the truth table of the limiting circuit where the input and output are represented in
their respective logic states.
Table (4)
Input Output
0 1
1 0
2 0
The graph (3) shows the simulation of limiting circuit where the blue line is the output and
the green line is the input.the i/p varies from -5v to 5v and the o/p varies from 0 V to -5 V.
Graph (3)
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
246
The limiting circuit is the connected to a inverter circuit which is represented by table (5)[2]
Table (5)
Input Output
0 2
1 1
2 0
Fig. (4) (Step Up Gate)
Truth Table (step up gate)
IN Step Up (IN)
0 1
1 2
2 2
Working – Step Up Gate
The M2 and M4 complement the the trits provided by M1 and M3 present in the first stage..
When IN is -5 V , M3 is activated therefore the output at mid stage is 0V and then it goes thru the
NOT gate and the output is 0V which is the required output
When IN is 0 V , M1 is activated therefore the output at mid stage is -5V and then it goes thru the
NOT gate and the output is 5V which is the required output
When IN is 5 V , M1 is activated therefore the output at mid stage is -5V and then it goes thru the
NOT gate and the output is 5V which is the required output
The graph (4) shows the simulation of the shift down gate. The red line is the zero reference line,
The green line is the input line which starts at -5 V and the increases towards 5 V. The blue line is
the output line.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
247
Graph (4)
V. IMPLEMENTATIONS
The above circuits have been implemented and simulated in LT Spice.
VI. APPLICATION S
The immediate forseeable applications of the shift up and shift down ternary gates are their
use to develop new designs for traditional combinational circuits like adders and subtractors. The shift
up and shift down gate design can be used to realize other still unknown gate designs.
VII. FUTURE SCOPE
Since the data usage by simple as well as complex circuitry goes on increasing, we are
reaching a point where the limitations of Moores law become self apparent. Hence there is an
immediate real world need to replace our ‘bit’ based systems with the ‘trit’ based system. The use of
these gates is to build the combinational circuits required to build a ternary ALU.
VIII. REFERENCES
1. Standard Ternary Logic by by Douglas W. Jones THE UNIVERSITY OF IOWA Department of
Computer Science http://homepage.cs.uiowa.edu/~jones/ternary/logic.shtml.
2. Implementation of Ternary Based Logic Gates. Virang Jhaveri, Shanay Kothari, Yash Jain
ISBN No. 9789382880233.
3. Amit Nigam, “Enrichment Towards the Design of Efficient 4 Bit Reversible Subtractor using
TR Gate: A Low Power Application”, International Journal of Electronics and Communication
Engineering & Technology (IJECET), Volume 4, Issue 4, 2013, pp. 1 - 12, ISSN Print:
0976- 6464, ISSN Online: 0976 –6472.

Más contenido relacionado

La actualidad más candente

A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniqueseSAT Publishing House
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniqueseSAT Journals
 
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicEnergy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicAssociate Professor in VSB Coimbatore
 
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...IDES Editor
 
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...IRJET Journal
 
Design of power efficient 4x4 array multiplier using adiabatic logic
Design of power efficient 4x4 array multiplier using adiabatic logicDesign of power efficient 4x4 array multiplier using adiabatic logic
Design of power efficient 4x4 array multiplier using adiabatic logiciaemedu
 
Optimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyOptimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyIJEEE
 
Design and implementation of microstrip rotman lens for ISM band applications
Design and implementation of microstrip rotman lens for ISM band applicationsDesign and implementation of microstrip rotman lens for ISM band applications
Design and implementation of microstrip rotman lens for ISM band applicationsjournalBEEI
 
The design & simulation of low noise amplifier for 1 2.8 ghz using aln s...
The design & simulation of low noise amplifier for 1  2.8 ghz using aln s...The design & simulation of low noise amplifier for 1  2.8 ghz using aln s...
The design & simulation of low noise amplifier for 1 2.8 ghz using aln s...eSAT Journals
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET Journal
 
A novel p phase shifter in integrated optics
A novel p  phase shifter in integrated opticsA novel p  phase shifter in integrated optics
A novel p phase shifter in integrated opticsIAEME Publication
 
Three dimensional analytical subthreshold current model of fully
Three dimensional analytical subthreshold current model of fullyThree dimensional analytical subthreshold current model of fully
Three dimensional analytical subthreshold current model of fullyIAEME Publication
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskIAEME Publication
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loopeSAT Publishing House
 
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...Design and Simulation of a Compact All-Optical Differentiator Based on Silico...
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...theijes
 
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET-  	  Performance Estimation of FIR Filter using Null Convention LogicIRJET-  	  Performance Estimation of FIR Filter using Null Convention Logic
IRJET- Performance Estimation of FIR Filter using Null Convention LogicIRJET Journal
 
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...IRJET Journal
 
Prediction of a reliable code for wireless communication systems
Prediction of a reliable code for wireless communication systemsPrediction of a reliable code for wireless communication systems
Prediction of a reliable code for wireless communication systemsiaemedu
 

La actualidad más candente (18)

A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniques
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniques
 
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicEnergy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
 
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...
Inverse Gamma Distribution based Delay and Slew Modeling for On- Chip VLSI RC...
 
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
 
Design of power efficient 4x4 array multiplier using adiabatic logic
Design of power efficient 4x4 array multiplier using adiabatic logicDesign of power efficient 4x4 array multiplier using adiabatic logic
Design of power efficient 4x4 array multiplier using adiabatic logic
 
Optimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm TechnologyOptimized Layout Design of Priority Encoder using 65nm Technology
Optimized Layout Design of Priority Encoder using 65nm Technology
 
Design and implementation of microstrip rotman lens for ISM band applications
Design and implementation of microstrip rotman lens for ISM band applicationsDesign and implementation of microstrip rotman lens for ISM band applications
Design and implementation of microstrip rotman lens for ISM band applications
 
The design & simulation of low noise amplifier for 1 2.8 ghz using aln s...
The design & simulation of low noise amplifier for 1  2.8 ghz using aln s...The design & simulation of low noise amplifier for 1  2.8 ghz using aln s...
The design & simulation of low noise amplifier for 1 2.8 ghz using aln s...
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
 
A novel p phase shifter in integrated optics
A novel p  phase shifter in integrated opticsA novel p  phase shifter in integrated optics
A novel p phase shifter in integrated optics
 
Three dimensional analytical subthreshold current model of fully
Three dimensional analytical subthreshold current model of fullyThree dimensional analytical subthreshold current model of fully
Three dimensional analytical subthreshold current model of fully
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpsk
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loop
 
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...Design and Simulation of a Compact All-Optical Differentiator Based on Silico...
Design and Simulation of a Compact All-Optical Differentiator Based on Silico...
 
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET-  	  Performance Estimation of FIR Filter using Null Convention LogicIRJET-  	  Performance Estimation of FIR Filter using Null Convention Logic
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
 
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...
Optical Gray to Binary Code Converter with and without Mach-Zehnder Interfero...
 
Prediction of a reliable code for wireless communication systems
Prediction of a reliable code for wireless communication systemsPrediction of a reliable code for wireless communication systems
Prediction of a reliable code for wireless communication systems
 

Destacado

An improved node initiated message ferrying approach for data dissemina
An improved node initiated message ferrying approach for data disseminaAn improved node initiated message ferrying approach for data dissemina
An improved node initiated message ferrying approach for data disseminaIAEME Publication
 
La investigación científica
La investigación científicaLa investigación científica
La investigación científicaFilomeno Carvajal
 
Study of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksStudy of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksIAEME Publication
 
Manejo de la Informacion 2
Manejo de la Informacion 2Manejo de la Informacion 2
Manejo de la Informacion 2Karol0704
 
Virus y vacunas informaticas
Virus y vacunas informaticasVirus y vacunas informaticas
Virus y vacunas informaticassairabaron
 
Implementation and financial accounting of quality training and education
Implementation and financial accounting of quality training and educationImplementation and financial accounting of quality training and education
Implementation and financial accounting of quality training and educationIAEME Publication
 
Tips for beginner and struggling basketball coaches
Tips for beginner and struggling basketball coachesTips for beginner and struggling basketball coaches
Tips for beginner and struggling basketball coachesHoop Skills
 
Retrofitting of damaged industrial buildings
Retrofitting of damaged industrial buildingsRetrofitting of damaged industrial buildings
Retrofitting of damaged industrial buildingsIAEME Publication
 
Power flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesPower flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesIAEME Publication
 

Destacado (10)

An improved node initiated message ferrying approach for data dissemina
An improved node initiated message ferrying approach for data disseminaAn improved node initiated message ferrying approach for data dissemina
An improved node initiated message ferrying approach for data dissemina
 
La investigación científica
La investigación científicaLa investigación científica
La investigación científica
 
Study of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksStudy of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networks
 
Manejo de la Informacion 2
Manejo de la Informacion 2Manejo de la Informacion 2
Manejo de la Informacion 2
 
Virus y vacunas informaticas
Virus y vacunas informaticasVirus y vacunas informaticas
Virus y vacunas informaticas
 
Nticii
NticiiNticii
Nticii
 
Implementation and financial accounting of quality training and education
Implementation and financial accounting of quality training and educationImplementation and financial accounting of quality training and education
Implementation and financial accounting of quality training and education
 
Tips for beginner and struggling basketball coaches
Tips for beginner and struggling basketball coachesTips for beginner and struggling basketball coaches
Tips for beginner and struggling basketball coaches
 
Retrofitting of damaged industrial buildings
Retrofitting of damaged industrial buildingsRetrofitting of damaged industrial buildings
Retrofitting of damaged industrial buildings
 
Power flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesPower flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devices
 

Similar a Realization of ternary logic based shift up, shift down using mosfet-2

Hopfield neural network based selective harmonic elimination for h bridge
Hopfield neural network based selective harmonic elimination for h bridgeHopfield neural network based selective harmonic elimination for h bridge
Hopfield neural network based selective harmonic elimination for h bridgeIAEME Publication
 
High performance domino full adder design under different body biased technology
High performance domino full adder design under different body biased technologyHigh performance domino full adder design under different body biased technology
High performance domino full adder design under different body biased technologyIAEME Publication
 
Using petri net with inherent fuzzy in the recognition of ecg signals
Using petri net with inherent fuzzy in the recognition of ecg signalsUsing petri net with inherent fuzzy in the recognition of ecg signals
Using petri net with inherent fuzzy in the recognition of ecg signalsIAEME Publication
 
Design of Quaternary Logical Circuit Using Voltage and Current Mode Logic
Design of Quaternary Logical Circuit Using Voltage and Current Mode LogicDesign of Quaternary Logical Circuit Using Voltage and Current Mode Logic
Design of Quaternary Logical Circuit Using Voltage and Current Mode LogicVLSICS Design
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorIAEME Publication
 
Design and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlDesign and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlIAEME Publication
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...IJERA Editor
 
Statistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsStatistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsIAEME Publication
 
Design and simulation of high speed cmos
Design and simulation of high speed cmosDesign and simulation of high speed cmos
Design and simulation of high speed cmosiaemedu
 
Design and simulation of high speed cmos
Design and simulation of high speed cmosDesign and simulation of high speed cmos
Design and simulation of high speed cmosIAEME Publication
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2IAEME Publication
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2IAEME Publication
 
Apllictaions of improved gilbert multiplier 2
Apllictaions of improved gilbert multiplier 2Apllictaions of improved gilbert multiplier 2
Apllictaions of improved gilbert multiplier 2IAEME Publication
 
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...VLSICS Design
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsIJERA Editor
 
An Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateAn Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateIJERA Editor
 
A novel approach for internet congestion control using an extended state obse...
A novel approach for internet congestion control using an extended state obse...A novel approach for internet congestion control using an extended state obse...
A novel approach for internet congestion control using an extended state obse...IAEME Publication
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostIJERA Editor
 
An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...IJMER
 

Similar a Realization of ternary logic based shift up, shift down using mosfet-2 (20)

Hopfield neural network based selective harmonic elimination for h bridge
Hopfield neural network based selective harmonic elimination for h bridgeHopfield neural network based selective harmonic elimination for h bridge
Hopfield neural network based selective harmonic elimination for h bridge
 
High performance domino full adder design under different body biased technology
High performance domino full adder design under different body biased technologyHigh performance domino full adder design under different body biased technology
High performance domino full adder design under different body biased technology
 
Using petri net with inherent fuzzy in the recognition of ecg signals
Using petri net with inherent fuzzy in the recognition of ecg signalsUsing petri net with inherent fuzzy in the recognition of ecg signals
Using petri net with inherent fuzzy in the recognition of ecg signals
 
Design of Quaternary Logical Circuit Using Voltage and Current Mode Logic
Design of Quaternary Logical Circuit Using Voltage and Current Mode LogicDesign of Quaternary Logical Circuit Using Voltage and Current Mode Logic
Design of Quaternary Logical Circuit Using Voltage and Current Mode Logic
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparator
 
Design and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlDesign and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and control
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
 
Statistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transportsStatistical performance analysis of wireless communication in public transports
Statistical performance analysis of wireless communication in public transports
 
Design and simulation of high speed cmos
Design and simulation of high speed cmosDesign and simulation of high speed cmos
Design and simulation of high speed cmos
 
Design and simulation of high speed cmos
Design and simulation of high speed cmosDesign and simulation of high speed cmos
Design and simulation of high speed cmos
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2
 
Apllictaions of improved gilbert multiplier 2
Apllictaions of improved gilbert multiplier 2Apllictaions of improved gilbert multiplier 2
Apllictaions of improved gilbert multiplier 2
 
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
SCOPE OF REVERSIBLE ENGINEERING AT GATE-LEVEL: FAULT-TOLERANT COMBINATIONAL A...
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
 
An Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateAn Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS Gate
 
A novel approach for internet congestion control using an extended state obse...
A novel approach for internet congestion control using an extended state obse...A novel approach for internet congestion control using an extended state obse...
A novel approach for internet congestion control using an extended state obse...
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum Cost
 
An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 

Último (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 

Realization of ternary logic based shift up, shift down using mosfet-2

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 240 REALIZATION OF TERNARY-LOGIC BASED SHIFT UP, SHIFT DOWN USING MOSFET Virang Jhaveri1 , Yash Jain2 , Vishesh Kamdar3 , Shanay Kothari4 1 (EXTC, D.J. Sanghvi College of Engineering, Mumbai, India) 2 (EXTC, D.J. Sanghvi College of Engineering, Mumbai, India) 3 (EXTC, D.J. Sanghvi College of Engineering, Mumbai, India) 4 (EXTC, D.J. Sanghvi College of Engineering, Mumbai, India) ABSTRACT In this paper, we discuss the practical realization of basic shift up and shift down ternary based logic gates. Current bit based circuitry limits the number of gate design. The present CMOS technology does not use depletion mode transistors. The prime objective in our work is to minimize the number of transistors used whilst retaining functionality, eliminate the use of resistors to lower the power consumption and reduce delay propagation. The reduction in the number of transistors is main focus as that enabled a more compact design. Keywords: Basic Gates, Integrated Circuit, MOSFET, Multi-Value Logic Design, Shift Up Down, Ternary Logic I. INTRODUCTION When we view ternary logic from a mathematically perspective it becomes apparent that there are twenty seven possible gate designs. Whereas when we consider a binary system for a dual bit input there is only the possibility of constructing four gates. Hence, it is apparent that the lack of hitherto unseen logic gates in the field of ternary logic has hampered further research in it. The use of new gates permits us to radically redesign familiar elements such as adders, subtractors, multiplexers, demultiplexers, encoders and decoders. Current ternary based design research is focused in the field of increasing the efficiency of previously designed ternary gates and ‘porting’ existing binary systems with ternary ones. Theoretically, the advantages offered are shorter decimal representation; ternary logic representation offers us a novel way of dealing with recurring decimals since it uses a base 3. Although we compromise accuracy for better computation the loss of data is minimal. INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August, 2013, pp. 240-247 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – II. TERNARY LOGIC Ternary logic functions are those functions where Kleene logic augments the conventional true and false of Boolean logic with a third value; unknown, indeterminate, irrelevant, or both. In this paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2 represent false, undefined, and true, respectively. Any n variable {X1,...,Xn} ternary function f (X) is de {0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be de follows, where Xi, Xj= {0, 1, 2} [13]: Xi+ Xj= max{Xi, Xj} Xi• Xj= min{Xi, Xj} Xi`= 2− Xi where the operations +,•,` and are referred to as the OR, AND, and NOT in terna respectively. The fundamental gates in the design of digital systems are the inverter, the NOR gate, and the NAND gate. The assumed logic symbols are shown in Ta designed according to the convention de III. STEP DOWN GATE Step down gate is divided in two sections. (i) Limiting Circuit (ii) Inverter Circuit Limiting circuit for step down gate Fig International Journal of Electronics and Communication Engineering & Technology (IJECET), – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 241 Ternary logic functions are those functions where Kleene logic augments the conventional logic with a third value; unknown, indeterminate, irrelevant, or both. In this paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2 fined, and true, respectively. [1] ..,Xn} ternary function f (X) is defined as a logic function mapping {0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be de where the operations +,•,` and are referred to as the OR, AND, and NOT in terna The fundamental gates in the design of digital systems are the inverter, the NOR gate, and the NAND gate. The assumed logic symbols are shown in Table I. The ternary gates are designed according to the convention defined by (1). Table (1) two sections. ircuit Fig. (1) – Simulated on LTSPICE Voltage Symbol -5 0 0 1 5 2 International Journal of Electronics and Communication Engineering & Technology (IJECET), August (2013), © IAEME Ternary logic functions are those functions where Kleene logic augments the conventional logic with a third value; unknown, indeterminate, irrelevant, or both. In this paper, the assignments of different numerical equivalents to these values are as follows: 0, 1, and 2 fined as a logic function mapping {0,1,2} n to {0, 1, 2}, where X {X1,...,Xn}. The basic operations of ternary logic can be defined as where the operations +,•,` and are referred to as the OR, AND, and NOT in ternary logic, The fundamental gates in the design of digital systems are the inverter, the NOR gate, ble I. The ternary gates are ircuit
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 242 Working – Limiting Circuit The limiting circuit is designed on the fact that the pmos conducts when the gate voltage is less than its Drain voltage and nmos conducts when the gate voltage is greater than its Drain voltage. When -5v is supplied via V2 The gate voltage of pmos(-5v) is less than its drain voltage (5v) and The gate voltage of nmos(-5v)is less than its drain voltage therefore pmos conducts and nmos doesn’t conduct .The output is 5v When 0v is supplied via V2 The gate voltage of pmos(0v) is less than its drain voltage (5v) and The gate voltage of nmos is same as its drain voltage therefore pmos conducts and nmos doesn’t conduct. The output is 5v When 5v is supplied via V2 The gate voltage of pmos(5v) is same as its drain voltage (5v) and The gate voltage of nmos(5v) is greater than its drain voltage(0v) therefore nmos conducts and pmos doesn’t conduct.The output is 0v The table(2) shows the truth table of the limiting circuit where the input and output are represented in their respective logic states. Table (2) Input Output 0 2 1 2 2 1 The Graph (1) shows the simulation of limiting circuit where the blue line is the output and the green line is the input. The input varies from -5V to 5V and the o/p varies from 5v to 0 V Graph(1)
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 243 The limiting circuit is the connected to a inverter circuit which is represented by Table (3)[2] Table (3) Input Output 0 2 1 1 2 0 Fig. (2) (Step Down Gate) Truth Table (Step Down Gate) IN Step Down(IN) 0 0 1 0 2 1 Working – Step Down The M2 and M4 complement the the trits provided by M1 and M3 present in the first stage.. When IN is 0V , M3 is activated therefore the output at mid stage is 5V and then it goes thru the NOT gate and the output is -5V which is the required output When IN is -5V , M3 is activated therefore the output at mid stage is 5V and then it goes thru the NOT gate and the output is -5V which is the required output When IN is 5V , M1 is activated therefore the output at mid stage is 0V and then it goes thru the NOT gate and the output is 0V which is the required output. The graph (2) shows the the simulation of the shift down gate.The red line is the zero reference line, the green line is the input line which starts at -5 V and the increases towards 5 V. The blue line is the output line.
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 244 Graph (2) IV. STEP UP GATE Step Up Gate is divided in two sections. (i). Limiting Circuit (ii). Inverter Circuit Limiting circuit for step up gate Fig. (3) – Simulated Using LTSPICE
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 245 Working – Limiting Circuit The limiting circuit makes is designed on the fact that the pmos conducts when the gate voltage is less than its Drain voltage and nmos conducts when the gate voltage is greater than its Drain voltage. When -5v is supplied via V2 The gate voltage of pmos(-5v) is less than its drain voltage (0v) and The gate voltage of nmos (-5v)is same as its drain voltage therefore pmos conducts and nmos doesn’t conduct.The output is 0v When 0v is supplied via V2 The gate voltage of pmos(0v) is same as its drain voltage (5v) and The gate voltage of nmos (0v) is greater than its drain voltage(-5v) therefore nmos conducts and pmos doesn’t conduct.The output is -5v . When 5v is supplied via V2 The gate voltage of pmos(5v) is greater than its drain voltage (0v) and The gate voltage of nmos(5v) is greater than its drain voltage(-5v) therefore nmos conducts and pmos doesn’t conduct.The output is -5v The table(4) shows the truth table of the limiting circuit where the input and output are represented in their respective logic states. Table (4) Input Output 0 1 1 0 2 0 The graph (3) shows the simulation of limiting circuit where the blue line is the output and the green line is the input.the i/p varies from -5v to 5v and the o/p varies from 0 V to -5 V. Graph (3)
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 246 The limiting circuit is the connected to a inverter circuit which is represented by table (5)[2] Table (5) Input Output 0 2 1 1 2 0 Fig. (4) (Step Up Gate) Truth Table (step up gate) IN Step Up (IN) 0 1 1 2 2 2 Working – Step Up Gate The M2 and M4 complement the the trits provided by M1 and M3 present in the first stage.. When IN is -5 V , M3 is activated therefore the output at mid stage is 0V and then it goes thru the NOT gate and the output is 0V which is the required output When IN is 0 V , M1 is activated therefore the output at mid stage is -5V and then it goes thru the NOT gate and the output is 5V which is the required output When IN is 5 V , M1 is activated therefore the output at mid stage is -5V and then it goes thru the NOT gate and the output is 5V which is the required output The graph (4) shows the simulation of the shift down gate. The red line is the zero reference line, The green line is the input line which starts at -5 V and the increases towards 5 V. The blue line is the output line.
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 247 Graph (4) V. IMPLEMENTATIONS The above circuits have been implemented and simulated in LT Spice. VI. APPLICATION S The immediate forseeable applications of the shift up and shift down ternary gates are their use to develop new designs for traditional combinational circuits like adders and subtractors. The shift up and shift down gate design can be used to realize other still unknown gate designs. VII. FUTURE SCOPE Since the data usage by simple as well as complex circuitry goes on increasing, we are reaching a point where the limitations of Moores law become self apparent. Hence there is an immediate real world need to replace our ‘bit’ based systems with the ‘trit’ based system. The use of these gates is to build the combinational circuits required to build a ternary ALU. VIII. REFERENCES 1. Standard Ternary Logic by by Douglas W. Jones THE UNIVERSITY OF IOWA Department of Computer Science http://homepage.cs.uiowa.edu/~jones/ternary/logic.shtml. 2. Implementation of Ternary Based Logic Gates. Virang Jhaveri, Shanay Kothari, Yash Jain ISBN No. 9789382880233. 3. Amit Nigam, “Enrichment Towards the Design of Efficient 4 Bit Reversible Subtractor using TR Gate: A Low Power Application”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 4, 2013, pp. 1 - 12, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.