20ECL401
20ECL401
of ECE
Lab Code:20ECL401
Electronic Circuits
Lab Manual
1
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Contents
2
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Vision
Mission
3
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Vision
To produce globally competitive and socially responsible
Electronics and Communication Engineering graduates to cater
the ever changing needs of the society.
Mission
• To provide quality education in the domain of Electronics and
Communication Engineering with advanced pedagogical
methods.
4
20ECL401 Electronic Circuits Laboratory Dept. of ECE
5
20ECL401 Electronic Circuits Laboratory Dept. of ECE
6
20ECL401 Electronic Circuits Laboratory Dept. of ECE
PSO2: Analyze and develop VLSI, IoT and Embedded Systems for
desired specifications to solve real world complex problems.
7
20ECL401 Electronic Circuits Laboratory Dept. of ECE
8
20ECL401 Electronic Circuits Laboratory Dept. of ECE
9
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
10
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
The full wave rectifier consists of two half wave rectifier circuits with common load.
These are connected in such a way that conduction takes place through two diodes
in alternate half-cycles and current through the load is sum of two currents. Thus,
the output voltage waveform contains two half sinusoids in the two half-cycles of
the AC input signal. The output of a rectifier is a pulsating DC consisting of a DC
component and superimposed ripple. A way to eliminate or reduce the ripple to
the required level is to use a filter.
Procedure:
(a) Full-wave rectifier without filter:
1. Connect the circuit as per the circuit diagram.
2. Connect the CRO across the load resistor R1.
3. Note down the peak value Vm of the signal observed on the CRO.
4. Switch the CRO into DC mode and observe the waveform. Note down the
DC shift.
5. Calculate Vrms and Vdc values by using the equation (1) and (2):
7. Remove the load circuit (R1 and C1) and measure the voltage between the
diode’s cathode terminals and center tap of the transformer and
represent as VNL. Also note the voltage across the R1 and C1 and represent
as VFL and then calculate the percentage of voltage regulation using the
equation (4):
11
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Model Graphs
Fig 3: (a) Input signal (b) Rectified output waveform (c) Filtered output
Precautions:
1. Wires should be checked for good continuity.
2. Carefully note down the readings without any errors.
Result:
12
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Aim: To design full wave rectifier with and without filter using pspice
Software Required: OrCAD Pspice 9.1
.TRAN 0 50ms
.PROBE
.END
* WITH FILTER
V1 1 0 sin(0 5 50)
V2 0 3 sin(0 5 50)
D1 1 2 mod1
D2 3 2 mod1
R1 0 2 10k
C1 0 2 5uf
.MODEL mod1 D
.TRAN 0 50ms
.PROBE
.END
Output:
WITHOUT FILTER:
WITH FILTER:
Result:
Hence the design of full wave Rectifier is simulated using OrCAD Pspice 9.1
14
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
Theory:
The bridge rectifier consists of four diodes connected with their arrowhead
symbols all pointing toward the positive output terminal of the circuit. During the
positive half cycle of input voltage, the load current flows from the positive input
terminal through D1 to RL and then through RL and D4 back to the negative input
terminal. During this time, the positive input terminal is applied to the cathode of
D2, so it is reversed biased and similarly D3 is also reverse biased. These two diodes
are forward biased during negative half cycle; D1 & D4 are reverse biased during this
cycle. And finally, both half cycles are rectified.
Procedure:
(a) Bridge Rectifier without filter:
1. Connect the circuit as per the circuit diagram.
2. Connect CRO across the load resistor R1.
3. Note down the peak value Vm of the signal observed on the CRO.
4. Switch the CRO into DC mode and observe the waveform. Note down the
DC shift.
5. Calculate Vrms and Vdc values by using the Equation (1) and (2):
7. Remove the load circuit (R1 and C1) and measure the voltage across the
output terminals and represent as VNL. Also note the voltage across the R1
and C1 and represent as VFL and then calculate the percentage of voltage
regulation using the Equation (4):
Model Graph:
Fig 3: (a) Input Signal (b) Rectified output Waveform (c) Filtered output
Precaution:
1. Wires should be checked for good continuity.
2. Carefully note down the readings without any errors.
Result:
17
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Aim: To design full wave rectifier with and without filter using pspice
Software Required: OrCAD Pspice 9.1
18
20ECL401 Electronic Circuits Laboratory Dept. of ECE
* WITH FILTER
V1 1 0 sin(0 5 50)
D1 3 1 mod1
D2 1 2 mod1
D3 3 0 mod1
D4 0 2 mod1
R1 3 2 10k
C1 3 2 5Uf
.MODEL mod1 D
.TRAN 0 50ms
.PROBE
.END
Output:
BRIDGE RECTIFIER
WITHOUT FILTER:
WITH FILTER:
Result: Hence the bridge rectifiers is simulated using OrCAD Pspice 9.1
19
20ECL401 Electronic Circuits Laboratory Dept. of ECE
3.a.CLIPPERS
Aim: To construct and study the operation of clipper circuits.
Apparatus Required:
Theory:
The basic action of a clipper circuit is to remove certain portions of the waveform, above
or below certain levels as per the requirements. Thus, the circuits which are used to clip
off unwanted portions of the waveform, without distorting the remaining part of the
waveform are called clipper circuits or Clippers. The clipper circuits are also called
limiters or slicers.
Procedure:
Clipper Circuit
2. Set input, sinusoidal signal of 8Vp-p and 1 KHz frequency and the reference voltage
as 2V using RPS.
4. By reversing the diode in the circuit we can obtain the output of positive peak clipper.
20
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
Theoretical calculations:
Vr=2v, Vγ=0.6v When the diode is forward biased Vo =-(Vr+ Vγ) = -(2v+0.6v )= -2.6v
When the diode is reverse biased the Vo=Vi
Result
22
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
23
20ECL401 Electronic Circuits Laboratory Dept. of ECE
PSPICE Program:
*POSITIVE PEAK CLIPPER
V1 1 0 sin(0 5 50)
R 1 2 10k
D 2 0 mod1
.MODEL mod1 D
.TRAN 0 50ms
.PROBE V[1] V[2]
.END
24
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Output:
Unbiased Positive Clipper
25
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Result:
26
20ECL401 Electronic Circuits Laboratory Dept. of ECE
4 a.CLAMPERS
Apparatus Required:
Theory:
Clampers are known as clampers or DC restorers. These circuits clamp a peak of a
waveform to a specific DC level compared with a capacitively coupled signal which
swings about its average DC level (usually 0V). If the diode is removed from the
clamper, it defaults to a simple coupling capacitor– no clamping
Procedure:
Clamper Circuit
27
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
28
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
Unbiased Positive Clamper
R1
5V V1 3 1M
50 Vr 2V Ω
Hz
29
20ECL401 Electronic Circuits Laboratory Dept. of ECE
PSPICE Program:
*CLAMPING POSITIVE PEAK
V1 1 0 sin(0 5 50)
C1 1 2 0.1uf
D1 0 2 mod1
.MODEL mod1 D
.TRAN 0 60ms
.PROBE V[1] V[2]
.END
30
20ECL401 Electronic Circuits Laboratory Dept. of ECE
31
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Result:
Hence the design of biased and unbiased clampers is simulated using
OrCADPspice 9.1
32
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
S.No. Components and Equipment Quantity
1 Bread Board 1
2 Transistor (BC547 or BC107) 1
3 Resistors (47KΩ, 10KΩ, 1KΩ, 220Ω, 100Ω) 1 (each one)
4 Capacitors (10μF) 2
5 Regulated Power Supply(0-30V) 1
6 Digital Storage Oscilloscope(0-20MHz) 1
7 Function Generator (0-5MHz) 1
8 Connecting Wires Few
Circuit Diagram:
Fig 1: CE Amplifier
33
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
The CE amplifier is a small signal amplifier. This small signal amplifier
accepts low voltage ac inputs and produces amplified outputs. A single stage BJT
circuit may be employed as a small signal amplifier; has two cascaded stages give
much more amplification.
Procedure:
1. Connect the circuit as per the circuit diagram.
2. Give l00Hz sinusoidal signal with 20mV(p-p) amplitude (Vi) from the signal
generator.
3. Observe the output on CRO and note down the output voltage.
4. Keeping input voltage constant (i.e. 20mV) and by varying the frequency in steps
from 100Hz to 1MHz, note down the corresponding output voltages.
5. Calculate the gain in dB and plot the frequency response on semi log graph.
6. Calculate the bandwidth from lower and higher cut-off frequencies.
Tabular Form:
Input voltage (Vi)=20mV(p-p)
S.N Frequency Output Voltage Gain Gain in
o (Hz) (Vo) Av=Vo/Vi (dB)
Voltage(Vo) 20 Log
(Gain)
34
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Model Graph:
Precautions:
1.Wires should be checked for good continuity.
2.Transistor terminals must be identified and connected carefully.
Result:
35
20ECL401 Electronic Circuits Laboratory Dept. of ECE
PSPICE Program:
*CE AMPLIFIER
Vin 1 0 AC 5mV SIN(0 5m 1K)
Rs 1 2 100
R1 3 4 100K
R2 3 0 10K
RC 4 5 2.2K
RE 6 0 1K
RL 7 0 1K
Cb 2 3 10U
Ce 6 0 10U
Cc 5 7 10U
Vcc 4 0 10v
Q1 5 3 6 MOD1
.MODEL MOD1 NPN(Cjc=80PF,Cje=3PF)
.AC DEC 10 10 100MEG
.TRAN 0 8m
.PROBE
.END
36
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Output:
COMMON EMITTER AMPLIFIER TRANSIENT ANALYSIS
Result:
37
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
S.No. Components and Equipment’s Quantity
1 Bread Board 1
2 Transistor (FET BFW10) 1
3 Resistors (1MΩ, 1KΩ, 2.2KΩ, 100Ω) 1(each one)
4 Capacitors (10μF, 100μF) 2&1(respectively)
5 Regulated Power Supply (0-30V) 1
6 Cathode Ray Oscilloscope (0-20MHz) 1
7 Function Generator (0-5MHz) 1
8 Connecting Wires Few
Circuit Diagram:
Fig 1: CS Amplifier
38
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
The CS amplifier is a small signal amplifier. For good bias stability, the source
resistor voltage drop should be as large as possible. Where the supply voltage is
small, Vs may be reduced to a minimum to allow for the minimum level of Vds.R2 is
usually selected as 1MΏ or less as for BJT capacitor coupled circuit, coupling and
bypass capacitors should be selected to have the smallest possible capacitance
values. The largest capacitor in the circuit sets the circuit low 3dB frequency
(capacitor C2). Generally, to have high input impedance FET is used. As in BJT
circuit RL is usually much larger than Zo and Zi is often much larger than Rs.
Procedure:
Voltage(Vo) 20 Log
(Gain)
39
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Model Graph:
Result:
40
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
VDD
20.0V
5
RD 3kΩ
C3
6
3 10uF
Cg 2
1 Q1
1uF 4
RL
10KΩ
Rg 1MΩ Cs
Vs Rs 470Ω 100uF
PSPICE Program:
*CS AMPLIFIER
Vs 1 0 AC 5MV SIN(0 5m 500)
VDD 5 0 20V
Rg 2 0 1MEG
Rs 4 0 470
RL 6 0 10K
Rd 3 5 3K
Cs 4 0 100UF
Cd 3 6 10UF
Cg 1 2 1UF
J 3 2 4 MOD1
.MODEL MOD1 NJF(Cgs=5PF,Cgd=5PF,Beta=0.01)
.TRAN 0 5MS
.AC DEC 10 10 100MEG
.PROBE
.END
41
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Output:
COMMON SOURCE AMPLIFIER TRANSIENT ANALYSIS
Result:
Hence the design of CS Amplifier is simulated using OrCAD Pspice 9.1
and their characteristics was observed
42
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
Circuit Diagram:
Theory:
The output from a single stage amplifier is usually insufficient to drive an
output device. To achieve more gain, the output of one stage is given as the input to
the other stage which forms multistage amplifier. If the two stages are coupled by R
and C, then the amplifier is called RC-coupled amplifier. The performance of an
amplifier can be determined from the following terms.
Gain:
The gain is defined as ratio of output to input. The gain of multistage
amplifier is equal to the product of gains of individual stages i.e G=G1.G2.G3.
Frequency Response:
At low frequencies (<50Hz) the reactance of coupling capacitor Cc is high, and
hence very small part of signal will pass from one stage to next stage. This increases
the loading effect of next stage and reduces the voltage gain. At high frequencies,
capacitance reduces. Due to this base emitter junction is low which increases the
base current. This reduces the amplification factor. At mid frequencies, the voltage
gain of the amplifier is constant. In this range, as frequency increases, reactance of
Cc reduces which tends to increase the gain. At the same time, lower reactance
means higher reactance of first stage and lower gain, these two factors cancel each
other resulting in a uniform gain at mid frequency.
Procedure:
1. Connect the circuit as per the circuit diagram.
2. Give 1 KHz sinusoidal signal with 25 mV (p-p) amplitude as Vi from signal
generator.
3. Observe the output on CRO for proper working of the amplifier.
4. After ensuring the amplifier action, Vary the input signal frequency from 100Hz
to 1MHz in steps up to 15 to 20 readings with input signal amplitude Vin =
20mVp-p.
5. Calculate gain in dB and plot the graph between frequency and gain dB on
semi-log graph paper.
44
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Model Graphs:
Voltage(Vo) 20 Log
(Gain)
Precautions:
1.Wires should be checked for good continuity.
2.Transistor terminals must be identified and connected carefully.
Result:
45
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
PSPICE Program:
R2 2 0 3.3k
R3 4 8 1k
R4 3 0 330
R5 5 8 33k
R6 5 0 3.3K
R7 6 8 1k
R8 7 0 330
R9 9 0 4.7k
C1 1 2 10UF
46
20ECL401 Electronic Circuits Laboratory Dept. of ECE
C2 3 0 100UF
C3 4 5 10UF
C4 7 0 100UF
C5 6 9 10UF
Q1 4 2 3 MOD1
Q2 6 5 7 MOD1
VCC 8 0 12V
.MODEL MOD1 NPN
.TRAN 0 5m
.AC DEC 10 10 1000MEG
.PROBE
.END
Output:
Result:
47
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
Theory:
The power amplifier is said to be Class A amplifier if the Q point and
the input signal are selected such that the output signal is obtained for a full input
signal cycle.
For all values of input signal, the transistor remains in the active region and
48
20ECL401 Electronic Circuits Laboratory Dept. of ECE
never enters into cut-off or saturation region. When an a.c signal is applied, the
collector voltage varies sinusoidally, hence the collector current also varies
sinusoidally. The collector current flows for 3600 (full cycle) of the input signal. i.e.,
the angle of the collector current flow is 3600 .
Procedure:
1. Connect the circuit as per the circuit diagram.
2. Set Vi =200 mV, using the signal generator.
3. Keeping the input voltage constant, vary the frequency from 1 kHz to 1M Hz
regular steps and observe the corresponding output voltages.
3. At a particular frequency of input signal, the output may be clipped. Then
note down the corresponding output voltage.
4. Otherwise keep the input signal at 10 kHz and increase the amplitude. At a
particular amplitude of input signal the output may be clipped. Then stop
and note down the corresponding output signal amplitude.
Calculations:
Result:
49
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
PSPICE Program:
*CLASS -A AMPLIFIER
VS 1 0 SIN(0 5MV 10KHZ)
VCC 5 0 15V
CB 1 2 10UF
CC 3 6 10UF
CE 4 0 100UF
R1 5 2 2.7K
R2 2 0 605
RC 5 3 100
RE 4 0 25
RL 6 0 47
Q1 3 2 4 SL100
.MODEL SL100 NPN
.TRAN 0.1MS 0.5MS
.PROBE
.END
50
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Output:
Result:
8
51
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Aim:
To construct a Class B complementary symmetry power amplifier and observe
the waveforms with and without cross-over distortion and to compute maximum
output power and efficiency.
Apparatus Required:
Circuit Diagram
FORMULA:
52
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
A power amplifier is said to be Class B amplifier if the Q-point and the input
signal are selected such that the output signal is obtained only for one half cycle for
a full input cycle. The Q-point is selected on the X-axis. Hence, the transistor
remains in the active region only for the positive half of the input signal.
There are two types of Class B power amplifiers: Push Pull amplifier and
complementary symmetry amplifier. In the complementary symmetry amplifier, one
n-p-n and another p-n-p transistor is used. The matched pair of transistor are
used in the common collector configuration. In the positive half cycle of the input
signal, the n-p-n transistor is driven into active region and starts conducting and in
negative half cycle, the p-n-p transistor is driven into conduction. However there is
a period between the crossing of the half cycles of the input signals, for which none
of the transistor is active and output, is zero
Procedure:
1. Connections are given as per the circuit diagram without diodes.
2. Observe the waveforms and note the amplitude and period of the input
signal and distorted waveforms.
3. Connections are made with diodes.
4. Observe the waveforms and note the amplitude and time period of the
input signal and output signal.
5. Draw the waveforms for the readings.
6. Calculate the maximum output power and efficiency.
OBSERVATIONS:
OUTPUT SIGNAL =
AMPLITUDE =
TIME PERIOD =
CALCULATION :
POWER, PIN = 2VCC Im/π
OUTPUT POWER, Po = VmIm/2
EFFICIENCY, η = ( π/4)( Vm/ VCC) x 100
53
20ECL401 Electronic Circuits Laboratory Dept. of ECE
MODEL GRAPH:
Hence the nature of the output signal gets distorted and no longer remains
the same as the input. This distortion is called cross-over distortion. Due to this
distortion, each transistor conducts for less than half cycle rather than the
complete half cycle. To overcome this distortion, we add 2 diodes to provide a fixed
bias and eliminate cross-over distortion.
Result:
54
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
Circuit Diagram:
55
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
When any increase in the output signal results into the input in such a way as
to cause the decrease in the output signal, the amplifier is said to have negative
feedback. The advantages of providing negative feedback are that the transfer gain
of the amplifier with feedback can be stabilized against variations in the hybrid
parameters of the transistor or the parameters of the other active devices used in
the circuit. The most advantage of the negative feedback is that by proper use of
this, there is significant improvement in the frequency response and in the linearity
of the operation of the amplifier. This disadvantage of the negative feedback is that
the voltage gain is decreased.
Model waveforms
Procedure:
1. Connections are made as per circuit diagram.
2. Keep the input voltage constant at 20mV peak-peak and 1kHz frequency
For different values of load resistance, note down the output voltage and
calculate the gain by using the expression
Av = 20log(V0 / Vi ) dB
56
20ECL401 Electronic Circuits Laboratory Dept. of ECE
3.Remove the emitter bypass capacitor and repeat STEP 2. and observe the effect
of feedback on the gain of the amplifier.
4.For plotting the frequency the input voltage is kept constant at 20mV peak-
peak and the frequency is varied from 100Hz to 1MHz.
5. Note down the value of output voltage for each frequency. All the readings are
tabulated and the voltage gain in dB is calculated by using expression
Av = 20log (V0 / Vi ) dB
6. A graph is drawn by taking frequency on X-axis and gain on Y-axis on semi
log graph sheet
7. The Bandwidth of the amplifier is calculated from the graph using the
expression Bandwidth B.W = f2 – f1.Where f1 is lower cut off frequency of CE
amplifier f 2 is upper cut off frequency of CE amplifier
8. The gain-bandwidth product of the amplifier is calculated by using the
expression
Gain-Bandwidth Product = 3-dB mid band gain X Bandwidth.
Tabular Columns:
Voltage Gain: Vi = 20 mV
Precautions:
1. While taking the observations for the frequency response , the input voltage
must be maintained constant at 20mV.
2. The frequency should be slowly increased in steps.
3. The three terminals of the transistor should be carefully identified.
4. All the connections should be correct.
Result:
57
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Circuit Diagram:
Theory:
amplifier and β is the feedback factor. The unity gain means signal is in phase. (If
the signal is 180° out of phase, gain will be 1.). If a common emitter amplifier is
used, with a resistive collector load, there is a 180 phase shift between the voltages
at the base and the collector.
In the figure shown, three sections of phase shift networks are used so that
each section introduces approximately 600 phase shift at resonant frequency. By
analysis, resonant frequency f can be expressed by the equation,
Procedure:
Result:
59
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
Circuit Diagram:
60
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Theory:
Where
The energy supplied to the tank circuit is of correct phase. The tank circuit provides
1800 out of phase. Also the transistor provides another 1800 . In this way, energy
feedback to the tank circuit is in phase with the generated oscillations.
Procedure:
Observations:
61
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Model waveform:
Precautions:
Result:
62
20ECL401 Electronic Circuits Laboratory Dept. of ECE
Apparatus:
CIRCUIT DIAGRAM:
Hartley Oscillator
The energy supplied to the tank circuit is of correct phase. The auto transformer
provides 180˚ out of phase. Also another 180˚ is produced by the transistor. In this
way, energy feedback to the tank circuit is in phase with the generated oscillations.
PROCEDURE:
1. Connections are made as per the circuit diagram.
2. Connect CRO at output terminals and observe wave form.
3. Calculate practically the frequency of oscillations by using the expression.
F=1/T, Where T= Time period of the waveform
4. Repeat the above steps 2, 3 for different values of L1 and note down practical
values of oscillations of hartley oscillator.
5. Compare the values of frequency of oscillations both theoretically and
practically.
OBSERVATIONS:
MODELWAVEFORM:
RESULT:
64
20ECL401 Electronic Circuits Laboratory Dept. of ECE
APPARATUS:
Theory:
The emitter follower has reasonably high input impedance and may be used
wherever input impedance up to about 500 K Ohms is needed. For higher input
impedance, we may use 2 transistors to form what is called a Darlington pair. When
the output is taken from the Emitter terminal of the transistor, the network is
referred to as an Emitter follower. The output voltage is always less than the input
voltage due to the drop between the base and emitter. However, the voltage gain is
usually approximately 1. in addition, the output is having the same polarity as the
input voltage. Hence it is said to follow the input voltage with an in-phase
relationship. This accounts for the terminology ‘Emitter – follower’. For ac analysis,
the collector is grounded; therefore, the circuit is a common-collector configuration.
This circuit presents high impedance at the input and low impedance at the output.
It is therefore frequently used for impedance matching purposes, where a load is
matched to the source impedance for maximum signal transfer through the system
The Darlington connection shown is a connection of 2 transistors whose
result is a current gain that is the product of the current gains of the individual
transistors. Hence the Darlington pair operates as one ‘Super beta’ transistor
offering a very high current gain. Thus, the Darlington Emitter follower is a CC
65
20ECL401 Electronic Circuits Laboratory Dept. of ECE
DESIGN:
Let VCE = 6V, IEQ=10mA.
Then VCC = 2VCE=2 x 6 =12 V ,
IE = IC = 10 mA VR3 = VCC - VCE= 12 – 6 = 6V
RE= VR3 / IE = 6V / (10 mA) = 0.6K =560Ω (Choose)
VR2 –VBE1 – VBE2 –VRE = 0 and
VR2 = VBE1 + VBE2 + VRE = 0.6 + 0.6 + (IE x RE) = 1.2 + (10x0.6) VR2 = 7.2 V,
VCC = VR1 + VR2, VR1= VCC – VR2 = 12 – 7.2 = 4.8 V,
IE1= IB2 = IC / hfe = 10 mA / 100 = 0.1mA
IB1=IE1 / hfe = 0.1mA / 100 = 1 mA,
R1 =VR1/ (10 (IB1)) = 4.8 / (10 x 1 μA) = 480 KΩ,
R2= VR2 / (9 IB) = 7.2 / (9 x 1 μA) = 800KΩ ,
Capacitor is selected( Cc) = 0.47 F and R3=10KΩ
Procedure:
1. Connect the circuit and set VCC=12V. Measure the DC voltage (using CRO) at
the (VB2), Collector (VC2), emitter (VE2) with respect to ground.
2. Connect the circuit and apply a sine wave of peak-to-peak amplitude 1V from
the signal generator.
66
20ECL401 Electronic Circuits Laboratory Dept. of ECE
3. Vary the input sine wave frequency from 100 Hz to 1MHz in suitable Steps.
Measure the output V0 of the amplifier at each step using CRO. (The input Vi
must remain constant throughout the frequency range)
4. Plot the graph of frequency v/s gain in dB.
67
20ECL401 Electronic Circuits Laboratory Dept. of ECE
3. Connect the circuit as shown in figure. Set the DRB to its maximum
resistance value, I/P sine wave Frequency to 10 KHz.
Procedure
1. Connect the circuit as shown in figure. Set the DRB to its maximum resistance
value, I/P sine wave Frequency to 10 KHz.
2. Measure Vo p-p, let VO = VB
3. Decrease DRB till VO=VB/2. The corresponding DRB value gives ZO.
To find the current gain AI=IO/Ii = (VO / ZO) / (Vi /ZI) = (Vo/Vi) * (ZI / ZO) Current
gain Ai ≈ Zi / ZO, since (VO/Vi) = 1
Result:
68
20ECL401 Electronic Circuits Laboratory Dept. of ECE
AIM: To design and study the performances of BJT Voltage Series Regulator/
Voltage Shunt Regulator
APPARATUS REQUIRED:
5 Digital Multimeter 1
6 Bread Board 1
CIRCUIT DIAGRAM:
TABULAR COLUMN:
Model Graph :
70
20ECL401 Electronic Circuits Laboratory Dept. of ECE
APPARATUS REQUIRED:
NAME RATING NO.OF DEVICES
S.NO.
1 Regulated power supply 30V 1
2 Transistor BC107 2
3 Zenor Diode 02DZ4.7 1
4 Resistors 1KΩ 2
4.33KΩ 1
4.37KΩ 1
560Ω 1
5 Digital Multimeter 1
6 Bread Board 1
CIRCUIT DIAGRAM:
THEORY:
A voltage regulator is a device or a combination of devices, designed to
maintain the output voltage of a power supply as nearly constant as possible even if
there are changes in the load or in input voltage. In shunt voltage regulator,
transistor Q1 acts as control element, which is in shunt with load voltage. The
output voltage is given as Vo = Vz + VR1 = Vz The regulation action of the circuit is
explained below. Since Vz is constant, any changes in output voltage reflects a
71
20ECL401 Electronic Circuits Laboratory Dept. of ECE
PROCEDURE:
1. The circuit is connected as shown in figure.
2. The supply voltage is to be increased in steps and note down the
corresponding output voltage using multimeter.
3. The readings are tabulated in the tabular column.
4. The output response was plotted on a graph sheet.
5.
TABULAR COLUMN:
Vin(V) Vout(V)
S.No.
Model Graph:
RESULT:
72
20ECL401 Electronic Circuits Laboratory Dept. of ECE
REFERENCES
73
20ECL401 Electronic Circuits Laboratory Dept. of ECE
74