Google Search

Custom Search

Sunday, November 9, 2008

Output Impedance of a Transistor for the Emitter Follower (Common Collector)

The output impedance seen by the load (RE in this example) is defined as:

Zout = - dVout / dIout

The minus sign in the derivative comes from the fact the output impedance has the effect of decreasing Vout. The output current IE, which is related to the base current.

Vin = IBRS + VBE +VE [Vout = VE]

Vout = VE = Vin – IBRS – VBE [Iout = IE and IB = IE/(β + 1)]

Vout = Vin – {IE/(β + 1)}RS – VBE = Vin – {Iout/( β + 1)}RS – VBE

= - Iout{RS/(β + 1)} + (Vin – VBE)

So, Zout = - dVout/dIout = -d/dIout [ - Iout{RS/(β + 1)} + (Vin – VBE) ]

Zout = RS/(β + 1)

Thus we obtain the result that the impedance of the source, as viewed by the load, is reduced by the factor ~ 1/ β.

Zout = {RS/( β + 1) ≈ RS

Saturday, November 8, 2008

Input Impedance of a Transistor

Impedance is defined as Z = V/I. In linear circuits (with resistors, capacitors, inductors, batteries, etc.) this ratio is the reciprocal of the slope of the I versus V graph. In circuits with nonlinear elements such as a transistor, the input impedance of the resistor is defined as the reciprocal of the slope of the I versus V graph. This is simply the derivative of Vin with respect to Iin-

Zin = dVin / dIin





We can easily find Zin from what we know already of the behavior of the transistor. We know that the sum of VBE and the IR drop across RE must equal Vin.

Vin = VB = VBE +VE = VBE + IERE [IR = IC + IB = βIB + IB = (β + 1)IB]

Vin =VBE + IERE = IB(β + 1)RE [IB = Iin]

Vin = VBE + Iin (β + 1) RE

Taking the derivative of Vin with respect to Iin, remembering that VBE is a constant, we get the result:

Zin = dVin/dIin = d/dIin(VBE + Iin (β + 1)RE) = (β + 1)RE

Zin = (β + 1)RE βRE

Because IE = IB (β + 1). The IR drop across RE is greater then it would be for IB alone. The amplification of the base current causes RE to appear larger to a source looking into the input by (β + 1).

Definition of Gain

Gain is defined as the ratio of the output signal to the input signal. Because transistor amplifiers often have a quiescent output (a non zero output when the input is zero) we define gain as the derivative of the output with respect to the input. Thus gain is defined as the ratio of the change in output to the change in input.

So far we have not specified the output quantity, the reason is that we can define the gain with respect to any given output and input quantity.

General definition: A =d(Output) / d(Input) if (Output) = 0 when (Input) = 0, then A = (Output) / (Input)

Voltage Gain: Av = dVout/ dVin if Vout = 0 when Vin = 0, then A = Vout / Vin

Current Gain: AI = dIout / dIin if Iout = 0 when Iin = 0, then A = Iout / Iin

Power Gain: Ap = dPout / dPin if Pout = 0 when Pin = 0, then A = Pout / Pin

Note that a negative gain means that the sign of the signal is inverted. Negative gain is not possible for Power Gain. |A| less than unity indicate that the output is smaller than the input.

The quantities need not be the same. If the input and output quantities are different, the gain is no longer unitless. The most common examples are transimpedancc gain and transadmittancc gain.

Transmpedancc Gain: AZ = dVout / dIin if Vout = 0 when Iin = 0, then I = Iout / Iin

Transadmittancc Gain: AY = dIout / dVin if Iout = 0 when Vin = 0, then A = Iout / Iin

Types of Amplifiers

The transistor is a three terminal device, thus the input and the output must share one terminal in collector, common emitter, and common base.

Common Nomenclature (npn Example)

Friday, November 7, 2008

Ohmmeters view of the BJT

Clearly a transistor cannot be made on the bench by combining two diodes. (Why is that?) Most ohmmeters not only measure resistance, but also measure the forward voltage drop across a diode. From this perspective you can identify the base and the type of transistor based on the following equivalent circuits.

Wednesday, November 5, 2008

BJT Schematic Symbols

(Mnemonics for remembering the directions of the arrows are in parenthesis.)

Common Circuit Application(JFET Diode)

The JFET pn gate junction can be used as a diode by connecting the source and the drain terminals. This is done if very low reverse leakage currents are required. The leakage current is very low because the reverse leakage current scales with the gate area. Small gate areas are designed into JFETs because it decreases the gate-source and the gate-drain capacitances.

Metal–oxide–semiconductor Structure

A traditional metal–oxide–semiconductor (MOS) structure is obtained by depositing a layer of silicon dioxide (SiO2) and a layer of metal (polycrystalline silicon is commonly used instead of metal) on top of a semiconductor die. As the silicon dioxide is a dielectric material its structure is equivalent to a planar capacitor, with one of the electrodes replaced by a semiconductor.

When a voltage is applied across a MOS structure, it modifies the distribution of charges in the semiconductor. If we consider a P-type semiconductor (with NA the density of acceptors, p the density of holes; p = NA in neutral bulk), a positive voltage, VGB, from gate to body (see figure) creates a depletion layer by forcing the positively charged holes away from the gate-insulator/semiconductor interface, leaving exposed a carrier-free region of immobile, negatively charged acceptor ions. See doping (semiconductor). If VGB is high enough, a high concentration of negative charge carriers forms in an inversion layer located in a thin layer next to the interface between the semiconductor and the insulator. (Unlike the MOSFET, discussed below, where the inversion layer electrons are supplied rapidly from the source/drain electrodes, in the MOS capacitor they are produced much more slowly by thermal generation through carrier generation and recombination centers in the depletion region.) Conventionally, the gate voltage at which the volume density of electrons in the inversion layer is the same as the volume density of holes in the body is called the threshold voltage.

This structure with P-type body is the basis of the N-type MOSFET, which requires the addition of an N-type source and drain regions.


From: - Wikipedia Encyclopedia

NMOS logic

NMOS logic uses n-type metal-oxide-semiconductor field effect transistors (MOSFETs) to implement logic gates and other digital circuits. nMOS transistors have three modes of operation: cut-off, triode, and saturation (sometimes called active).

The n-type MOSFETs are arranged in a so-called "pull-down network" (PDN) between the logic gate output and negative supply voltage, while a resistor is placed between the logic gate output and the positive supply voltage. The circuit is designed such that if the desired output is low, then the PDN will be active, creating a current path between the negative supply and the output.


As an example, here is a NOR gate in NMOS logic. If either input A or input B is high (logic 1, = True), the respective MOS transistor acts as a very low resistance between the output and the negative supply, forcing the output to be low (logic 0, = False). When both A and B are high, both transistors are conductive, creating an even lower resistance path to ground. The only case where the output is high is when both transistors are off, which occurs only when both A and B are low, thus satisfying the truth table of a NOR gate:
A B A NOR B
0 0 1
0 1 0
1 0 0
1 1 0

While NMOS logic is easy to design and manufacture (a MOSFET can be made to operate as a resistor, so the whole circuit can be made with NMOSFETs), it has several shortcomings as well. The worst problem is that a DC current flows through an NMOS logic gate when the PDN is active, that is whenever the output is low. This leads to static power dissipation even when the circuit sits idle.

Also, NMOS circuits are slow to transition from low to high. When transitioning from high to low, the transistors provide low resistance, and the capacitative charge at the output drains away very quickly. But the resistance between the output and the positive supply rail is much greater, so the low to high transition takes longer. Using a resistor of lower value will speed up the process but also increases static power dissipation.


From: - Wikipedia encyclopedia

PMOS logic

pMOS logic uses p-type metal-oxide-semiconductor field effect transistors (MOSFETs) to implement logic gates and other digital circuits. pMOS transistors have three modes of operation: cut-off, triode, and saturation (sometimes called active).

The p-type MOSFETs are arranged in a so-called "pull-up network" (PUN) between the logic gate output and positive supply voltage, while a resistor is placed between the logic gate output and the negative supply voltage. The circuit is designed such that if the desired output is high, then the PUN will be active, creating a current path between the positive supply and the output.

While pMOS logic is easy to design and manufacture (a MOSFET can be made to operate as a resistor, so the whole circuit can be made with pMOSFETs), it has several shortcomings as well. The worst problem is that a DC current flows through a pMOS logic gate when the PUN is active, that is whenever the output is high. This leads to static power dissipation even when the circuit sits idle.

Also, pMOS circuits are slow to transition from high to low. When transitioning from low to high, the transistors provide low resistance, and the capacitative charge at the output drains away very quickly. But the resistance between the output and the negative supply rail is much greater, so the high to low transition takes longer. Using a resistor of lower value will speed up the process but also increases static power dissipation.


From: - Wikipedia encyclopedia