Difference between revisions of "TF EIM Chapt3"

From New IAC Wiki
Jump to navigation Jump to search
Line 134: Line 134:
  
 
:<math>\frac{V_{in}}{R_1} + \frac{d}{dt} C\left( V_{in}\right) =  \frac{d}{dt} C\left( V_{out}\right)  + \frac{V_{out}}{R} + \frac{V_{out}}{R_1} </math>
 
:<math>\frac{V_{in}}{R_1} + \frac{d}{dt} C\left( V_{in}\right) =  \frac{d}{dt} C\left( V_{out}\right)  + \frac{V_{out}}{R} + \frac{V_{out}}{R_1} </math>
:<math>\frac{d V_{in} }{dt}+ \frac{V_{in}}{CR_1}=  \frac{d}{dt} C\left( V_{out}\right)  + \frac{RR_1}{C(R+R_1)} V_{out} </math>
+
:<math>\frac{d V_{in} }{dt}+ \frac{V_{in}}{CR_1}=  \frac{d}{dt} C\left( V_{out}\right)  + \frac{(R+R_1)}{CRR_1} V_{out} </math>
  
  
  
 
[[Forest_Electronic_Instrumentation_and_Measurement]]
 
[[Forest_Electronic_Instrumentation_and_Measurement]]

Revision as of 05:13, 9 February 2011

Differentiator circuit

Consider the effect of a low-pass filter on a rectangular shaped input pulse with a width τ and period T.


TF EIM PulsedRCHighpass.png


The first thing to consider is what happens to the different parts of the square pulse as it travels to the circuit.

You know that the circuit, as a high pass filter, will tend to attenuate low frequency (slow changing) voltages and not high frequency (quick changing) voltages.

This means no DC voltage values pass beyond the capacitor.

This means that points a and b in the pulse shown below should pass through the circuit.

TF EIM SquarePulseDifferentiated.png

The voltage changes in between point a and DC are passed according to what you select for the break frequency (ωB=1RC)

In the above pulse picture it was assumed that τ>>1ωB=RC or in other words the RC network time constant is a lot smaller than the pulse width.

If the RC time constant is larger than the pulse width then you will see the voltage stay high. The rectangular pulse will be output as a square like pulse which is "sagging".


TF EIM PulsedRCHighpassSmallRC.png TF EIM PulsedRCHighpassBigRC.png
RC<<τ RC>>τ

Loop Theorem

Vin=VC+VR=IXC+IR


How does VC compare to VR ?
|VRVC|=|IR||IXC|=R|1iωC|=ωRC

The maximum value of ω is determined by the pulse width τ while T is the period that corresponds the lowest frequency (other than DC).


|VRVC|MAX=RCτ

RC<<τ

When RC<<τ


|VRVC|MAX=RCτ<<1VR may be ignored.
Vin=VC+VRVC=QC

taking the derivative with respect to time yields

dVindt=IC

or

I=CdVindt

The loop theorem for V_{out} :

Vout=IR=(CdVindt)R=RCdVindt


The output of the above circuit when RC<<τ will be proportional to the derivative of the input AC source with respect to time.

Integrator

TF EIM PulsedRCLowpass.png

The above circuit is a low pass filter. When a square pulse hits it all of the low frequency components will pass through and the high frequency components will be attenuated. This essentially makes the pulse smooth as shown below.

TF EIM SquarePulse.png

The above is referred to as an integration circuit.

Loop theorem

Vin=IR+QC
=RdQdt+QC

This differential equation may be written as

dQdt+QRC=VinR
Q=CVin(1et/RC)


Vout=QC=Vin(1et/RC)

RC>>τ

If RC>>τ

then

t/RC<<1
et/RC1t/RC
Vout=Vin(1et/RC)=VintRC=1RCt0Vindt The circuit appears to be integrating the input voltage.

If RC<<τ then very little integration is done because the pulse is change at a low frequency compared to the RC constant.

Pulse Sharpening

The circuit below is a way to decrease the rise time of an input pulse at the expense of attenuating the pulse. The output pulse is a "sharpened" version of the input pulse and attenuated.


TF EIM PulseSharpnr.png

Junction Rule

If we apply the junction rule for the currents in the above circuit

Then

I1+I2=I
I1=VinVoutR1
I2=ddtC(VinVout):Q=CΔV=C(VinVout)
I=VoutR


VinVoutR1+ddtC(VinVout)=VoutR

Collecting terms

VinR1+ddtC(Vin)=ddtC(Vout)+VoutR+VoutR1
dVindt+VinCR1=ddtC(Vout)+(R+R1)CRR1Vout


Forest_Electronic_Instrumentation_and_Measurement