SlideShare a Scribd company logo
1 of 7
EEEC6420307
Digital Circuits and SystemDesign
Faculty of Engineering and Computer Technology
Laboratory Manual
Lecturer: Ravandran Muttiah BEng (Hons) MSc MIET
Year/Semester: Year 1 / Semester 2
Academic Session: 2021/2022
The information in this documentis important and should be noted by all students undertaking the
Bachelor of Engineering (Honours) in Electrical and Electronic Engineering
Approved by Coordinator: Endorsed By Dean:
------------------------------------------ __________________
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 1
Mini Project 1 - 2-to-4 DecoderWith Enable Input E And 4-to-2 Line
Priority Encoder
Decoder
An ๐‘› โˆ’ to โˆ’ 2๐‘›
decoder is a multiple-output combinational logic network with ๐‘› input
lines and 2๐‘›
output signals, as illustrated in figure 1. For each possible input condition,
one and only one output signal will be at logic 1. Therefore, we may consider the ๐‘› โˆ’
to โˆ’ 2๐‘›
decoder as imply a minterm generator, with each output corresponding to exactly
one min-term. Decoders are important tools in the logic designerโ€™s repertoire. They are
used for such things as interrogating memory in order to select a particular word from the
many that are available, code conversion (for example, binary to decimal), and routing of
data.
Figure 1: ๐‘› โˆ’ to โˆ’ 2๐‘›
decoder module.
Decoder Circuit Structures
The logic circuit of a 2-bit parallel decoder is shown in figure 2. In general, this decoder
is very simple, but also expensive. As can be seen from the figure, an input combination
or vector of ๐ต๐ด = 00 selects the ๐‘š0 output line, ๐ต๐ด = 01 selects the ๐‘š1 output line, and
so on.
๐‘š0 = ๐ต
ฬ…๐ดฬ…
๐‘š1 = ๐ต
ฬ…๐ด
๐‘š2 = ๐ต๐ดฬ…
๐‘š3 = ๐ต๐ด (1)
The AND gate realisations of the ๐‘› โˆ’ to โˆ’ 2๐‘›
decoder shown in figure 2 there is only a
single level of logic and that one ๐‘› โˆ’ input AND gate is required for each of the 2๐‘›
output lines. However, a problem is soon encountered in this configuration as ๐‘› becomes
๐‘ฅ0
๐‘ฅ๐‘›โˆ’1
๐‘ฆ0
๐‘ฆ1
๐‘ฆ2๐‘›
โˆ’1
โ‹ฎ โ‹ฎ
LSB
MSB
๐‘› โˆ’ to โˆ’ 2๐‘›
Decoder
๐‘ฅ1
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 2
large because the number of inputs to the AND gates (the fan-in) exceeds practical limits
(five or six). Then two-input AND gates are used to combine these signals to form the 2๐‘›
output lines for the total decoder network.
Figure 2: Two-bit parallel decoder circuit structure (active-high outputs).
Enable Control Inputs
Decoders often include one or more enable inputs, as shown in figure 3, which can be
used to either inhibit (disable) the designated function or allow (enable) it to be
performed. The decoding function of a decoder is inhibited by forcing all its outputs to
the inactive state. For example, output ๐‘ฆ0 of the 2 โˆ’ to โˆ’ 4 decoder in figure 3 is given
by ๐‘ฆ0 = ๐‘ฅฬ…1๐‘ฅฬ…0๐ธ = ๐‘š0๐ธ. In general,
๐‘ฆ๐‘˜ = ๐‘š๐‘˜๐ธ (2)
When ๐ธ = 0, all outputs are forced to 0, whereas for ๐ธ = 1, each output ๐‘ฆ๐‘˜ is equal to
๐‘š๐‘˜.
Figure 3: 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ.
๐‘š0
LSB ๐ด
MSB ๐ต
๐‘š1
๐‘š2
๐‘š3
๐‘ฆ0
๐‘ฆ1
๐‘ฆ2
๐‘ฆ3
๐‘‹0
๐‘‹1
๐ธ
๐‘ฆ0
๐‘ฆ1
๐‘ฆ2
๐‘ฆ3
๐‘ฅ0
๐‘ฅ1
๐‘ฅ2
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 3
Encoders
An encoder is a combinational logic module that assigns a unique output code (a binary
number) for each input signal applied to the device; as such, it is the opposite of a
decoder. If an encoder module has ๐‘› inputs, the number of outputs ๐‘  must satisfy the
expression,
2๐‘ 
โ‰ฅ ๐‘› (3)
or
๐‘  โ‰ฅ log2 ๐‘›
Encoder Circuit Structures - Encoders with Mutually Exclusive Inputs
Consider first the case in which the inputs are mutually exclusive; that is, one (and only
one) of the input lines is active at any particular instant in time; two or more input lines
are never simultaneously active. In this case the input combinations that never occur may
be used as donโ€™t-care conditions. The design of an encoder for four input lines if one and
only one is active at any moment in time is shown in figure 4.
Figure 4: 4 โˆ’ to โˆ’ 2 line encoder.
๐‘‹0
๐‘‹3
๐ด0
๐‘‹1
๐‘‹2
๐ด1
4 โˆ’ to โˆ’ 2
Encoder
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 4
Table 1: Truth table
Priority Encoders
Another type of encoder is the priority encoder. The priority encoder allows multiple
input lines to be active and sends out the binary value of the subscript of the input line
with highest priority. To simplify the design, the highest priority is assigned to the
highest subscript, the next highest priority to the second highest subscript, and so on.
Consider the priority encoder of figure 5. The input lines are encoded,
๐ด1 ๐ด0
๐‘‹0 โ†’ 0 0
๐‘‹1 โ†’ 0 1
๐‘‹2 โ†’ 1 0
๐‘‹3 โ†’ 1 1
If no input line is active, the priority encoder sends out (๐ด1๐ด0) = (00). If a single line is
active, the encoder sends out the binary value of the subscript of the active line. If more
than one input is active, the encoder sends out the binary value of the largest subscript of
the active lines. Table 2 displays the truth table for the encoder. Note that the two
additional output lines indicate that no input line is active (๐ธ๐‘‚ = 1) and one or more
inputs are active (๐บ๐‘† = 1). Figure 6 present the logic diagram of the function, which
reduces to,
๐‘‹3 ๐‘‹2 ๐‘‹1 ๐‘‹0 ๐ด1 ๐ด0
0 0 0 0 ๐‘‘ ๐‘‘
0 0 0 1 0 0
0 0 1 0 0 1
0 0 1 1 ๐‘‘ ๐‘‘
0 1 0 0 1 0
0 1 0 1 ๐‘‘ ๐‘‘
0 1 1 0 ๐‘‘ ๐‘‘
0 1 1 1 ๐‘‘ ๐‘‘
1 0 0 0 1 1
1 0 0 1 ๐‘‘ ๐‘‘
1 0 1 0 ๐‘‘ ๐‘‘
1 0 1 1 ๐‘‘ ๐‘‘
1 1 0 0 ๐‘‘ ๐‘‘
1 1 0 1 ๐‘‘ ๐‘‘
1 1 1 0 ๐‘‘ ๐‘‘
1 1 1 1 ๐‘‘ ๐‘‘
Outputs
Inputs
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 5
๐ด1 = ๐‘‹2 + ๐‘‹3
๐ด0 = ๐‘‹3 + ๐‘‹1๐‘‹
ฬ…2
and
๐ธ๐‘‚ = ๐บ๐‘†
ฬ…ฬ…ฬ…ฬ… = ๐‘‹3 + ๐‘‹2 + ๐‘‹1 + ๐‘‹0
ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…
Figure 5: Functional diagram of 4 โˆ’ to โˆ’ 2 line priority encoder.
Table 2: Truth table
๐‘‹0
๐‘‹3
๐ด0
๐‘‹1
๐‘‹2
๐ธ๐‘‚
4 โˆ’ to โˆ’ 2
Priority
Encoder
๐ด1
๐บ๐‘†
๐‘‹3 ๐‘‹2 ๐‘‹1 ๐‘‹0 ๐ด1 ๐ด0 ๐บ๐‘† ๐ธ๐‘‚
0 0 0 0 0 0 0 1
0 0 0 1 0 0 1 0
0 0 1 0 0 1 1 0
0 0 1 1 1 1 1 0
0 1 0 0 1 0 1 0
0 1 0 1 1 0 1 0
0 1 1 0 1 0 1 0
0 1 1 1 1 0 1 0
1 0 0 0 1 1 1 0
1 0 0 1 1 1 1 0
1 0 1 0 1 1 1 0
1 0 1 1 1 1 1 0
1 1 0 0 1 1 1 0
1 1 0 1 1 1 1 0
1 1 1 0 1 1 1 0
1 1 1 1 1 1 1 0
Inputs Outputs
AIMST University Faculty of Engineering and Computer Technology
BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 6
The two output functions ๐ด1 and ๐ด0 are independent of ๐‘‹0. Note that the priority encoder
can realise the truth table of table 1.
Figure 6: Logic diagram of 4 โˆ’ to โˆ’ 2 line priority encoder.
Objectives
The objective of this experimental project is to become acquainted with the design of
decoder and an encoder. Demonstrate your ability to design and construct the decoder
and encoder, and to view the function of the inputs and outputs respectively.
Specification
Design a 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ, and a 4 โˆ’ to โˆ’ 2 line priority encoder.
Report
Write a laboratory report on this project:
(1) Explain in detail about the theory of 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ, and
the 4 โˆ’ to โˆ’ 2 line priority encoder.
(2) Discuss the method of productions and fabrications of decoder and encoder, and
comment on the test results.
(3) Prepare slides for presentation and demonstration of this project.
๐ด0
๐ด1
๐ธ0
๐ธ๐‘†
๐‘‹1
๐‘‹
ฬ…2
๐‘‹3
๐‘‹0
๐‘‹2

More Related Content

What's hot

Introduction to Mechatronics
Introduction to MechatronicsIntroduction to Mechatronics
Introduction to MechatronicsVeerakumar S
ย 
Mechatronics-Introduction to Mechatronics System
Mechatronics-Introduction to Mechatronics SystemMechatronics-Introduction to Mechatronics System
Mechatronics-Introduction to Mechatronics SystemMani Vannan M
ย 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
ย 
A portable hardware in-the-loop device for automotive diagnostic control systems
A portable hardware in-the-loop device for automotive diagnostic control systemsA portable hardware in-the-loop device for automotive diagnostic control systems
A portable hardware in-the-loop device for automotive diagnostic control systemsISA Interchange
ย 
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWReal-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWIJERA Editor
ย 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
ย 
Office Security System
Office Security SystemOffice Security System
Office Security SystemIJMER
ย 
Intelligent mechatronic systems
Intelligent mechatronic systemsIntelligent mechatronic systems
Intelligent mechatronic systemsSpringer
ย 
Design and Implementation of an Electrical Lift Controlled using PLC
Design and Implementation of an Electrical Lift Controlled using PLC Design and Implementation of an Electrical Lift Controlled using PLC
Design and Implementation of an Electrical Lift Controlled using PLC IJECEIAES
ย 
Automatic sorting machine (cpu)
Automatic sorting machine (cpu)Automatic sorting machine (cpu)
Automatic sorting machine (cpu)vishnucool
ย 
Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control systemNilesh Bhaskarrao Bahadure
ย 
Decentralized supervisory based switching control for uncertain multivariable...
Decentralized supervisory based switching control for uncertain multivariable...Decentralized supervisory based switching control for uncertain multivariable...
Decentralized supervisory based switching control for uncertain multivariable...ISA Interchange
ย 
Introduction to control system 1
Introduction to control system 1Introduction to control system 1
Introduction to control system 1turna67
ย 
Control engineering introduction 18ME71
Control engineering  introduction 18ME71Control engineering  introduction 18ME71
Control engineering introduction 18ME71Mohammed Imran
ย 
07 7924 9058-1-pb
07 7924 9058-1-pb07 7924 9058-1-pb
07 7924 9058-1-pbIAESIJEECS
ย 
Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Mohamed Atef
ย 
PID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionPID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionMIbrar4
ย 

What's hot (20)

Introduction to Mechatronics
Introduction to MechatronicsIntroduction to Mechatronics
Introduction to Mechatronics
ย 
Mechatronics-Introduction to Mechatronics System
Mechatronics-Introduction to Mechatronics SystemMechatronics-Introduction to Mechatronics System
Mechatronics-Introduction to Mechatronics System
ย 
Design of a discrete PID controller based on identification data for a simsca...
Design of a discrete PID controller based on identification data for a simsca...Design of a discrete PID controller based on identification data for a simsca...
Design of a discrete PID controller based on identification data for a simsca...
ย 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
ย 
A portable hardware in-the-loop device for automotive diagnostic control systems
A portable hardware in-the-loop device for automotive diagnostic control systemsA portable hardware in-the-loop device for automotive diagnostic control systems
A portable hardware in-the-loop device for automotive diagnostic control systems
ย 
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWReal-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
ย 
Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...
ย 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
ย 
Introduction to control systems
Introduction to control systemsIntroduction to control systems
Introduction to control systems
ย 
Office Security System
Office Security SystemOffice Security System
Office Security System
ย 
Intelligent mechatronic systems
Intelligent mechatronic systemsIntelligent mechatronic systems
Intelligent mechatronic systems
ย 
Design and Implementation of an Electrical Lift Controlled using PLC
Design and Implementation of an Electrical Lift Controlled using PLC Design and Implementation of an Electrical Lift Controlled using PLC
Design and Implementation of an Electrical Lift Controlled using PLC
ย 
Automatic sorting machine (cpu)
Automatic sorting machine (cpu)Automatic sorting machine (cpu)
Automatic sorting machine (cpu)
ย 
Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control system
ย 
Decentralized supervisory based switching control for uncertain multivariable...
Decentralized supervisory based switching control for uncertain multivariable...Decentralized supervisory based switching control for uncertain multivariable...
Decentralized supervisory based switching control for uncertain multivariable...
ย 
Introduction to control system 1
Introduction to control system 1Introduction to control system 1
Introduction to control system 1
ย 
Control engineering introduction 18ME71
Control engineering  introduction 18ME71Control engineering  introduction 18ME71
Control engineering introduction 18ME71
ย 
07 7924 9058-1-pb
07 7924 9058-1-pb07 7924 9058-1-pb
07 7924 9058-1-pb
ย 
Lec 03(VDIdr shady)
Lec 03(VDIdr shady)Lec 03(VDIdr shady)
Lec 03(VDIdr shady)
ย 
PID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionPID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer Function
ย 

Similar to Mini Project 1 - 2-to-4 Decoder with Enable Input E and 4-to-2 Line Priority Encoder

Mini Project 2 - 4-to-1 Multiplexer And 1-to-4 Demultiplexer With Enable
Mini Project 2 -  4-to-1 Multiplexer And 1-to-4 Demultiplexer With EnableMini Project 2 -  4-to-1 Multiplexer And 1-to-4 Demultiplexer With Enable
Mini Project 2 - 4-to-1 Multiplexer And 1-to-4 Demultiplexer With EnableAIMST University
ย 
Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Moe Moe Myint
ย 
Combinational and sequential logic
Combinational and sequential logicCombinational and sequential logic
Combinational and sequential logicDeepak John
ย 
FPGA Implementation with Digital Devices
FPGA Implementation with Digital Devices FPGA Implementation with Digital Devices
FPGA Implementation with Digital Devices Sachin Mehta
ย 
Digital 4-bit Comprator
Digital 4-bit CompratorDigital 4-bit Comprator
Digital 4-bit CompratorSoudip Sinha Roy
ย 
Lecture 3
Lecture 3Lecture 3
Lecture 3RahulRathi94
ย 
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATESQUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATESDrKavitaKhare
ย 
Unit 2a combinational circuits
Unit 2a combinational circuitsUnit 2a combinational circuits
Unit 2a combinational circuitsanshul sharma
ย 
Arithmetic and logic unit
Arithmetic and logic unitArithmetic and logic unit
Arithmetic and logic unitIndrajaMeghavathula
ย 
B sc3 unit 4 combi..lckt
B sc3 unit 4 combi..lcktB sc3 unit 4 combi..lckt
B sc3 unit 4 combi..lcktMahiboobAliMulla
ย 
Mini Project 1 - Amplitude Shift Keying (ASK) Modulator
Mini Project 1  -  Amplitude Shift Keying (ASK) ModulatorMini Project 1  -  Amplitude Shift Keying (ASK) Modulator
Mini Project 1 - Amplitude Shift Keying (ASK) ModulatorAIMST University
ย 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...Arti Parab Academics
ย 
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
ย 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERVijay Elavunkal
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusumakusuma11
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusumakusuma11
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusumakusuma11
ย 

Similar to Mini Project 1 - 2-to-4 Decoder with Enable Input E and 4-to-2 Line Priority Encoder (20)

Mini Project 2 - 4-to-1 Multiplexer And 1-to-4 Demultiplexer With Enable
Mini Project 2 -  4-to-1 Multiplexer And 1-to-4 Demultiplexer With EnableMini Project 2 -  4-to-1 Multiplexer And 1-to-4 Demultiplexer With Enable
Mini Project 2 - 4-to-1 Multiplexer And 1-to-4 Demultiplexer With Enable
ย 
C211324
C211324C211324
C211324
ย 
Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)
ย 
Combinational and sequential logic
Combinational and sequential logicCombinational and sequential logic
Combinational and sequential logic
ย 
FPGA Implementation with Digital Devices
FPGA Implementation with Digital Devices FPGA Implementation with Digital Devices
FPGA Implementation with Digital Devices
ย 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
ย 
Digital 4-bit Comprator
Digital 4-bit CompratorDigital 4-bit Comprator
Digital 4-bit Comprator
ย 
Lecture 3
Lecture 3Lecture 3
Lecture 3
ย 
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATESQUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
QUANTUM COMPUTING FOR VLSI : VERILOG IMPLEMENTATION OF REVERSIBLE LOGIC GATES
ย 
Unit 2a combinational circuits
Unit 2a combinational circuitsUnit 2a combinational circuits
Unit 2a combinational circuits
ย 
Arithmetic and logic unit
Arithmetic and logic unitArithmetic and logic unit
Arithmetic and logic unit
ย 
B sc3 unit 4 combi..lckt
B sc3 unit 4 combi..lcktB sc3 unit 4 combi..lckt
B sc3 unit 4 combi..lckt
ย 
Mini Project 1 - Amplitude Shift Keying (ASK) Modulator
Mini Project 1  -  Amplitude Shift Keying (ASK) ModulatorMini Project 1  -  Amplitude Shift Keying (ASK) Modulator
Mini Project 1 - Amplitude Shift Keying (ASK) Modulator
ย 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
ย 
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
ย 
Digital Logic Design
Digital Logic Design Digital Logic Design
Digital Logic Design
ย 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETER
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusuma
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusuma
ย 
Digital electronics nandhini kusuma
Digital electronics nandhini kusumaDigital electronics nandhini kusuma
Digital electronics nandhini kusuma
ย 

More from AIMST University

Future Generation of Mobile and Satellite Communication Technology
Future Generation of Mobile and Satellite Communication TechnologyFuture Generation of Mobile and Satellite Communication Technology
Future Generation of Mobile and Satellite Communication TechnologyAIMST University
ย 
Research Cluster - Wireless Communications for 5G/6G
Research Cluster - Wireless Communications for 5G/6GResearch Cluster - Wireless Communications for 5G/6G
Research Cluster - Wireless Communications for 5G/6GAIMST University
ย 
1G, 2G, 3G, 4G, and 5G Technology
1G, 2G, 3G, 4G, and 5G Technology1G, 2G, 3G, 4G, and 5G Technology
1G, 2G, 3G, 4G, and 5G TechnologyAIMST University
ย 
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith Chart
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith ChartLecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith Chart
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith ChartAIMST University
ย 
Mini Project 2 - Wien Bridge Oscillator
Mini Project 2 - Wien Bridge OscillatorMini Project 2 - Wien Bridge Oscillator
Mini Project 2 - Wien Bridge OscillatorAIMST University
ย 
Experiment 1 - Frequency Determination Using The Lissajous Polar
Experiment 1 - Frequency Determination Using The Lissajous PolarExperiment 1 - Frequency Determination Using The Lissajous Polar
Experiment 1 - Frequency Determination Using The Lissajous PolarAIMST University
ย 
Experiment 2 - Phase Determination Using The Lissajous Polar
Experiment 2 - Phase Determination Using The Lissajous PolarExperiment 2 - Phase Determination Using The Lissajous Polar
Experiment 2 - Phase Determination Using The Lissajous PolarAIMST University
ย 
Experiment 3 - Dynamic Characteristic of Thermistor
Experiment 3 - Dynamic Characteristic of ThermistorExperiment 3 - Dynamic Characteristic of Thermistor
Experiment 3 - Dynamic Characteristic of ThermistorAIMST University
ย 
Mini Project 1 - Wheatstone Bridge Light Detector
Mini Project 1 - Wheatstone Bridge Light DetectorMini Project 1 - Wheatstone Bridge Light Detector
Mini Project 1 - Wheatstone Bridge Light DetectorAIMST University
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Dipole Arrays
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Dipole ArraysLecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Dipole Arrays
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Dipole ArraysAIMST University
ย 
Lecture Notes: EEEE6490345 RF And Microwave Electronics - Radio Communicatio...
Lecture Notes:  EEEE6490345 RF And Microwave Electronics - Radio Communicatio...Lecture Notes:  EEEE6490345 RF And Microwave Electronics - Radio Communicatio...
Lecture Notes: EEEE6490345 RF And Microwave Electronics - Radio Communicatio...AIMST University
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrumentation
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - InstrumentationLecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrumentation
Lecture Notes: EEEC6430312 Measurements And Instrumentation - InstrumentationAIMST University
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Fundamentals O...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Fundamentals O...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Fundamentals O...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Fundamentals O...AIMST University
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrument Typ...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrument Typ...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrument Typ...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrument Typ...AIMST University
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Errors During ...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Errors During ...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Errors During ...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Errors During ...AIMST University
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...AIMST University
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Transmission Line
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Transmission LineLecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Transmission Line
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Transmission LineAIMST University
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...AIMST University
ย 
Lecture Notes: EEEC6440315 Communication Systems - Time Frequency Analysis -...
Lecture Notes:  EEEC6440315 Communication Systems - Time Frequency Analysis -...Lecture Notes:  EEEC6440315 Communication Systems - Time Frequency Analysis -...
Lecture Notes: EEEC6440315 Communication Systems - Time Frequency Analysis -...AIMST University
ย 
Mini Project 1: Impedance Matching With A Single Stub Tuner
Mini Project 1:  Impedance Matching With A Single Stub TunerMini Project 1:  Impedance Matching With A Single Stub Tuner
Mini Project 1: Impedance Matching With A Single Stub TunerAIMST University
ย 

More from AIMST University (20)

Future Generation of Mobile and Satellite Communication Technology
Future Generation of Mobile and Satellite Communication TechnologyFuture Generation of Mobile and Satellite Communication Technology
Future Generation of Mobile and Satellite Communication Technology
ย 
Research Cluster - Wireless Communications for 5G/6G
Research Cluster - Wireless Communications for 5G/6GResearch Cluster - Wireless Communications for 5G/6G
Research Cluster - Wireless Communications for 5G/6G
ย 
1G, 2G, 3G, 4G, and 5G Technology
1G, 2G, 3G, 4G, and 5G Technology1G, 2G, 3G, 4G, and 5G Technology
1G, 2G, 3G, 4G, and 5G Technology
ย 
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith Chart
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith ChartLecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith Chart
Lecture Notes - EEEC6430310 Electromagnetic Fields and Waves - Smith Chart
ย 
Mini Project 2 - Wien Bridge Oscillator
Mini Project 2 - Wien Bridge OscillatorMini Project 2 - Wien Bridge Oscillator
Mini Project 2 - Wien Bridge Oscillator
ย 
Experiment 1 - Frequency Determination Using The Lissajous Polar
Experiment 1 - Frequency Determination Using The Lissajous PolarExperiment 1 - Frequency Determination Using The Lissajous Polar
Experiment 1 - Frequency Determination Using The Lissajous Polar
ย 
Experiment 2 - Phase Determination Using The Lissajous Polar
Experiment 2 - Phase Determination Using The Lissajous PolarExperiment 2 - Phase Determination Using The Lissajous Polar
Experiment 2 - Phase Determination Using The Lissajous Polar
ย 
Experiment 3 - Dynamic Characteristic of Thermistor
Experiment 3 - Dynamic Characteristic of ThermistorExperiment 3 - Dynamic Characteristic of Thermistor
Experiment 3 - Dynamic Characteristic of Thermistor
ย 
Mini Project 1 - Wheatstone Bridge Light Detector
Mini Project 1 - Wheatstone Bridge Light DetectorMini Project 1 - Wheatstone Bridge Light Detector
Mini Project 1 - Wheatstone Bridge Light Detector
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Dipole Arrays
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Dipole ArraysLecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Dipole Arrays
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Dipole Arrays
ย 
Lecture Notes: EEEE6490345 RF And Microwave Electronics - Radio Communicatio...
Lecture Notes:  EEEE6490345 RF And Microwave Electronics - Radio Communicatio...Lecture Notes:  EEEE6490345 RF And Microwave Electronics - Radio Communicatio...
Lecture Notes: EEEE6490345 RF And Microwave Electronics - Radio Communicatio...
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrumentation
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - InstrumentationLecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrumentation
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrumentation
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Fundamentals O...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Fundamentals O...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Fundamentals O...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Fundamentals O...
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrument Typ...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrument Typ...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Instrument Typ...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Instrument Typ...
ย 
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Errors During ...
Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Errors During ...Lecture Notes:  EEEC6430312 Measurements And Instrumentation - Errors During ...
Lecture Notes: EEEC6430312 Measurements And Instrumentation - Errors During ...
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Maxwell's Equa...
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Transmission Line
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Transmission LineLecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Transmission Line
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Transmission Line
ย 
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...
Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...Lecture Notes:  EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...
Lecture Notes: EEEC6430310 Electromagnetic Fields And Waves - Cylindrical Ca...
ย 
Lecture Notes: EEEC6440315 Communication Systems - Time Frequency Analysis -...
Lecture Notes:  EEEC6440315 Communication Systems - Time Frequency Analysis -...Lecture Notes:  EEEC6440315 Communication Systems - Time Frequency Analysis -...
Lecture Notes: EEEC6440315 Communication Systems - Time Frequency Analysis -...
ย 
Mini Project 1: Impedance Matching With A Single Stub Tuner
Mini Project 1:  Impedance Matching With A Single Stub TunerMini Project 1:  Impedance Matching With A Single Stub Tuner
Mini Project 1: Impedance Matching With A Single Stub Tuner
ย 

Recently uploaded

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
ย 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
ย 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
ย 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
ย 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
ย 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
ย 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
ย 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
ย 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
ย 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
ย 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
ย 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
ย 
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdfssuser54595a
ย 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
ย 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
ย 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
ย 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
ย 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
ย 

Recently uploaded (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
ย 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
ย 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
ย 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
ย 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
ย 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
ย 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
ย 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
ย 
Model Call Girl in Bikash Puri Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
Model Call Girl in Bikash Puri  Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”Model Call Girl in Bikash Puri  Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
Model Call Girl in Bikash Puri Delhi reach out to us at ๐Ÿ”9953056974๐Ÿ”
ย 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
ย 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
ย 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
ย 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
ย 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
ย 
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAะกY_INDEX-DM_23-1-final-eng.pdf
ย 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
ย 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
ย 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
ย 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
ย 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ย 

Mini Project 1 - 2-to-4 Decoder with Enable Input E and 4-to-2 Line Priority Encoder

  • 1. EEEC6420307 Digital Circuits and SystemDesign Faculty of Engineering and Computer Technology Laboratory Manual Lecturer: Ravandran Muttiah BEng (Hons) MSc MIET Year/Semester: Year 1 / Semester 2 Academic Session: 2021/2022 The information in this documentis important and should be noted by all students undertaking the Bachelor of Engineering (Honours) in Electrical and Electronic Engineering Approved by Coordinator: Endorsed By Dean: ------------------------------------------ __________________
  • 2. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 1 Mini Project 1 - 2-to-4 DecoderWith Enable Input E And 4-to-2 Line Priority Encoder Decoder An ๐‘› โˆ’ to โˆ’ 2๐‘› decoder is a multiple-output combinational logic network with ๐‘› input lines and 2๐‘› output signals, as illustrated in figure 1. For each possible input condition, one and only one output signal will be at logic 1. Therefore, we may consider the ๐‘› โˆ’ to โˆ’ 2๐‘› decoder as imply a minterm generator, with each output corresponding to exactly one min-term. Decoders are important tools in the logic designerโ€™s repertoire. They are used for such things as interrogating memory in order to select a particular word from the many that are available, code conversion (for example, binary to decimal), and routing of data. Figure 1: ๐‘› โˆ’ to โˆ’ 2๐‘› decoder module. Decoder Circuit Structures The logic circuit of a 2-bit parallel decoder is shown in figure 2. In general, this decoder is very simple, but also expensive. As can be seen from the figure, an input combination or vector of ๐ต๐ด = 00 selects the ๐‘š0 output line, ๐ต๐ด = 01 selects the ๐‘š1 output line, and so on. ๐‘š0 = ๐ต ฬ…๐ดฬ… ๐‘š1 = ๐ต ฬ…๐ด ๐‘š2 = ๐ต๐ดฬ… ๐‘š3 = ๐ต๐ด (1) The AND gate realisations of the ๐‘› โˆ’ to โˆ’ 2๐‘› decoder shown in figure 2 there is only a single level of logic and that one ๐‘› โˆ’ input AND gate is required for each of the 2๐‘› output lines. However, a problem is soon encountered in this configuration as ๐‘› becomes ๐‘ฅ0 ๐‘ฅ๐‘›โˆ’1 ๐‘ฆ0 ๐‘ฆ1 ๐‘ฆ2๐‘› โˆ’1 โ‹ฎ โ‹ฎ LSB MSB ๐‘› โˆ’ to โˆ’ 2๐‘› Decoder ๐‘ฅ1
  • 3. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 2 large because the number of inputs to the AND gates (the fan-in) exceeds practical limits (five or six). Then two-input AND gates are used to combine these signals to form the 2๐‘› output lines for the total decoder network. Figure 2: Two-bit parallel decoder circuit structure (active-high outputs). Enable Control Inputs Decoders often include one or more enable inputs, as shown in figure 3, which can be used to either inhibit (disable) the designated function or allow (enable) it to be performed. The decoding function of a decoder is inhibited by forcing all its outputs to the inactive state. For example, output ๐‘ฆ0 of the 2 โˆ’ to โˆ’ 4 decoder in figure 3 is given by ๐‘ฆ0 = ๐‘ฅฬ…1๐‘ฅฬ…0๐ธ = ๐‘š0๐ธ. In general, ๐‘ฆ๐‘˜ = ๐‘š๐‘˜๐ธ (2) When ๐ธ = 0, all outputs are forced to 0, whereas for ๐ธ = 1, each output ๐‘ฆ๐‘˜ is equal to ๐‘š๐‘˜. Figure 3: 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ. ๐‘š0 LSB ๐ด MSB ๐ต ๐‘š1 ๐‘š2 ๐‘š3 ๐‘ฆ0 ๐‘ฆ1 ๐‘ฆ2 ๐‘ฆ3 ๐‘‹0 ๐‘‹1 ๐ธ ๐‘ฆ0 ๐‘ฆ1 ๐‘ฆ2 ๐‘ฆ3 ๐‘ฅ0 ๐‘ฅ1 ๐‘ฅ2
  • 4. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 3 Encoders An encoder is a combinational logic module that assigns a unique output code (a binary number) for each input signal applied to the device; as such, it is the opposite of a decoder. If an encoder module has ๐‘› inputs, the number of outputs ๐‘  must satisfy the expression, 2๐‘  โ‰ฅ ๐‘› (3) or ๐‘  โ‰ฅ log2 ๐‘› Encoder Circuit Structures - Encoders with Mutually Exclusive Inputs Consider first the case in which the inputs are mutually exclusive; that is, one (and only one) of the input lines is active at any particular instant in time; two or more input lines are never simultaneously active. In this case the input combinations that never occur may be used as donโ€™t-care conditions. The design of an encoder for four input lines if one and only one is active at any moment in time is shown in figure 4. Figure 4: 4 โˆ’ to โˆ’ 2 line encoder. ๐‘‹0 ๐‘‹3 ๐ด0 ๐‘‹1 ๐‘‹2 ๐ด1 4 โˆ’ to โˆ’ 2 Encoder
  • 5. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 4 Table 1: Truth table Priority Encoders Another type of encoder is the priority encoder. The priority encoder allows multiple input lines to be active and sends out the binary value of the subscript of the input line with highest priority. To simplify the design, the highest priority is assigned to the highest subscript, the next highest priority to the second highest subscript, and so on. Consider the priority encoder of figure 5. The input lines are encoded, ๐ด1 ๐ด0 ๐‘‹0 โ†’ 0 0 ๐‘‹1 โ†’ 0 1 ๐‘‹2 โ†’ 1 0 ๐‘‹3 โ†’ 1 1 If no input line is active, the priority encoder sends out (๐ด1๐ด0) = (00). If a single line is active, the encoder sends out the binary value of the subscript of the active line. If more than one input is active, the encoder sends out the binary value of the largest subscript of the active lines. Table 2 displays the truth table for the encoder. Note that the two additional output lines indicate that no input line is active (๐ธ๐‘‚ = 1) and one or more inputs are active (๐บ๐‘† = 1). Figure 6 present the logic diagram of the function, which reduces to, ๐‘‹3 ๐‘‹2 ๐‘‹1 ๐‘‹0 ๐ด1 ๐ด0 0 0 0 0 ๐‘‘ ๐‘‘ 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 ๐‘‘ ๐‘‘ 0 1 0 0 1 0 0 1 0 1 ๐‘‘ ๐‘‘ 0 1 1 0 ๐‘‘ ๐‘‘ 0 1 1 1 ๐‘‘ ๐‘‘ 1 0 0 0 1 1 1 0 0 1 ๐‘‘ ๐‘‘ 1 0 1 0 ๐‘‘ ๐‘‘ 1 0 1 1 ๐‘‘ ๐‘‘ 1 1 0 0 ๐‘‘ ๐‘‘ 1 1 0 1 ๐‘‘ ๐‘‘ 1 1 1 0 ๐‘‘ ๐‘‘ 1 1 1 1 ๐‘‘ ๐‘‘ Outputs Inputs
  • 6. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 5 ๐ด1 = ๐‘‹2 + ๐‘‹3 ๐ด0 = ๐‘‹3 + ๐‘‹1๐‘‹ ฬ…2 and ๐ธ๐‘‚ = ๐บ๐‘† ฬ…ฬ…ฬ…ฬ… = ๐‘‹3 + ๐‘‹2 + ๐‘‹1 + ๐‘‹0 ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ…ฬ… Figure 5: Functional diagram of 4 โˆ’ to โˆ’ 2 line priority encoder. Table 2: Truth table ๐‘‹0 ๐‘‹3 ๐ด0 ๐‘‹1 ๐‘‹2 ๐ธ๐‘‚ 4 โˆ’ to โˆ’ 2 Priority Encoder ๐ด1 ๐บ๐‘† ๐‘‹3 ๐‘‹2 ๐‘‹1 ๐‘‹0 ๐ด1 ๐ด0 ๐บ๐‘† ๐ธ๐‘‚ 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 1 0 1 0 0 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 Inputs Outputs
  • 7. AIMST University Faculty of Engineering and Computer Technology BEng (Hons) in Electrical and Electronic Engineering Digital Circuits and System Design 6 The two output functions ๐ด1 and ๐ด0 are independent of ๐‘‹0. Note that the priority encoder can realise the truth table of table 1. Figure 6: Logic diagram of 4 โˆ’ to โˆ’ 2 line priority encoder. Objectives The objective of this experimental project is to become acquainted with the design of decoder and an encoder. Demonstrate your ability to design and construct the decoder and encoder, and to view the function of the inputs and outputs respectively. Specification Design a 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ, and a 4 โˆ’ to โˆ’ 2 line priority encoder. Report Write a laboratory report on this project: (1) Explain in detail about the theory of 2 โˆ’ to โˆ’ 4 decoder with enable input ๐ธ, and the 4 โˆ’ to โˆ’ 2 line priority encoder. (2) Discuss the method of productions and fabrications of decoder and encoder, and comment on the test results. (3) Prepare slides for presentation and demonstration of this project. ๐ด0 ๐ด1 ๐ธ0 ๐ธ๐‘† ๐‘‹1 ๐‘‹ ฬ…2 ๐‘‹3 ๐‘‹0 ๐‘‹2