0% found this document useful (0 votes)
9 views18 pages

EPC Notes-Part-3

The document discusses linear operational amplifier (op-amp) circuits, focusing on summing amplifiers, subtractors, and digital-to-analog (D/A) converters. It explains how summing amplifiers combine multiple input signals to produce a single output and details two methods of D/A conversion: binary weighted and R/2R ladder converters. Additionally, it covers comparators, their function as zero crossing detectors, and their application in interfacing analog and digital circuits.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views18 pages

EPC Notes-Part-3

The document discusses linear operational amplifier (op-amp) circuits, focusing on summing amplifiers, subtractors, and digital-to-analog (D/A) converters. It explains how summing amplifiers combine multiple input signals to produce a single output and details two methods of D/A conversion: binary weighted and R/2R ladder converters. Additionally, it covers comparators, their function as zero crossing detectors, and their application in interfacing analog and digital circuits.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

MODULE 3
LINEAR OPAMP CIRCUITS
SUMMING AMPLIFIER AND D/A CONVERTER
The summing amplifier
As the input impedance of an op-amp is extremely large, more than one input signal can be
applied to the inverting amplifier .Such circuits amplifies the addition of the applied signals at
the output. Hence it is called summing amplifier or adder circuit.
For simplicity, the circuit has only two inputs, but we can have as many inputs as needed for
that application.The circuit like this amplifies each input signal. The gain for each channel ,or
input is given by the ratio of the feedback resistance to the appropriate input resistance.
For instance,the closed loop voltage gain of fig 3.1a are
𝑅𝑓 𝑅𝑓
Av1(CL)=− and Av2(CL)=−
𝑅1 𝑅2

Figure 3.1 summing amplifier

The summing circuit combines all the amplified input signals into a single output given by
Vout= Av1(CL)v1+ Av2(CL)v2….1
It is easy to prove equation 1 .Since the inverting input is a virtual ground,the total input current
is:
𝑣1 𝑣2
iin=i1+i2= +
𝑅1 𝑅2

because of the virtual ground concept, all this current flows through the feedback resistor
producing an output 𝑅𝑓
v =(i +i )R voltage with
𝑅𝑓
a magnitude of
{ 𝑣1) + ( ) 𝑣2}
out 1 2 f= − ( 𝑅2
𝑅1

each input voltage is multiplied by its channel gain and added to produce the total output.The
same result applies to any number of inputs.
In some applications ,all resistances are equal as shown in fib 3.1 b .In this case ,each channel
has a closed loop voltage gain of unity and the output is given by
Vout=-(v1+v2+…..+vn).

The subtractor
Figure 3.2 shows a circuit that subtracts two input voltages to produce an output voltage equal
to the difference of v1 and v2.

57

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Input v1 drives an inverter with a voltage gain of unity. The output of the first stage is -v1. This
voltage is one of the inputs to the second stage summing circuit.The other input is v2.Since the
gain of each channel is unity,the final output voltage equal v1 minus v2.

figure 3.2 subtractor

Summing on both inputs


The inverting side of the amplifier has two inputs channels and the non inverting side has two
input channels as shown in figure 3.3

Figure 3.3 summing amplifier using both sides of the opamp

The average
Figure 3.4 is an average,a circuit whose output equals the average of the input voltages.each
channel
𝑅
has
1
a voltage gain of
Av= =
3𝑅 3
When all amplified outputs are added,we get an output that is average of all input voltages.

58

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Figure 3.4 averaging circuit

D/A CONVERTER
A digital to analog(D/A) converter takes a binary represented values and converts it into a
voltage or current.This voltage or current will be proportional to the input binary value.
Two methods of D/A conversion used are:
1. the binary weighted D/A converter and
2. R/2R ladder D/A converter.
The binary weighted D/A converter:
• This circuit produces an output voltage equal to the weighted sum of the inputs.The
weight is the same as the gain of the channel.For instance, in figure 3.5 a the channel
gains are :
Av3=-1
Av2=-0.5
Av1=-0.25
Av0=-0.125

Figure 3.5 binary weighted D/A converter changes digital input to analog voltage
• The input voltages are digital or two state, which means that they have a value of either
1 or 0.With 4 inputs ,there are 16 possible input combinations of v3v2v1v0.
0000,0001,0010,0011,0100,0101,0110,0111,1000,1001,1010,1011,1100,1101,1110
and 1111.
• When all inputs are zero(0000),the output is:
Vout=0

59

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

• When v3v2v1v0 is 0001,the output is


Vout =-(0.125)=-0.125
• When v3v2v1v0 is 0010,the output is:
Vout =-(0.25)=-0.25
And so on.
• When the inputs are all 1’s(1111),the output is maximum and equals:
Vout=-(1+0.5+0.25+0.125) =-1.875
• If the D/A converter of figure 3.5 a is driven by a circuit that produces the 0000 to 1111
sequence of numbers,it will produce these output voltages :
Input Output
0000 0
0001 -0.125
0010 -0.25
0011 -0.375
0100 -0.5
0101 -0.625
0110 -0.75
0111 -0.875
1000 -1
1001 -1.125
1010 -1.25
1011 -1.375
1100 -1.5
1101 -1.625
1110 -1.75
1111 -1.875

• When viewed on an oscillator scope, the output voltage of the D/A converter will look
like the negative-going staircase shown in fig 3.5b.
• A 4 input D/A converter has 16 possible outputs, an 8 input A/D converter has 256
possible outputs, and a 16 input D/A converter has 65,536 possible outputs. This means
that the negative going staircase voltage of fig 3.5b can have 256 steps with an 8 input
converter and 65536 steps with a 16 input converter.
• The binary weighted D/A converter can be used in applications where the number of
inputs is limited and where high precision is not required. When a higher number of
inputs is used, a higher number of different resistor values is required.The accuracy and
stability of the D/A converter depends on the absolute accuracy of the resistors and their
ability to track each other with temperature variations.
• The problem with the D/A converter is that it requires binary weighted resistors
which may be readily available, especially if the number of inputs ismore than
4.An attractive alternative is use R and 2R resistors for the D/A converter since
it requires only two set of precision resistance values.

60

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

D/A CONVERTER WITH R AND 2R RESISTORS


• The 2/2R ladder D/A converter shown in figure 3.6,overcomes the limitations of the
binary weighted D/A converter and is the method most often used in integrated circuit
D/A converters.
• Because only two resistor values are required,this method lends itself to ICs with 8 bit or
higher binary inputs and provides a higher degree of accuracy.
• The binary inputs are simulated by switches Do through D3 and the output is
proportional to the binary inputs.
• The switches connect the four inputs to either ground(logic 0) or +Vref(logic 1)
• The ladder network converts the possible binary inputs values from 0000 through 1111
to one of 16 unique output voltage levels.
• In the D/A converter shown in figure 3.6,D0 is considered to be the least significant
bit (LSB) while D3 is the most significant bit(MSB).
• To determine the D/A converters output voltage,first change the ebinary input value to
its decimal equivalent value BIN. This can be done by
BIN=(D0*20)+ (D1*21)+ (D2*22)+ (D3*23)…..1
• Then the output voltage will be found by
𝐵𝐼𝑁
Vout=− ( ) ∗ 2𝑉𝑟𝑒𝑓….2
2𝑁
Where N equals the number of inputs.

Figure 3.6 R/2R ladder D/A converter

NONLINEAR OPAMP CIRCUITS


COMPARATORS WITH ZERO REFERENCE
Comparators as the name implies compares a signal voltage on one input of an opamp with a
known voltage called the reference voltage on the other inpu.in its simplest form,it is nothing
more than an open loop opamp,with two analog inputs and a digital output;the outpu may be +
or – saturation voltage depending on which input is larger.
Basic Idea
The simplest way to build a comparator is to connect an opamp without feedback resistors as
shown in fig 3.7a.Because of the high open loop voltage gain,a positive input voltage produces
positive saturation and a negative input voltage produces negative saturation.
The comparator shown in figure 3.7a is called a zero crossing detector because the output
voltage ideally switches from low to high or vice versa whenever the input voltage crosses

61

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

zero.Figure 3.7b shows the input-output response of a zero crossing detector.The minimum
input voltage that produces saturation is:
𝑉𝑠𝑎𝑡
Vin(min) =± …1
𝐴𝑣𝑜𝐿
If Vsat =14V,the output swing of the comparator is from approximately -14V to +14V.if the
opwn loop voltage gain is 100,000,the input voltage needed to produce saturation is
14𝑉
Vin(min)=± = ±0.14𝑚𝑉
100,000

This means that an input voltage more positive than +0.140mV drives the comparator into
positive saturation,and an input voltage more negative than -0.14mV drives into negative
saturation.

Figure 3.7 (a) comparator (b) input/output response

Inverting comparator
Inverting comparator is shown in figure 3.8 a.The non inverting input is grounded.The input
signal drives the inverting input of the comparator.In this case,a slightly positive input voltage
produces a maximum negative output.as shown in figure 3.8b on the other hand,a slightly
negative input voltage produces a maximum positive output.

Figure 3.8 a Inverting comparator with clamping diodes;b)inverting amplifier with input and output
waveforms

62

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Diode clamps
In the fig 3.8,the diodes D1 and D2 protect the opamp from damage due to excessive input
voltage vin.Because of these diodes,the difference input voltage Vid of the opamp is clamped
to either 0.7 or -0.7 V,hence the diodes are called clamp diodes.There are some opamps with
built in input protection in such opamps the input diodes D1 and D2 are unnecessary.

Converting sine waves to square wave


The trip point (also called threshold or reference) of a comparator is the input voltage that
causes the output voltage to switch states (from low to high or from high to low).
For instance,if a sine wave is the input to a noninverting comparator with a threshold of 0V,the
output will be the square wave shown in figure 3.9 aThe ouput of the zero crossing detector
switches states each time the input voltage crossesthe zero threshold.

Figure 3.9 comparator converts sine waves to square waves a. non inverting b. inverting

Figure 3.9b shows the input sinewave and the output square wave for an inverting comparator
with a threshold of 0V,With this zero crossing detector,the output square wave is 180° out of
phase with input sine wave.
Interfacing analog and digital circuits
Comparators usually interface at their outputs with digital circuits such as CMOS,EMOS or
TTL.Figure 3.10a shows how a zero crossing detector can interface with an EMOS
circuit.whenever the input voltage is greater than zero,the output of the comparator is high.This
turns on the power FET and produces large load current.
Figure 3.10 b shows a zero crossing detetctor interfacing with a CMOS inverter.The idea is
basically the same.A comparator input greater than zero produces a high input to the CMOS
inverter.
Most EMOS devices can handle input voltages greater than ±15𝑉,and most CMOS devices
can handle input voltages up to ±15𝑉.Therefore we can interface the output of typical
comparatot without any level shifting or clamping.

63

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Figure 3.10 comparator interfaces with (a) power FET (b) CMOS

Clamping diodes and compensating resistors


When a current limiting resistor is used with clamping diodes,a compensating resistor of equal
size may be used on the other input of the comparator as shown in figure 3.11.This is still a
zero crossing detector,except that it now has a compensation resistor to eliminate the effect of
input bias current.

Figure 3.11 using a compensating resistor to minimize the effect if I in(bias)

The diodes are normally off and have no effect on the operation of the circuit.It is only when
the input tries to exceed ±0.7𝑉 that one of the clamping diode turns on and protects the
comparator against excessive input voltage.

64

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Bounded output
The output swing of a zero crossing detector may be too large in some applications. If so, we
can bound the output by using back to back Zener diodes as shown in figure 3.12 a.
In this circuit,the inverting comparator has a bounded output because one od the diodes will be
conducting in the forward direction and the other will be operating in the breakdown region.
For instance,a 1N4731A has a Zener voltage of 4.3V.Therefore ,the voltage across the two
diodes will be approximately ±5𝑉 .If the input voltage is a sine wave with a peak value of
25mV,then the output voltage will be an inverted square wave with a peak voltage of 5V.

Figure 3.12 bounded outputs (a) zener diodes (b) rectifier diode

Figure 3.12 b shows another example of bounded output.The output will clip off the negative
half -cycles of the output voltage.Given an input sine wave with a peak of 25mV,the output is
bounded between -0.7 and +15V as shown

COMPARATOR WITH NON-ZERO REFERENCES


In some applications, a threshold voltage different from zero may be preferred.
Moving the trip point
• In figure 3.13a, voltage divider produces the following reference voltage for the
inverting input.
𝑅2
Vref=( ) ∗ 𝑉𝑐𝑐…1
𝑅1+𝑅2
• When Vin is greater than Vref,the differential input voltage is positive and the output
voltage is high.
• When Vin is less than Vref,the differential input voltage is negative and the output
voltage is low.
• A bypass capacitor is typically used on the inverting input,as shown in figure 3.13a .this
reduces the noise appearing at the inverting input.
• The cutoff frequency of this bypass circuit is given by
𝑓𝑐 = 1/(2𝜋(𝑅1||𝑅2)𝐶𝐵𝑌) … .2
• Figure 3.13b shows the transfer characteristic (input/output response).
• The trip point is now equal to Vref. When Vin is greater than Vref,the output of the
comparator goes into positive saturation. When Vin is less than Vref,the output of the
comparator goes into negative saturation.
• A comparator like this is sometimes called a limit detector because the positive output
indicates that the input voltage exceeds a specific limit.
• With different values of R1 and R2,we can set the limit anywhere between 0 and Vcc.

65

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

• If a negative limit is preferred ,connect -VEE to the voltage divider as shown in figure
3.1.3c.
• Now a negative reference voltage is applied to the inverting input.
• When Vin is more positive than Vref,the differential input voltage is positive and the
output is high as shown in figure 3.13d.When Vin is more negative than Vref ,the output
is low.

Figure 3.13 a positive threshold b.positive input/output response c.negative threshold d.negative
input/output

Single supply comparator


A typical opamp like the 741C can run on a single positive supply by grounding the -VEE pin
as shown in figure 3.14a.The output voltage has only one polarity ,either a low or a high positive
voltage.For instance,with Vcc equal to +15V,the output swing is from approximately
+1.5V (low state) to around +13.5V(high state).
When Vin is greater than Vref,the output is high as shown in figure 3.14b.When Vin is less
than Vref,the output is low.In either case,the output has a positive polarity.For many
applications ,this kind of positive output is preferred.

66

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Figure 3.14 a.single supply comparator b.input/output response

IC comparators
• An opamp like a 741C can be used as a comparator,but it has speed limitations becauseof
its slew rate.
• With a 741C,the output can change no faster than 0.5V/ µ s.because of this ,a 741C takes
more than 50 µs to switch output states with supplies of ±15𝑉.
• One solution to the slew rate problem is to use faster opamp like an LM318.Since it hasa
slew rate of 70V/ µs,it can switch from -Vsat to +Vsat in approximately 0.3 µs.
• Another solution is to eliminate the compensating capacitor found in a typical
opamp.Since a comparator is always used as a nonlinear circuit ,a compensating
capacitor is unnecessary.A manufacturer can delete the compensating capacitor and
significantly increase the slew rate.

Open collector devices


• Figure 3.15 a shows a simplified schematic diagram for an open collector comparator.it
runs off a single positive supply.
• The input stage is a diff amp (Q1 and Q2).A current source (Q6) supplies the tail current.
• The diff amp drives an active load Q4.The output stage is a single transistor Q5 with an
open collector.This open collector allows the user to control the output swing of the
comparator.
• For the output stage to work properly,the user has to connect the open collector to an
external resistor and supply voltage as shown in figure 3.15b.
• The resistor is called a pullup resistor because it pulls the output voltage up to the supply
voltage when Q5 is cut off.when Q5 is saturated,the output voltage is low. Since the
output stage is a transistor switch,the comparator produces a two state output.
• Examples of IC comparators are the LM 311,LM339 and NE 529.They all have a open
collector output stage,which meansst that you have to connect the output pin to a pull
up resistor and a positive supply voltage.Because of their high slew rates ,these IC
comparators can switch output states in a microsecond or less.
• The LM 339 is a quad comparator-four comparators in a single IC package.it can runnoff
a single supply or off dual supplies.Because it is inexpensive and easy to use ,the LM
339 is a popular comparator for general purpose applications

67

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

• Not all IC comparators have an open collector output stage.Some like LM


360,LM361,LM760 have an active collector output stage.The active pullup produces
faster switching.These high speed IC comparators requires dual supplies.

Figure 3.15 a simplified schematic diagram of IC comparator b.using pullup resistor


with open collector output stage.

Driving TTL
The LM339 is an open collector device. Figure 3.16a shows how an LM 339n can be connected
to interface with TTL devices. A positive supply of +15V is used for the comparator, but the
open collector of the LM 339 is connected to a supply of +5V through a pullup resistor of
1KΩ.Because of this, the output swings between 0 and +5V as shown in figure 3.16b.This
output signal is ideal for TTL devices because they are designed to work with the supplies of
+5V.

68

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Figure 3.16 (a) LM339 comparator (b) input/output response

COMPARATOR WITH HYSTERESIS


In a basic comparator,a feedback is not used and the opamp is used in the open loop lode.As
open loop gain of opamp is large,very small noise voltages also can cause triggering of the
comparator ,to change its state.
Such a false triggering may cause a lot of problems in the applications of comparator as zero
crossing detector
The comparator circuit used to avoid such unwanted triggering is called regenerative
comparator or Schmitt trigger which basically uses positive feedback.
Noise
• Noise is any kind of unwanted signal that is not derived from or harmonically related
to the input signal.
• Power supply ripple is also classified as noise since it is not related to the input signal.By
using regulated power supplies and shielding we can reduce the ripple and inducednoise
to an acceptable level.
• Thermal noise on the other hand,is caused by the random motion of free electrons insoea
resistor(figure 3.17a).The energy for this electron motion comes form the thermal
energy of the surrounding air.The higher the ambient temperature ,the more active the
electrons.
• The motion of billions of free electrons inside a resistor is pure chaos.At some
instants,more elctrons move up than down,producing a small negative voltage across
the resistor.At other instants,more electrons move down than up,producing a positive
voltage.

Figure 3.17 thernal noise (a.)random electron motion in resistor

69

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Noise triggering
• The high open loop gain of a comparator means that an input of only 100 µV may be
enough to switch the output from one state to another.
• If the input contains noise with a peak of 100 µV or more,the comparator will detect the
zero crossings produced by the noise.
• Figure 3.18 shows the output of a comparator with no input signal,except for noise.When
the noise peaks are large enough,they produce unwanted changes in the comparator
output.
• For instance,the noise peaks at A,B and C are producing unwanted transitions from lowto
high.

Figure 3.18 noise produces false triggering of comparator

Schmitt trigger
• The standard solution for a noisy input is to use a comparator like the one shown in figure
3.19a
• The input voltage is applied to the inverting input. The inverting mode produces opposite
polarity output. This is fed back to the non-inverting input which is of same polarity as
that of output. This ensures positive feedback.
• A comparator using positive feedback is usually called a Schmitt trigger.
• When the comparator is positively saturated, a positive voltage is feedback to the non-
inverting input. This positive feedback voltage holds the output in the high state.
• Similarly, when the output voltage is negatively saturated, a negative voltage is
feedback to the non-inverting input, holding the output in the low state.
• The feedback fraction is
B= 𝑅1
𝑅1+𝑅2

The input voltage Vin triggers (change the state of) the output Vo every time it exceeds certain
voltage levels called the upper threshold voltage Vut and lower threshold voltage Vlt as shown
in fig 3.19b

70

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

In fig 3.19.a the threshold voltages are obtained by using the voltage divider R 1-R2,where the
voltage across R2 is fedback to the +input.The voltage acrosss R2 is a variable reference
thereshold voltage that depends on the value and polarity of the output voltage Vo.when
Vo=+Vsat the voltage across R2 is called the upper threshold voltage Vut.The input voltage Vin
must be slightly more positive than Vref, the output gets driven to –Vsat from +Vsat.As long
as Vin<Vut, Vo is at +Vsat. using the voltage divider rule.

When the output is positively saturated ,the reference voltage applied to the non-inverting input
is Vref=+BVsat
On the other hand when Vo=-Vsat the voltage across R2 is referred to as the lower threshold
voltage Vlt ,Vin must be slightly more negative than Vlt in order to cause Vo to switch from –
Vsat to +vsat .in other words for Vin values greater than Vlt,Vo is at –Vsat.Vlt is given by the
following equation

When the output is negatively saturated,the reference voltage is


Vref=-BVsat

Thus if the threshold voltages Vut and Vlt are made larger than the input noise voltages,the
positive feedback will eliminate the false output transitions.

71

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Figure 3.19 a inverting Schmitt trigger b input and output waveforms c Hysterisis curve

Hysteresis
To under this concept put your finger on the upper end of the graph where it says +Vsat.Assume
that this is the current value of the output voltage.Move your finger to the right along the
horizontal line,the input voltage is changing but the output voltage is still equal to +Vsat.
When u reach the upper right corner Vin equals +BVsat. When vin increases to slightly more
than +BVsat, the output voltage goes into the transition region between the high and the low
states.
If you move your finger down along the vertical line,you will simulate the transition of the
output voltage from high to low. when your finger is on the lower horizontal line,the output
voltage is negatively saturated and equal to -Vsat.
To switch back to the high output state ,move your finger until it reaches the lower left corner.At
this point Vin equals -B Vsat.When Vin becomes slightly more negative than - BVsat,the ouput
voltage goes into the transition from low to high.If you move your finger along the vertical
line,you will simulate the switching of the output stage from low to high.

The comparator with positive feedback is said to exhibit hysterisis ,a dead band condition.that
is when the input of the comparator exceeds Vut its output swithces form +Vsat to –Vsat and
reverts back to its original state,+Vsat, when the input goes below Vlt.the hysterisis voltage is
equal to the difference between Vut and Vlt.Therefore

NonInverting Circuit
• Figure 3.20a shows a noninverting Schmitt trigger.The input/output response has a
hysteresis loop,as shown in figure 3.20b.
• If the output is positively saturated in figure 3.20a,the feedback voltage to the
noninverting input is positive,which reinforces the positive saturation.Similarly if the

72

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

output is negatively saturated,the feedback voltage to the noninverting input is


negative,which reinforces the negative saturation.
• Assume that the output is positively saturated.The feedback voltage will hold the outputin
negative saturation until the input voltage becomes slightly more positive than
UTP.when this happens,the output switches from negative to positive saturation.Once
is positive saturation,the output stays there until the input voltage becomes slightly less
than LTP.Then the output can change back to the negative state.
VA=voltage at point A =IinR1
As opamp input current is zero,Iin entirely passes through R1
𝑉𝑜 𝑉𝑠𝑎𝑡
∴ 𝐼𝑖𝑛 = =+
𝑅2 𝑅2
𝑅1
𝑉𝑢𝑡 = 𝐼𝑖𝑛 ∗ 𝑅1 = +𝑉𝑠𝑎𝑡 ∗
𝑅2
𝑅1
𝑉𝑙𝑡 = −𝑉𝑠𝑎𝑡 ∗
𝑅2

Figure 3.20 a non inverting Schmitt trigger b input/ouput response


Speed-up capacitor

73

Downloaded by Sarthak Dhawan ([email protected])


lOMoARcPSD|58519446

ELECTRONIC PRINCIPLES &CIRCUITS[BEC303]

Besides supressing the effects of noise,positive feedback speeds up the switching of output
states.When the output voltage begibs to change,this change is feedback to the non inverting
input and amplified ,forcing the output to change faster.Sometimes a capacitor C2 is connected
in parallel with R2 as shown in fig 3.21a known as speedup capacitor,it helps to cancel the
bypass capacitor formed by the stray capacitance across R1.This stray capacitance C1 has to
be charged before the non inverting input voltage can change.the sppedup capacitor supplies
this charge.
To neutralize the stray capacitance ,the minimum speed up capacitance must be atleast
𝑅1
𝐶2 = ∗ 𝐶1
𝑅2
As long as C2 is equal to or greater than value given by above equation,the output will switch
states at maximum speed.since the designer often has to estimate the stray capacitance C1, C2
Can be made two times larger than the value given by equation above.

Figure 3.21 speed up capacitor compensates for stray capacitance

74

Downloaded by Sarthak Dhawan ([email protected])

You might also like