2.3 Amplifiers and Signal Generators

2.3 Amplifiers and Signal Generators

Introduction to Amplifiers and Signal Generators

Amplifiers and signal generators form the backbone of electronic systems, responsible for manipulating and creating electrical signals. Amplifiers increase the power, voltage, or current of a weak input signal without altering its essential characteristics, making it usable for driving loads, processing data, or transmitting information. Signal generators, conversely, are sources that produce precise electrical waveforms of specific shapes, frequencies, and amplitudes for testing, measurement, and stimulation of other circuits. This unit delves into the fundamentals of amplification, explores various amplifier classes and designs, and explains the principles behind oscillators and waveform generators, bridging the gap between theoretical concepts and practical circuit implementation.


1. Basics of Amplification

  1. Definition: An amplifier is an electronic circuit that increases the strength (amplitude) of an input signal to produce a proportionally larger output signal. The process involves controlling a larger power supply using the smaller input signal.

  2. Key Amplifier Parameters:

    • Gain (A): The ratio of output signal magnitude to input signal magnitude.

      • Voltage Gain (AvA_v): Av=VoutVinA_v = \frac{V_{out}}{V_{in}}

      • Current Gain (AiA_i): Ai=IoutIinA_i = \frac{I_{out}}{I_{in}}

      • Power Gain (ApA_p): Ap=PoutPin=AvAiA_p = \frac{P_{out}}{P_{in}} = A_v \cdot A_i

    • Bandwidth: The range of frequencies over which the amplifier provides a relatively constant gain.

    • Linearity: The degree to which the output signal is a faithful, scaled replica of the input signal, avoiding distortion.

    • Efficiency (η\eta): For power amplifiers, the ratio of AC power delivered to the load to the DC power drawn from the supply. η=Pac(out)Pdc(in)×100%\eta = \frac{P_{ac(out)}}{P_{dc(in)}} \times 100\%

  3. Amplifier Model: Can be represented as a two-port network characterized by its input impedance (ZinZ_{in}), output impedance (ZoutZ_{out}), and a controlled source (voltage or current) dependent on the input signal.

2. Amplifier Types: Voltage and Current Amplifiers

  1. Voltage Amplifier:

    • Primary Function: To increase the voltage level of the input signal.

    • Characteristics:

      • High input impedance (ZinZ_{in}) to draw minimal current from the source.

      • Low output impedance (ZoutZ_{out}) to deliver voltage effectively to the load without significant drop.

      • Figure of Merit: High voltage gain.

    • Typical Use: Pre-amplifier stages in audio systems, sensor signal conditioning.

  2. Current Amplifier:

    • Primary Function: To increase the current level of the input signal.

    • Characteristics:

      • Low input impedance to accept current from the source.

      • High output impedance to act as a current source for the load.

      • Figure of Merit: High current gain.

    • Typical Use: Driving low-impedance loads like motors, speakers, or LEDs.


3. Low-Frequency Amplifier Design using BJT/MOSFET

Designing a transistor amplifier involves two main steps: establishing a proper DC operating point (biasing) and analyzing the AC signal performance.

3.1 Biasing Circuits

  1. Objective: To set the DC operating point (Quiescent Point or Q-point) of the transistor in the active region (for amplification) by providing appropriate base current (BJT) or gate-source voltage (MOSFET). A stable Q-point is insensitive to variations in temperature and transistor parameters (β\beta).

  2. Common BJT Biasing Circuits:

    • Fixed Bias: Simple but highly unstable as ICI_C is directly dependent on β\beta.

    • Emitter-Stabilized (or Self) Bias: Introduces an emitter resistor (RER_E) for negative feedback, improving stability. The Q-point is given by: VBR2R1+R2VCCV_B \approx \frac{R_2}{R_1+R_2}V_{CC} ICIE=VBVBEREI_C \approx I_E = \frac{V_B - V_{BE}}{R_E} VCE=VCCIC(RC+RE)V_{CE} = V_{CC} - I_C(R_C + R_E)

    • Voltage Divider Bias: The most stable and widely used configuration. Uses resistors R1R_1 and R2R_2 to fix the base voltage.

  3. Common MOSFET Biasing Circuits:

    • Fixed Gate Bias: Simple but requires a separate voltage source.

    • Voltage Divider Bias: Similar to BJT, provides good stability.

    • Drain Feedback Bias: Uses a resistor from drain to gate, providing stability through negative feedback.

3.2 Small-Signal Parameters

Once the Q-point is established, the transistor is linearized for AC analysis. The small-signal (hybrid-π\pi) model represents the transistor's behavior for small variations around the Q-point.

  1. BJT Small-Signal Parameters:

    • Transconductance (gmg_m): Relates small change in output current (ici_c) to input voltage (vbev_{be}). gm=ICVTg_m = \frac{I_C}{V_T}, where VT26mVV_T \approx 26 \text{mV} at room temperature.

    • Input Resistance (rπr_\pi): Resistance looking into the base. rπ=βgmr_\pi = \frac{\beta}{g_m}

    • Output Resistance (ror_o): Due to the Early effect. ro=VAICr_o = \frac{V_A}{I_C}, where VAV_A is the Early voltage.

  2. MOSFET Small-Signal Parameters:

    • Transconductance (gmg_m): gm=2IDVGSVt=kn(VGSVt)g_m = \frac{2I_D}{V_{GS} - V_t} = k_n (V_{GS} - V_t)

    • Output Resistance (ror_o): ro=1λIDr_o = \frac{1}{\lambda I_D}, where λ\lambda is the channel-length modulation parameter.

3.3 Gain Calculation

Using the small-signal model, the voltage gain of a common-emitter (CE) or common-source (CS) amplifier with a bypassed emitter/source resistor is: Av=VoutVin=gmRC(for BJT, neglecting ro)A_v = \frac{V_{out}}{V_{in}} = -g_m R_C \quad \text{(for BJT, neglecting } r_o\text{)} Av=VoutVin=gmRD(for MOSFET, neglecting ro)A_v = \frac{V_{out}}{V_{in}} = -g_m R_D \quad \text{(for MOSFET, neglecting } r_o\text{)} The negative sign indicates a 180° phase shift between input and output.

3.4 Input and Output Impedance

  1. Input Impedance (ZinZ_{in}): The impedance seen looking into the input terminals of the amplifier.

    • For a voltage divider biased CE amplifier (with RER_E bypassed): Zin=R1R2rπZ_{in} = R_1 \parallel R_2 \parallel r_\pi

    • For a CS amplifier: Zin=RGZ_{in} = R_G (very high).

  2. Output Impedance (ZoutZ_{out}): The impedance seen looking into the output terminals with input set to zero.

    • For CE amplifier: ZoutRCroZ_{out} \approx R_C \parallel r_o

    • For CS amplifier: ZoutRDroZ_{out} \approx R_D \parallel r_o

3.5 Negative Feedback

  1. Concept: Feeding a portion of the output signal back to the input, 180° out of phase with the original input signal.

  2. Effects:

    • Stabilizes Gain: Makes gain less dependent on transistor parameters. Af1βfor large loop gainA_{f} \approx \frac{1}{\beta} \quad \text{for large loop gain}

    • Increases Bandwidth.

    • Reduces Nonlinear Distortion and Noise.

    • Modifies Input and Output Impedances:

      • Series feedback (at input) increases ZinZ_{in}.

      • Shunt feedback (at input) decreases ZinZ_{in}.

      • Voltage feedback (at output) decreases ZoutZ_{out}.

      • Current feedback (at output) increases ZoutZ_{out}.

  3. Types: Series-Shunt, Shunt-Series, Series-Series, Shunt-Shunt.


4. Power Amplifiers

Power amplifiers are designed to deliver large amounts of power to a load (e.g., speakers) with high efficiency. They are classified based on their conduction angle.

  1. Class A:

    • Conduction Angle: 360°. The transistor conducts for the entire input cycle.

    • Q-point: Centered in the active region.

    • Advantages: Excellent linearity (low distortion).

    • Disadvantages: Very low theoretical maximum efficiency (25% for resistive load, 50% for transformer-coupled).

    • Use: Low-power, high-fidelity applications.

  2. Class B:

    • Conduction Angle: 180°. Each transistor in a push-pull pair conducts for half the cycle.

    • Q-point: At cutoff.

    • Advantages: High theoretical efficiency (78.5%).

    • Disadvantage: Crossover distortion where the waveforms from the two transistors meet.

    • Use: Audio power output stages.

  3. Class AB:

    • Conduction Angle: Slightly more than 180° but less than 360°.

    • Q-point: Just above cutoff, providing a small bias current.

    • Advantages: Compromise between Class A and B. Eliminates crossover distortion while maintaining good efficiency (50-70%).

    • Use: The most common configuration for audio power amplifiers.

  4. Class C and Others:

    • Class C: Conduction angle < 180°, very high efficiency (>90%) but highly distorted output. Used in RF oscillators and tuned circuits.

    • Class D (Switching): Uses transistors as switches (fully on/off), achieving efficiencies over 90%. Used in modern audio amplifiers and motor controllers.


5. Oscillator Principles and Positive Feedback

  1. Definition: An oscillator is an electronic circuit that generates a continuous, repetitive, alternating waveform (sinusoidal or non-sinusoidal) without any external input signal. It converts DC power from the supply into AC power at a specific frequency.

  2. Principle: Uses positive feedback. A portion of the output signal is fed back to the input in phase, reinforcing the input signal and sustaining oscillations.

6. Conditions for Oscillation (Barkhausen Criterion)

For sustained sinusoidal oscillations, two conditions must be met simultaneously:

  1. Loop Gain Condition: The magnitude of the loop gain must be unity. Aβ=1|A \beta| = 1 Where AA is the amplifier gain and β\beta is the feedback network's transfer function.

  2. Phase Shift Condition: The total phase shift around the loop must be zero or an integer multiple of 360360^\circ. Aβ=2nπwhere n=0,1,2,...\angle A \beta = 2n\pi \quad \text{where } n = 0, 1, 2, ... At startup, Aβ>1|A\beta| > 1 to build up oscillations, which then stabilize to Aβ=1|A\beta| = 1 due to circuit nonlinearities.

7. Oscillator Types

  1. RC Oscillators:

    • Use Resistor-Capacitor networks for frequency determination.

    • Suitable for low-frequency generation (audio range: up to 1 MHz).

    • Types:

      • Phase-Shift Oscillator: Uses three RC stages to provide 180° phase shift, combined with a transistor providing another 180°.

      • Wien-Bridge Oscillator: Uses a lead-lag network, offers good frequency stability and low distortion. fo=12πRCf_o = \frac{1}{2\pi R C}

  2. LC Oscillators:

    • Use Inductor-Capacitor tank circuits for frequency determination.

    • Suitable for high-frequency generation (RF range: > 100 kHz).

    • Types:

      • Hartley Oscillator: Tapped inductor in the tank circuit. fo=12πLeqCf_o = \frac{1}{2\pi \sqrt{L_{eq} C}}

      • Colpitts Oscillator: Split capacitor in the tank circuit. fo=12πLCeqf_o = \frac{1}{2\pi \sqrt{L C_{eq}}}

      • Clapp Oscillator: A variation of Colpitts with a series capacitor for better frequency stability.

  3. Crystal Oscillators:

    • Use a piezoelectric quartz crystal as the frequency-determining element.

    • Offers extremely high frequency stability and precision due to the crystal's high-Q factor.

    • The crystal behaves like a highly selective LC circuit with a very sharp resonance.

    • Used as clock sources in microprocessors, communication systems, and digital watches.

8. Waveform Generators (Square, Triangular, Sawtooth)

These are circuits designed to generate non-sinusoidal periodic waveforms, often using the charging/discharging of capacitors.

  1. Square Wave Generator (Astable Multivibrator):

    • Principle: A comparator with positive feedback (e.g., an op-amp Schmitt trigger) forces output saturation. An RC timing network determines how long the output stays in each state.

    • Frequency: Determined by the RC time constant and the hysteresis thresholds.

    • Duty Cycle: The ratio of high time to total period. Can be made variable.

  2. Triangular Wave Generator:

    • Principle: Often created by integrating a square wave. A square wave generator followed by an integrator produces a triangular wave.

    • Frequency: Same as the input square wave.

    • Linearity: Depends on the quality (linearity) of the integrator.

  3. Sawtooth Wave Generator:

    • Principle: Similar to triangular wave, but with a very slow rise (or fall) and a very fast fall (or rise). Achieved by charging a capacitor with a constant current source and then rapidly discharging it using a switch (transistor).

    • Applications: Cathode Ray Tube (CRT) horizontal sweeps, time-base generators.

Conclusion: From amplifying faint sensor signals to generating precise clock pulses and driving powerful speakers, amplifiers and signal generators are indispensable. Mastering their design—from biasing and small-signal analysis to feedback and oscillation principles—enables the creation of robust and efficient electronic systems for communication, control, instrumentation, and entertainment. The choice between amplifier class or oscillator type is always a strategic trade-off between linearity, efficiency, frequency stability, and complexity.

Last updated