Ldic Lab Manual
Ldic Lab Manual
Ldic Lab Manual
EX.
EX. NO:
NO: -- DATE:-
DATE:-
STUDY
STUDY OF
OF LOGIC
LOGIC GATES
GATES
AIM:-
To verify the truth table of the following gates OR gate, AND gate, NOT gate, NAND gate, NOR gate,
EX-OR gate.
APPARATUS REQUIRED:-
SL.No. EQUIPMENT RANGE / QUANTITY
TYPE
1. DC Power Supply (0-5) V 1
2. Resistor 330 Ω 1
9. LED - 1
THEORY:-
OR GATE(IC 7432):-
The OR gate performs logical addition, OR gate with two inputs as X and Y has output F is given
by the Boolean expression F=X+Y. here (+) is the OR operator. In this gate pin-1 and pin-2 are taken as input
and pin-3 are taken as output OR otherwise select the input and output pin. If pin-14 is connected to 5V and
pin-7 is connected to ground. Output of all possible input condition where as an OR gate output goes high
when any input is high or both inputs are high and output is low both inputs are low. The same operation is
characteristics of OR Gates with more than two inputs.
The AND gate performs logical multiplication considering, the OR gate with two inputs as X and
Y has output F is given by the Boolean expression F=X∙Y. here (∙) is the AND operator. In this gate pin-1 and
pin-2 are taken as input and pin-3 are taken as output (OR) otherwise select the input and output pin. If pin-
14 is connected to 5V and pin-7 is connected to ground. Output of all possible input condition where as an
AND output goes low when any input is high or both inputs are zero and output is high both inputs are high.
The same operation is characteristics of AND Gates with more than Two inputs.
The NOT gate performs an inversion or complement and hence it is called as an inverter. NOT gate
always has a single output and hence the output is always in implement to that of input which is given by the
Boolean expression F = X .In this gate pin-1 is taken as input and pin-2 is taken as output (OR) otherwise
select the input and output pin. If pin-14 is connected to 5V and pin-7 is connected to ground.
It is a combination of AND gate and NOR gate. The NAND gate with two inputs X and Y has
output F is given by the Boolean expression F=X·Y. In this gate pin-1 and pin-2 are taken as input and pin-3
are taken as output (OR) otherwise select the input and output pin. If pin-14 is connected to 5V and pin-7 is
connected to ground. Output of all possible input condition where as an NAND gate output goes high when
any input is high or both inputs are low and output is high both inputs are low. The same operation is
characteristics of NAND Gates with more than two inputs.
The NOR gate operations like an OR gate felt owned by an inverter. The NOR gate output is exact
the inverse of the OR gate. The NOR gate with two inputs X and Y has output F is given by the Boolean
expression F= X+Y. In this gate pin-2 and pin-3 are taken as input and pin-1 are taken as output (OR)
otherwise select the input and output pin. If pin-14 is connected to 5V and pin-7 is connected to ground.
Output of all possible input condition where as an NOR gate output goes low when any input is high or both
inputs are high and output is high both inputs are low. The same operation is characteristics of OR Gates with
more than two inputs.
In this gate pin-1 and pin-2 are taken as input and pin-3 are taken as output (or) otherwise select
the input and output pin. If pin-14 is connected to 5V and pin-7 is connected to ground. Output of all possible
input condition where as an EX-OR gate output goes low both inputs are same and output goes high when
any input is high.
In this gate pin-1 and pin-2 are taken as input and pin-3 are taken as output (or) otherwise select
the input and output pin. If pin-14 is connected to 5V and pin-7 is connected to ground. Output of all possible
input condition where as an EX-NOR gate output goes high both inputs are same and output goes low when
any input is high.
PROCEDURE:-
INPUT OUTPUT B
A B A B
0 0 1
0 1 0
1 0 0
1 1 1
Y= A B
RESULTS:-
Thus the truth table of OR GATE, AND GATE, NOT GATE, NAND GATE, NOR GATE, EX-OR GATE was
verified
DESIGN
DESIGN &
& IMPLEMENTATION
IMPLEMENTATION OF
OF BOOLEAN
BOOLEAN FUNCTIONS
FUNCTIONS
AIM:
To design the logic circuit and verify the truth table of the
given Boolean expression, F (A, B, C, D) = Σ (0, 1, 2, 5, 8, 9,
10)
APPARATUS REQUIRED:
PROCEDURE:
2. For all the ICs 7th pin is grounded and 14th pin is given +5 V supply.
3. Apply the inputs and verify the truth table for the given Boolean
expression.
INPUT OUTPUT
S.No A B C D F=D’B’+C’(B’+A’D)
1. 0 0 0 0 1
2. 0 0 0 1 1
3. 0 0 1 0 1
4. 0 0 1 1 0
5. 0 1 0 0 0
6. 0 1 0 1 1
7. 0 1 1 0 0
8. 0 1 1 1 0
9. 1 0 0 0 1
10. 1 0 0 1 1
11. 1 0 1 0 1
12. 1 0 1 1 0
13. 1 1 0 0 0
14. 1 1 0 1 0
15. 1 1 1 0 0
16. 1 1 1 1 0
The output function F has four input variables hence a four variable
Karnaugh Map is used to obtain a simplified expression for the
output as shown,
AIM:-
To design and implement of combinational circuits (half adder, full adder, half
subtractor and full subtractor) using logic gates and verify its truth table.
APPARATUS REQUIRED:-
2. Resistor 220 Ω 2
3. LED - 2
7. EX OR gate(IC 7486) - 1
THEORY:-
HALF ADDER:-
Combinational circuits that perform the addition of two bits is called as half
adder. The input variables A and B are added and the output variables are sum and
carry. The simplified SOP versions of half adders are
FULL ADDER:-
A Combinational circuit that performs addition of three bits is called full added.
The SOP expressions are,
Sum = A’B’C+A’BC’+AB’C+ABC = A B C
Carry = AB+BC+CA
HALF SUBTRACTOR:-
A half subtractor is a combination circuit that subtractor two bits and produces
their difference and borrow.
FULL SUBTRACTOR:-
A full subtractor is a combination circuit that subtractor three bits and produces
their difference and borrow.
Difference = A’B’C+A’BC’+AB’C+ABC = A B C
Borrow = A’B + A’C +BC
LOGIC DIAGRAM:
HALF ADDER
TRUTH TABLE:
A B CARRY SUM
0 0 0 0
0 1 0 1
1 0 0 1
1 1 1 0
LOGIC DIAGRAM:
FULL ADDER
TRUTH TABLE:
A B C CARRY SUM
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1
CARRY = AB + BC + AC
LOGIC DIAGRAM:
HALF SUBTRACTOR
TRUTH TABLE:
A B BORROW DIFFERENCE
0 1 1 1
1 0 0 1
1 1 0 0
BORROW = A’B
LOGIC DIAGRAM:
FULL SUBTRACTOR
KIT-EEE-III SEMESTER LDIC LAB Page 18
FULL SUBTRACTOR USING TWO HALF SUBTRACTOR:
TRUTH TABLE:
A B C BORROW DIFFERENCE
0 0 0 0 0
0 0 1 1 1
0 1 0 1 1
0 1 1 1 0
1 0 0 0 1
1 0 1 0 0
1 1 0 0 0
1 1 1 1 1
PROCEDURE:-
Thus the truth table of half adder, full adder, half subtractor and full subtractor
using logic gates was constructed and verified.
B
EX.
EX. NO:
NO: -- 1 DATE:-
DATE:-
DESIGN
DESIGN AND
AND IMPLEMENTATION
IMPLEMENTATION OF
OF CODE
CODE CONVERTORS
CONVERTORS
KIT-EEE-III SEMESTER LDIC LAB Page 21
AIM:-
APPARATUS REQUIRED:
Sl.No. COMPONENT SPECIFICATION QTY.
1. X-OR GATE IC 7486 1
3. OR GATE IC 7432 1
5. IC TRAINER KIT - 1
THEORY:
The availability of large variety of codes for the same discrete elements of
information results in the use of different codes by different systems. A conversion circuit
must be inserted between the two systems if each uses different codes for same
information. Thus, code converter is a circuit that makes the two systems compatible
even though each uses different binary code.
The bit combination assigned to binary code to gray code. Since each code uses four bits
to represent a decimal digit. There are four inputs and four outputs. Gray code is a non-
weighted code.
The input variable are designated as B3, B2, B1, B0 and the output variables are
designated as C3, C2, C1, Co. from the truth table, combinational circuit is designed. The
Boolean functions are obtained from K-Map for each output variable.
A code converter is a circuit that makes the two systems compatible even though each
uses a different binary code. To convert from binary code to Excess-3 code, the input lines
must supply the bit combination of elements as specified by code and the output lines
generate the corresponding bit combination of code. Each one of the four maps represents
one of the four outputs of the circuit as a function of the four input variables.
LOGIC DIAGRAM:
BINARY TO GRAY CODE CONVERTOR
TRUTH TABLE:
| Binary input | Gray code output
|
B3 B2 B1 B0 G3 G2 G1 G0
0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 1
0 0 1 0 0 0 1 1
0 0 1 1 0 0 1 0
KIT-EEE-III SEMESTER LDIC LAB Page 23
0 1 0 0 0 1 1 0
0 1 0 1 0 1 1 1
0 1 1 0 0 1 0 1
0 1 1 1 0 1 0 0
1 0 0 0 1 1 0 0
1 0 0 1 1 1 0 1
1 0 1 0 1 1 1 1
1 0 1 1 1 1 1 0
1 1 0 0 1 0 1 0
1 1 0 1 1 0 1 1
1 1 1 0 1 0 0 1
1 1 1 1 1 0 0 0
G3 = B3
TRUTH TABLE:
G3 G2 G1 G0 B3 B2 B1 B0
0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 1
0 0 1 1 0 0 1 0
0 0 1 0 0 0 1 1
0 1 1 0 0 1 0 0
0 1 1 1 0 1 0 1
0 1 0 1 0 1 1 0
0 1 0 0 0 1 1 1
1 1 0 0 1 0 0 0
1 1 0 1 1 0 0 1
1 1 1 1 1 0 1 0
1 1 1 0 1 0 1 1
1 0 1 0 1 1 0 0
1 0 1 1 1 1 0 1
1 0 0 1 1 1 1 0
1 0 0 0 1 1 1 1
B3 = G3
TRUTH TABLE:
| BCD input | Excess – 3 output
B3 B2 B1 B0 E3 E2 E1 E0
0 0 0 0 0 0 1 1
0 0 0 1 0 1 0 0
0 0 1 0 0 1 0 1
0 0 1 1 0 1 1 0
0 1 0 0 0 1 1 1
0 1 0 1 1 0 0 0
0 1 1 0 1 0 0 1
0 1 1 1 1 0 1 0
1 0 0 0 1 0 1 1
1 0 0 1 1 1 0 0
1 0 1 0 x x x x
1 0 1 1 x x x x
1 1 0 0 x x x x
1 1 0 1 x x x x
1 1 1 0 x x x x
1 1 1 1 x x x x
E3 = B3 + B2 (B0 + B1)
LOGIC DIAGRAM:
X1 X2 X4 E0 A B C D
0 0 1 1 0 0 0 0
0 1 0 0 0 0 0 1
0 1 0 1 0 0 1 0
0 1 1 0 0 0 1 1
0 1 1 1 0 1 0 0
1 0 0 0 0 1 0 1
1 0 0 1 0 1 1 0
1 0 1 0 0 1 1 1
1 0 1 1 1 0 0 0
1 1 0 0 1 0 0 1
A = X1 X2 + X3 X4 X1
K-Map for B:
PROCEDURE:
iii. Observe the logical output and verify with the truth tables.
Thus binary code is converted into gray code and vice versa using logic gates and
output was verified using corresponding truth table.
CIRCUIT DIAGRAM:-
PARITY GENERATOR:-
D2 D3
INPUT OUTPUT
D1 00 01 11 10
0 1 1
D1 D2 D3 P
1 1 1
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0 P = D1 D2
1 0 0 1 D3
1 0 1 0
1 1 0 0
1 1 1 1
AIM:-
To design and implement of parity generator and parity checker using logic gates
and to verify the truth table.
APPARATUS REQUIRED:-
2. Resistor 220 Ω 1
3. LED - 1
5. Bread Board - 1
THEORY:-
The circuit that generates the parity bit in the transmitter is called parity
generator. The circuit that checks the parity bit in the receiver is called parity checker.
Exclusive - OR functions are very useful in systems requiring error detection and
correction codes. A parity bit is used for the purpose of detecting errors during
transmission of binary information.
A parity bit is an extra bit included with a binary message to make a number of
1's either odd or even. The message, including the parity bit, is transmitted and then
checked at the receiving end for errors. An error is detected if the checked parity does not
correspond with the one transmitted.
PROCEDURE:-
CIRCUIT DIAGRAM:-
PRAITY CHEKER:-
RESULT:-
ENCODER:-
CIRCUIT DIAGRAM:-
GND
IC7432
1
3 LED
2
IC7432
1 R= 220Ω
3
IC7432 2
1
3 B = Y2+Y3+ Y6+Y7
2
GND
IC7432
1 LED
3
2 IC7432
1 R= 220Ω
3
2
IC7432
1 C= Y1 + Y3+ Y5 +Y 7
3
2
GND
TRUTH TABLE:-
INPUT OUTPUT
Y1 Y2 Y3 Y4 Y5 Y6 Y7 A B C
1 0 0 0 0 0 0 0 0 1
0 1 0 0 0 0 0 0 1 0
0 0 1 0 0 0 0 0 1 1
0 0 0 1 0 0 0 1 0 0
0 0 0 0 1 0 0 1 0 1
0 0 0 0 0 1 0 1 1 0
0 0 0 0 0 0 1 1 1 1
AIM:-
APPARATUS REQUIRED:-
2. Resistor 220 Ω 4
3. LED - 4
7. Bread Board - 1
THEORY:-
ENCODER:-
TRUTH TABLE:-
INPUT OUTPUT
E A B D0 D1 D2 D3
1 0 0 1 1 1 1
0 0 0 0 1 1 1
0 0 1 1 0 1 1
0 1 0 1 1 0 1
0 1 1 1 1 1 0
PROCEDURE:-
RESULTS:-
D2
D3
S0 S1 (Selection
Line)
CIRCUIT DIAGRAM:-
TRUTH TABLE:-
INPUT OUTPUT
D0 D1 D2 D3 S0 S1 F
1 0 0 0 0 0 D0
0 1 0 0 0 1 D1
0 0 1 0 1 0 D2
0 0 0 1 1 1 D3
AIM:-
APPARATUS REQUIRED:-
2. Resistor 220 Ω 1
3. LED - 1
7. Bread Board - 1
THEORY:-
MULTIPLEXER:-
A multiplexer is a combinational circuit that
selects binary information from one of many input
lines and directs it to a single output line. The
selection of a particular input line is controlled by a
set of selection lines. Normally, there are 2 n input
lines and n selection lines whose bit combinations
determine which input is selected.
1 X 4 DEMULTIPLEXER:-
BLOCK DIAGRAM:-
D0
INPUT E 1X4
D1
OUTPUT Demultiplexer
D2
D3
S0 S1 (Selection
Line)
CIRCUIT DIAGRAM:-
DEMULTIPLEXER:-
PROCEDURE-
RESULTS:-
S R FLIP FLOP:-
TRUTH TABLE:-
Input Output Comments
R S CLK Q Q’
0 0 Q Q’ No change
0 1 1 0 Set
1 0 0 1 Reset
1 1 Q Q’ Invalid
D – FLIP FLOP:-
TRUTH TABLE:-
Input Output Comments
D CLK Q Q’
0 Q Q’ Reset
1 1 0 Set
EX.
EX. NO:
NO: -- DATE:-
DATE:-
STUDY
STUDY OF
OF FLIP
FLIP FLOP
FLOP
AIM:-
APPARATUS REQUIRED:-
2. Resistor 220 Ω 1
3. LED - 1
7. Bread Board - 1
THEORY:-
TRUTH TABLE:-
Input Output Comments
J K CLK Q Q’
0 0 Q Q’ No change
0 1 0 1 Reset
1 0 1 0 Set
1 1 Q’ Q Complement
T – FLIP FLOP:-
TRUTH TABLE:-
Input Output Comments
T CLK Q Q’
0 Q Q’ No change
1 1 0 Complement
PROCEDURE:-
RESULT:-
CIRCUIT DIAGRAM:-
EX.
EX. NO:
NO: -- DATE:-
DATE:-
DESIGN
DESIGN AND
AND IMPLEMENTATION
IMPLEMENTATION OF
OF SYNCHRONOUS
SYNCHRONOUS COUNTER
COUNTER
APPARATUS REQUIRED:-
2. Resistor 220 Ω 4
3. LED - 4
7. Bread Board - 1
THEORY:-
PROCEDURE:-
CLK1 1 16 K1
Pre 2 I 15 Q1
Clr 3 C 14 Q1
J1 4 7 13 Gnd
VCC 5 4 12 K2
CLK2 6 7 11 Q2
Pre 7 6 10 Q2
Clr 8 9 J2
TRUTH TABLE:-
Clock OUTPUT
pulse Q0 Q1 Q2 Q3
0 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
10 1 0 1 0
11 1 0 1 1
12 1 1 0 0
13 1 1 0 1
14 1 1 1 0
15 1 1 1 1
RESULT:-
AIM:-
APPARATUS REQUIRED:-
2. Resistor 220 Ω 4
3. LED - 4
6. Bread Board - 1
THEORY: -
PROCEDURE:-
PINDIAGRAM:-
CLK1 1 16 K1
Pre 2 I 15 Q1
Clr 3 C 14 Q1
J1 4 7 13 Gnd
VCC 5 4 12 K2
CLK2 6 7 11 Q2
Pre 7 6 10 Q2
Clr 8 9 J2
TRUTH TABLE:-
Clock OUTPUT
pulse Q0 Q1 Q2 Q3
0 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
10 1 0 1 0
11 1 0 1 1
12 1 1 0 0
13 1 1 0 1
14 1 1 1 0
15 1 1 1 1 RESULT:-
CIRCUIT DIAGRAM:-
PINDIAGRAM:-
TRUTH TABLE:-
R1 1 14 VCC Clock INPUT Q4
pulse
D1 2 I 13 R2 R1 & (Q0)
(CLK)
CLK1 3 C 12 D2 R2 1 1 0
2 1 0
S1 4 7 11 CLK2 3 1 0
4 1 1
Q1 5 4 10 S2
5 0 1
Q1 6 7 9 Q2 6 0 1
7 0 1
GND 7 4 8 Q2
8 0 0
CLEAR (RESET),
AIM:-
APPARATUS REQUIRED:-
2. Resistor 220 Ω 4
3. LED - 4
9. Bread Board - 1
THEORY:-
T
RU
TH
TA
BL
E:-
Clock pulse Input Q0 Q1 Q2 Q3
(CLK)
1 1 1 0 0 0
2 1 1 1 0 0
3 1 1 1 1 0
4 1 1 1 1 1
5 0 0 1 1 1
6 0 0 0 1 1
7 0 0 0 0 1
8 0 0 0 0 0
PARALLEL IN SERIAL
OUT:-
CIRCUIT DIAGRAM:-
PROCEDURE:-
TRUTH TABLE:-
Clock INPUT OUTPU
pulse T
Q0 Q1 Q2 Q3
(CLK)
1 1 0 0 0 0
2 1 1 0 0 0
3 1 1 1 0 0
4 1 1 1 1 1
5 0 1 1 1 1
6 0 0 1 1 1
7 0 0 0 1 1
8 0 0 0 0 0
KIT-EEE-III SEMESTER LDIC LAB Page 66
PARALLEL IN PARALLEL OUT:-
CIRCUIT DIAGRAM:-
TRUTH TABLE:-
MONOSTABLE MULTIVIBRATOR:-
CIRCUIT DIAGRAM:-
4 8
RA =
10KΩ
3 O U TPU T
7
TO C RO
IC 5 5 5
T R IG G E R
2
IN P U T
6 5
1
C=
0.01µF
C = 0.01µF
GND
PIN DIAGRAM:-
GND 1 8 +VCC
T R IG G E R 2 7 D IS C H A RG E
IC 5 5 5
O U TPU T 3 6 TH E RSH O LD
EX.
EX. NO:
NO: -- DATE:-
DATE:-
STUDY
STUDY OF
OF NE
NE 555
555 TIMER
TIMER IN
IN ASTABLE,
ASTABLE, MONOSTABLE
MONOSTABLE OPERATION
OPERATION
AIM:-
APPARATUS REQUIRED:-
S.No. COMPONENTS RANGE / QUANTITY
TYPE
1. NE555 - 1
2. Resistor 6.8KΩ, 1 1
3.3KΩ, 1
470Ω
3. Capacitors 0.01µF 2
4. Regulated power supply 5V 1
5. CRO 30 MHz 1
6. Function generator 1 MHz 1
7. Bread Board - 1
DESIGN:-
MONOSTABLE MULTIVIBRATOR:-
Frequency = 1/ (1.1RC)
9 x 103 Hz = 1/ (1.1xRx0.01x10-6)
R = 10 K Ω
ASTABLE MULTIVIBRATOR:-
RB = 3.3 x103Ω
RB = 3.3 KΩ
MODEL GRAPH:-
Time in ms
Vout in
Volts
Time in ms
Vout in
Volts
Time in ms
FORMULA:-
MONOSTABLE MULTIVIBRATOR:-
Theoretical:-
TOTAL TIME = 1.1RC
Frequency = 1/T
ASTABLE MULTIVIBRATOR:-
Theoretical:-
TOTAL TIME = 0.693 (RA + 2RB) C
TON = 0.693(RA + RB) C
TOFF = 0.693 (RB) C
Frequency =1 / (0.693 (RA + 2RB) C)
Duty Cycle Time TD = (RA + RB)/ (RA +2RB) X
100 %
Practical:-
TOTAL TIME = TON + TOFF
Frequency = 1/T
Duty Cycle Time TD = TON/T X 100 %
THEORY:-
MONOSTABLE MULTIVIBRATOR:-
CIRCUIT DIAGRAM:-
+ VCC = 5V
4 8
RA =
6.8 KΩ
3 O U TPU T
7
TO C RO
IC 5 5 5
RB =
3.3 KΩ
6 5
2 1
C= 0.01µF C=
0.01µF
GND
Square wave
output (pin 3)
Capacitor
Wave output
(pin 2 & 6)
TABULATION:-
MODEL GRAPH:-
Time in ms
Vout in
Volts
Time in ms
PROCEDURE:-
1. Circuit connections as per the circuit
diagram.
RESULT:-
Thus the Astable and Monostable
Multivibrators using NE555 and wave forms were
obtained.
INVERTING AMPLIFIER:-
CIRCUIT DIAGRAM:-
7
R1 =10KΩ
+12V
2
-
To CRO
6
3 IC741
+
V 0 = -(R f/ R 1 )V i
Vcc =
4
- 12V
R=
A u d io O s c il la t o r V in = 1 V 10KΩ
RL =
100KΩ
GND
GND
GND
CIRCUIT DIAGRAM:-
Rf = 100KΩ
Vcc =
7
R1 =10KΩ
+12V
2
-
To CRO
6
3 IC741
+
V 0 = ( 1 + ( R f / R 1 ) ) V in
Vcc =
4
- 12V
R=
RL =
10KΩ
GND 100KΩ
A u d io O s c il la t o r V in = 1 V
GND
GND
EX.
EX. NO:
NO: -- DATE:-
DATE:-
DESIGN
DESIGN OF
OF INVERTING
INVERTING AND
AND NON-INVERTING
NON-INVERTING AMPLIFIER
AMPLIFIER
APPARATUS REQUIRED:-
S.No. COMPONENTS RANGE / QUANTITY
TYPE
1. Dual Regulated Power Supply ( 0 – 30) V 1
2. OP AMP( IC741) - 1
5. CRO 30 MHz 1
6. Bread Board - 1
FORMULA:-
INVERTING AMPLIFIER:-
Closed loop gain ACL = - (Rf / R1)
(Theoretical)
Closed loop gain ACL = (V0/Vi) (Practical)
NON-INVERTING AMPLIFIER:-
Closed loop gain ACL = 1 + (Rf / R1)
(Theoretical)
Closed loop gain ACL = (V0/Vi) (Practical)
PINDIAGRAM:-
IN V E R T IN G P O S IT I V E
2 7
IN P U T IC 7 4 1 SUPPLY
NO NINV E RTING
3 6 O U TPU T
IN P U T
N E G A T IV E
4 5 O FFSET NULL
SUPPLY
THEORY:-
INVERTING AMPLIFIER:-
◦
The negative sign indicates a phase shift of 180
between Vi and V0. Also since inverting input
terminal is at virtual ground, the effective input
impedance is R1. The value of R1 should be kept fairly
large to avoid loading affect. This however, limits the
gain that can be obtained from this circuit.
TABULATION:-
INVERTING AMPLIFIER:-
S.NO Input signal Output signal
Vin (Volts) Time in ms Vo (Volts) Time in ms Gain (Acl)
= (Vo/Vin)
PROCEDURE:-
Time in ms
Time in ms
Output Signal
Output Signal
Vout in
Vout in
Volts
Volts
Time in ms
Time in ms
ADDER:
CIRCUIT DIAGRAM:-
Rf = 10 KΩ
Vcc =
7
+12V
2
Va -
6 To CRO
R = 10 KΩ IC741
3 V 0 = - (V a + V b + V c )
+
Vb
Vcc =
Rb =10 KΩ
- 12V
4
Vc
Rc =10 KΩ R=
2.5 KΩ
GND
TABULATION:-
DESIGN
DESIGN OF
OF ADDER,
ADDER, INTEGRATOR
INTEGRATOR AND
AND DIFFERENTIATOR
DIFFERENTIATOR USING
USING OPERATIONAL
OPERATIONAL
AMPLIFIER
AMPLIFIER
AIM:-
To design and test an adder, differentiator
and Integrator using operational amplifier IC741.
APPARATUS REQUIRED:-
S.No. EQUIPMENT RANGE / TYPE QUANTITY
1. Regulated Power Supply (Dual) ( 0 – 30) V (0 2 1
-5)V
6. CRO 30 MHz 1
7. Bread Board - 1
8. Mulitimeter 1
DESIGN:-
SUMMER:-
Output voltage,
Volts
Let Ra = Rb = Rc = 10kΩ = R
DIFFERENTIATOR:-
CIRCUIT DIAGRAM:-
Cf = 0.1 µF
Rf = 1 KΩ
C1 = 1 µF Vcc =
7
R1 = 100 Ω
+12V
2
-
To CRO
6
3 IC741
+
V o u t = - R f C 1 ( d V i/ d t )
Vcc =
F u n ctio n
V in
4
- 12V
G e n e ra to r R=
100 Ω
GND
GND
INTEGRATOR:-
CIRCUIT DIAGRAM:-
Rf = 33 KΩ
Vcc =
7
R1 = 3.3 KΩ
+12V
2
-
To CRO
6
3 IC741
+
V o u t = - ( 1 / R f C F ) ∫ V i( t ) d
Vcc =
4
- 12V
F u n c tio n R=
V in 3.3 KΩ
RL =
G e n e ra to r 3 KΩ
GND
GND
GND
DESIGN:-
DIFFERENTIATOR:-
(i) let fa = 150 Hz
Assuming C1 = 1 µF,
Rf = 1/(2πfaC1) = 1.06 KΩ
(ii) let fb = 10 Hz and fa = 1.5 KHz
C1 = 0.1 µF
R1 = 1/(2πfaC1) = 106.1 Ω
(iii) For a Differentiator,
R 1 C1 = R f Cf
Therefore Cf = (R1 C1/ Rf) = 0.1 µF
(iv) Rcomp = R1 || Rf = R1 Rf /R1 +Rf = 96.44 Ω
Rcomp =100 Ω
INTEGRATOR:-
DIFFERENTIATOR:-
TABULATION:-
S.NO Input signal Output signal
Signal Vin (Volts) Time in ms Signal Vo (Volts) Time in ms
1. Sinusoidal Output
wave form wave form
2. Square wave Spike wave
form form
MODEL GRAPH:-
Vin in Input form Vin in
Square wave form
Time in ms
Time in ms
Output form
Spike wave form
Vout in
Vout in
Volts
Volts
Time in
ms Time in ms
DIFFERENTIATOR:-
One of the simplest of the op-amp circuits
that contain capacitor is the differentiating amplifier, t
or differentiator. The differentiator circuit performs
the mathematical operation of differentiation, i.e., the
output waveform is the derivative of input
waveform. A differentiator circuit is shown in fig.
INTEGRATOR:-
PROCEDURE:-
TABULATION:-
S.NO Input signal Output signal
Signal Vin (Volts) Time in ms Signal Vo (Volts) Time in ms
1. Sinusoidal Output
wave form wave form
2. Square wave Triangular
form wave form
MODEL GRAPH:-
Time in ms
Time in ms
Output form
Triangular wave form Vout in
Vout in
Volts
Volts
Time in
ms Time in ms
CIRCUIT DIAGRAM:
+15V
10 KΏ
8 6
2KΏ
4
3
20 KΏ
NE566
PIN
DIAGRAM:
7 1
0.01µF
INTERNAL DIAGRAM:
STUDY
STUDY OF
OF VCO
VCO
AIM:
To obtain square wave and triangular wave using voltage controlled oscillator
APPARATUS REQUIRED:
THEORY:
In most cases, the frequency of an oscillator is determined by the time constant RC. However, in
cases or applications such as FM, tone generators, and frequency-shift keying (FSK), the frequency is to
be controlled by means of an input voltage, called the control voltage. This can be achieved in a voltage-
controlled oscillator (VCO). A VCO is a circuit that provides an oscillating output signal (typically of
square-wave or triangular waveform) whose frequency can be adjusted over a range by a dc voltage. An
example of a VCO is the 566 IC unit, that provides simultaneously the square-wave and triangular-wave
outputs as a function of input voltage. The frequency of oscillation is set by an external resistor R 1 and a
capacitor C1 and the voltage Vc applied to the control terminals. Figure shows that the 566 IC unit
contains current sources to charge and discharge an external capacitor C v at a rate set by an external
resistor R1 and the modulating dc input voltage. A Schmitt trigger circuit is employed to switch the
current sources between charging and discharging the capacitor, and the triangular voltage produced
across the capacitor and square-wave from the Schmitt trigger are provided as outputs through buffer
amplifiers. Both the output waveforms are buffered so that the output impedance of each is 50 f2. The
typical magnitude of the triangular wave and the square wave are 2.4 Vpeak.to-peak and 5.4Vpeak.to.peak.
PROCEDURE:
Thus the voltage controlled oscillator using NE566 was done and the output was verified
CIRCUIT DIAGRAM:-
FREQUENCY MULTIPLIER:-
+ 6V
R=
20 KΩ
C = 10 µF
R=
2 KΩ
10 8
C1 = 0.001 µF
7
2
V C O O u tp u t
IC 5 6 5
4
+ 6V
V in
5 fin
3
5
1 9
IC 7 4 9 0 RC =
11
4.7 KΩ
2 3 6 7 10 1
GND CT =
0.01 µF
GND 2N22222
RB = 10 KΩ
GND
- 6V
GND
PIN DIAGRAM:-
-V c c 1 14 NC
In p u t 1 14 In p u t 2
In p u t 2 13 NC
R1 2 13 NC
In p u t 3 12 NC
R2 3 12 Qa
IC 5 6 5
V C O o u tp u t 4 11 NC
IC 7 4 9 0
NC 4 11 Qd
V C O in p u t 5 10 +Vcc
Vcc 5 10 GN D
R e fe re n c e o u tp u t 6 9 E x te rn a l c o m p o n e n t
fo r V C O S1 6 9 Qb
D e m o d u la te d o u t p u t 7 8 E x t e rn a l r e s is t o r
fo r V C O S2 7 8 Qc
EX.
EX. NO:
NO: -- DATE:
DATE: --
STUDY
STUDY OF
OF PLL
PLL
AIM:-
To construct and test the frequency multiplier using PLL 565.
APPARATUS REQUIRED:-
3. CRO 20MHz 1
4. Resistors 20KW,2KW,4.7KW,10KW 1
7. Transistor 2N2222 1
THEORY:-
In the frequency multiplier using PLL565, a divided by N network is inserted
between the VCO output and the phase comparator input. Since the output of the
comparator is locked to the input frequency fin, the VCO is running at a multiple of the
input frequency. Therefore in the locked state the VCO output frequency fo is given by,
fo= Nfin
TABULATION:-
Amplitude in volts
Time Period in ms
MODEL GRAPH:-
Time in ms
Vin in
Square wave output
Volts
Time in ms
PROCEDURE:-
Thus the frequency multiplier using PLL were designed and waveform were plotted.
EE6311 – LDIC LAB 98
K.I.T.