Signals & Amplifiers Comprehensive Study Notes

Fundamentals of Signals, Transducers, and Signal Sources

  • Signals Definition: Signals are time-varying physical quantities that carry information about processes and events in the real world.

    • Weather Signals: Air temperature, barometric pressure, atmospheric humidity, wind speed, and wind direction.
    • Radio Signals: Audio signals generated by microphones, modulated transmitted radio-frequency signals.
    • Television Signals: Video camera image signals, transmitted TV broadcast signals.
    • Data Signals: Binary digital signals used in computation and digital communications.
  • Signal Processing: Performed by electronic systems to extract meaningful information from signals, allowing interpretation by humans or machines (e.g., inside radio receivers, TV sets, computers).

  • Transducers: Interface devices that convert non-electrical physical quantities into electrical signals or vice versa:

    • Physical-to-Electrical Transducers: Convert physical parameters into electrical voltages or currents (e.g., microphones, video image sensors).
    • Electrical-to-Physical Transducers: Convert electrical voltages or currents into physical actions or visual displays (e.g., loudspeakers, LCD displays).
  • Equivalent Signal Source Models:

    • Signal sources are commonly modeled using linear equivalent circuits:
    • Thévenin Equivalent Source: A time-varying voltage source vs(t)v_s(t) in series with an internal source resistance RsR_s.
    • Norton Equivalent Source: A time-varying current source is(t)i_s(t) in parallel with an internal source resistance RsR_s

Thévenin form of a signal source

Norton form of a signal source

  • Signal Waveforms:
    • Information is represented by variations in amplitude over time.
    • An arbitrary continuous-time signal waveform is plotted as amplitude versus time tt

An arbitrary signal waveform

Frequency Spectrum of Signals

  • Mathematical Representation:

    • Any arbitrary signal vs(t)v_s(t) or is(t)i_s(t) can be expressed as a sum of sinusoidal components of varying amplitudes, frequencies, and phases using the Fourier series (for periodic signals) or Fourier transform (for non-periodic signals).
    • Time Domain vs. Frequency Domain:
    • Waveform: Plots signal amplitude against time tt
    • Frequency Spectrum: Plots component amplitudes against frequency ω\omega
  • Periodic Signals: Sine Wave:

    • The simplest periodic signal is the pure sine wave, completely specified by peak amplitude VaV_a, frequency, and phase relative to a time origin.
    • Root Mean Square (RMS) Value: Represents the equivalent DC energy value, defined as:     RMS Value=Va2\text{RMS Value} = \frac{V_a}{\sqrt{2}}
    • Fundamental Angular Frequency:     ω0=2πf0rad/s\omega_0 = 2\pi f_0\,\text{rad/s}     where f0=1THzf_0 = \frac{1}{T}\,\text{Hz} and TT is the period in seconds.

Sine wave signal waveform

Sine wave frequency spectrum

  • Periodic Signals: Square Wave:
    • A symmetrical square wave of period TT, peak value VoV_o, and DC offset VDCV_{DC} is composed of a discrete line spectrum with harmonically related frequencies (odd integer multiples of fundamental frequency ω0\omega_0):     v(t)=VDC+4Voπ(sin(ω0t)+13sin(3ω0t)+15sin(5ω0t)+17sin(7ω0t)+19sin(9ω0t)+)v(t) = V_{DC} + \frac{4V_o}{\pi} \left( \sin(\omega_0 t) + \frac{1}{3}\sin(3\omega_0 t) + \frac{1}{5}\sin(5\omega_0 t) + \frac{1}{7}\sin(7\omega_0 t) + \frac{1}{9}\sin(9\omega_0 t) + \dots \right)
    • The spectral lines occur at discrete frequencies ω0,3ω0,5ω0,7ω0,9ω0,\omega_0, 3\omega_0, 5\omega_0, 7\omega_0, 9\omega_0, \dots
    • The fundamental component has an amplitude of 4Voπ\frac{4V_o}{\pi}, while the n-thn\text{-th} harmonic has an amplitude scaled by 1n\frac{1}{n}.

Square wave waveform

Square wave frequency spectrum

  • Non-Periodic Signals:
    • Non-periodic signals (such as human speech or musical waveforms) are represented in the frequency domain via the Fourier transform.
    • As period TT \rightarrow \infty, spacing between spectral lines ω0=2πT0\omega_0 = \frac{2\pi}{T} \rightarrow 0, turning discrete spectral lines into a continuous frequency spectrum containing all frequencies.
    • Audible Frequency Band: Although continuous signals mathematically span infinite frequencies, practical signals concentrate energy within specific bands. For example, audible speech and music occupy approximately 20Hz20\,\text{Hz} to 20kHz20\,\text{kHz}.

Frequency spectrum of an arbitrary non-periodic signal

Analogue and Digital Signals

  • Analogue Signals:

    • Continuous in time and amplitude, taking any value within a continuous range.
    • Analogous directly to the physical phenomena they represent.
  • Discrete-Time Signals:

    • Formed by sampling continuous-time signals at discrete time instants t0,t1,t2,t3,t_0, t_1, t_2, t_3, \dots
    • Continuous in amplitude (sample values can take any real number), but discrete in time.

Sampling continuous-time analogue signal

Discrete-time signal

  • Digital Signals:
    • Created when sample magnitudes are quantized into discrete levels represented by finite digits.
    • Binary Number System: Uses two discrete voltage levels (logic 0 and logic 1, typically 0V0\,\text{V} and +5V+5\,\text{V} in practical electronic circuits).
    • NN--Bit Binary Representation Formula:     D=b020+b121+b222++bN12N1D = b_0 2^0 + b_1 2^1 + b_2 2^2 + \dots + b_{N-1} 2^{N-1}     where b0b_0 is the Least Significant Bit (LSB) and bN1b_{N-1} is the Most Significant Bit (MSB), written as word bN1bN2b0b_{N-1}b_{N-2}\dots b_0
    • Quantization & Resolution: An NN-bit binary digit quantizes the signal into 2N2^N discrete amplitude levels. Higher NN values decrease quantization error and improve analog-to-digital resolution.
    • Worked Example: For an 8-bit binary word 10110100 (b7=1,b6=0,b5=1,b4=1,b3=0,b2=1,b1=0,b0=0b_7=1, b_6=0, b_5=1, b_4=1, b_3=0, b_2=1, b_1=0, b_0=0):     D=020+021+122+023+124+125+026+127=180D = 0 \cdot 2^0 + 0 \cdot 2^1 + 1 \cdot 2^2 + 0 \cdot 2^3 + 1 \cdot 2^4 + 1 \cdot 2^5 + 0 \cdot 2^6 + 1 \cdot 2^7 = 180

Waveform of a particular binary digital signal

Amplifiers and Signal Amplification

  • Need for Amplification:

    • Most transducers produce weak electrical signals containing minimal energy, typically in the microvolt (μV\mu\text{V}) to millivolt (mV\text{mV}) range. Amplification boosts these signal levels for reliable processing.
  • Linear Amplifiers:

    • An ideal amplifier increases signal amplitude without changing the waveform shape (preventing distortion):     vo(t)=Avi(t)v_o(t) = A \cdot v_i(t)     where vi(t)v_i(t) is input signal, vo(t)v_o(t) is output signal, and AA is constant amplifier gain.

Circuit symbol for linear amplifier

Transfer characteristic for linear amplifier

  • Gain Definitions:

    • Voltage Gain (AvA_v): Ratio of output voltage to input voltage:     AvvOvI[V/V]A_v \equiv \frac{v_O}{v_I}\,\text{[V/V]}
    • Current Gain (AiA_i): Ratio of output current to input current:     AiiOiI[A/A]A_i \equiv \frac{i_O}{i_I}\,\text{[A/A]}
    • Power Gain (ApA_p): Ratio of load power to input power:     Apload power (PL)input power (PI)=vOiOvIiI=AvAi[W/W]A_p \equiv \frac{\text{load power } (P_L)}{\text{input power } (P_I)} = \frac{v_O i_O}{v_I i_I} = A_v A_i\,\text{[W/W]}
  • Gain in Decibels (dB):

    • Logarithmic representations reflect human sensory response and facilitate system-level calculations:     Power gain in decibels=10log(Ap)dB\text{Power gain in decibels} = 10 \log(A_p)\,\text{dB}Voltage gain in decibels=20log(Av)dB\text{Voltage gain in decibels} = 20 \log(|A_v|)\,\text{dB}Current gain in decibels=20log(Ai)dB\text{Current gain in decibels} = 20 \log(|A_i|)\,\text{dB}
  • Power Gain vs. Decibel Ratios:

    • Ap=0.110dBA_p = 0.1 \rightarrow -10\,\text{dB}
    • Ap=0.53dBA_p = 0.5 \rightarrow -3\,\text{dB}
    • Ap=1.00dBA_p = 1.0 \rightarrow 0\,\text{dB}
    • Ap=2.03dBA_p = 2.0 \rightarrow 3\,\text{dB}
    • Ap=1010dBA_p = 10 \rightarrow 10\,\text{dB}
    • Ap=10020dBA_p = 100 \rightarrow 20\,\text{dB}
  • Voltage/Current Gain vs. Decibel Ratios:

    • Av or Ai=0.120dBA_v\text{ or }A_i = 0.1 \rightarrow -20\,\text{dB}
    • Av or Ai=0.707(12)3dBA_v\text{ or }A_i = 0.707 \left(\frac{1}{\sqrt{2}}\right) \rightarrow -3\,\text{dB}
    • Av or Ai=1.00dBA_v\text{ or }A_i = 1.0 \rightarrow 0\,\text{dB}
    • Av or Ai=1.414(2)3dBA_v\text{ or }A_i = 1.414 \left(\sqrt{2}\right) \rightarrow 3\,\text{dB}
    • Av or Ai=2.06dBA_v\text{ or }A_i = 2.0 \rightarrow 6\,\text{dB}
    • Av or Ai=1020dBA_v\text{ or }A_i = 10 \rightarrow 20\,\text{dB}
    • Av or Ai=10040dBA_v\text{ or }A_i = 100 \rightarrow 40\,\text{dB}
    • Half-Power Point: The 3dB-3\,\text{dB} attenuation point corresponds to a voltage/current gain magnitude of 120.707\frac{1}{\sqrt{2}} \approx 0.707

Amplifier Power Supplies, Efficiency, and Saturation

  • Power Supplies:
    • Power delivered to the load is drawn from DC power supplies (dual-rail/split-rail supplies V+V^+ and VV^-, or single supply).

An amplifier with dual-rail power supplies

  • DC Supply Power:   Pdc=V1I1+V2I2P_{dc} = V_1 I_1 + V_2 I_2

  • Power Balance Equation:   Pdc+PI=PL+PdissP_{dc} + P_I = P_L + P_{diss}   where PIP_I is input signal power, PLP_L is load power, and PdissP_{diss} is internal heat dissipation.

  • Amplifier Efficiency (η\eta):   ηPLPdc×100%\eta \equiv \frac{P_L}{P_{dc}} \times 100\,\%

  • Amplifier Saturation:

    • Practical amplifiers are constrained by finite power supply voltage limits L+L^+ and LL^-.
    • Linear Range Limits:     LAvvIL+Av\frac{L^-}{A_v} \le v_I \le \frac{L^+}{A_v}
    • Input signals within this window produce undistorted output signals. Exceeding this range causes output clipping due to saturation.

Transfer characteristic of a linear amplifier with output saturation limits

Non-Linear Transfer Characteristics and Biasing

  • Non-Linear Amplifiers:

    • Single-supply amplifiers typically display non-linear curvature and off-origin transfer characteristics.
  • Biasing Technique:

    • A constant DC bias voltage VBV_B is applied to set the quiescent point (Q point, operating point) at DC output voltage VOVO
    • The small AC input signal vi(t)v_i(t) is superimposed on VBV_B.
    • Confining signal excursion to a narrow region around Q point ensures approximately linear operation (small-signal operation).
  • Small-Signal Voltage Gain:

    • Evaluated as the derivative (slope) at the Q point:     Av=dvOdvIQ ptA_v = \left. \frac{d v_O}{d v_I} \right|_{\text{Q pt}}

Biasing for linear operation

Two-Port Circuit Models for Amplifiers

  • Voltage Amplifier Model:
    • Represents input as voltage viv_i and output as dependent voltage source AvoviA_{vo} v_i in series with RoR_o
    • Open-Circuit Voltage Gain: AvovoviRL=A_{vo} \equiv \left.\frac{v_o}{v_i}\right|_{R_L=\infty}
    • Ideal Parameters: Ri=R_i = \infty, Ro=0R_o = 0
    • Overall Voltage Gain:     vovs=RiRs+RiAvoRLRo+RL\frac{v_o}{v_s} = \frac{R_i}{R_s + R_i} \cdot A_{vo} \cdot \frac{R_L}{R_o + R_L}

Voltage amplifier model

  • Current Amplifier Model:
    • Represents input as current iii_i and output as dependent current source AisiiA_{is} i_i in parallel with RoR_o
    • Short-Circuit Current Gain: AisioiiRL=0A_{is} \equiv \left.\frac{i_o}{i_i}\right|_{R_L=0}
    • Ideal Parameters: Ri=0R_i = 0, Ro=R_o = \infty
    • Overall Current Gain:     iois=RsRs+RiAisRoRo+RL\frac{i_o}{i_s} = \frac{R_s}{R_s + R_i} \cdot A_{is} \cdot \frac{R_o}{R_o + R_L}

Current amplifier model

  • Transconductance Amplifier Model:
    • Represents input as voltage viv_i and output as dependent current source GmviG_m v_i in parallel with RoR_o
    • Short-Circuit Transconductance: GmioviRL=0G_m \equiv \left.\frac{i_o}{v_i}\right|_{R_L=0}
    • Ideal Parameters: Ri=R_i = \infty, Ro=R_o = \infty
    • Overall Gain:     iovs=RiRs+RiGmRoRo+RL\frac{i_o}{v_s} = \frac{R_i}{R_s + R_i} \cdot G_m \cdot \frac{R_o}{R_o + R_L}

Transconductance amplifier model

  • Transresistance Amplifier Model:
    • Represents input as current iii_i and output as dependent voltage source RmiiR_m i_i in series with RoR_o
    • Open-Circuit Transresistance: RmvoiiRL=R_m \equiv \left.\frac{v_o}{i_i}\right|_{R_L=\infty}
    • Ideal Parameters: Ri=0R_i = 0, Ro=0R_o = 0
    • Overall Gain:     vois=RsRs+RiRmRLRo+RL\frac{v_o}{i_s} = \frac{R_s}{R_s + R_i} \cdot R_m \cdot \frac{R_L}{R_o + R_L}

Transresistance amplifier model

Frequency Response of Amplifiers

  • Measurement Method:
    • Injected sine wave: vi(t)=Visin(ωt)v_i(t) = V_i \sin(\omega t)
    • Resulting linear output: vo(t)=Vosin(ωt+φ)v_o(t) = V_o \sin(\omega t + \varphi)
    • Complex Transfer Function:     T(ω)=VoViφT(\omega) = \frac{V_o}{V_i} \angle \varphi     where magnitude is T(ω)=VoVi|T(\omega)| = \frac{V_o}{V_i} and phase shift is T(ω)=φ\angle T(\omega) = \varphi

Measuring the frequency response of an amplifier

  • Amplifier Bandwidth:
    • Defined by lower cutoff frequency ωL\omega_L and upper cutoff frequency ωH\omega_H where gain drops by 3dB3\,\text{dB} (half-power points):     Bandwidth=ωHωL\text{Bandwidth} = \omega_H - \omega_L

Amplifier bandwidth

Single-Time-Constant (STC) Networks

  • Definition: First-order circuits containing one reactive element (CC or LL) and one resistance (RR

  • Time Constant & Corner Frequency:   τ=RC[s]\tau = RC\,\text{[s]}ω0=1τ=1RC[rad/s]\omega_0 = \frac{1}{\tau} = \frac{1}{RC}\,\text{[rad/s]}f0=12πτ=12πRC[Hz]f_0 = \frac{1}{2\pi \tau} = \frac{1}{2\pi RC}\,\text{[Hz]}

  • Low Pass (LP) STC Network:

    • Transfer Function:     T(jω)=VoVi=ZCZC+R=1/(jωC)1/(jωC)+R=11+jωCR=11+jωτ=11+jωω0=11+jff0T(j\omega) = \frac{V_o}{V_i} = \frac{Z_C}{Z_C + R} = \frac{1 / (j\omega C)}{1 / (j\omega C) + R} = \frac{1}{1 + j\omega CR} = \frac{1}{1 + j\omega \tau} = \frac{1}{1 + j\frac{\omega}{\omega_0}} = \frac{1}{1 + j\frac{f}{f_0}}
    • Magnitude Response:     T(jω)=11+(ωω0)2=11+(ff0)2|T(j\omega)| = \frac{1}{\sqrt{1 + \left(\frac{\omega}{\omega_0}\right)^2}} = \frac{1}{\sqrt{1 + \left(\frac{f}{f_0}\right)^2}}
    • Phase Response:     T(jω)=tan1(ωω0)=tan1(ff0)\angle T(j\omega) = -\tan^{-1}\left(\frac{\omega}{\omega_0}\right) = -\tan^{-1}\left(\frac{f}{f_0}\right)

Low pass STC network

  • High Pass (HP) STC Network:
    • Transfer Function:     T(jω)=VoVi=RR+ZC=RR+1/(jωC)=11+1jωCR=11+1jωτ=11jω0ω=11jf0fT(j\omega) = \frac{V_o}{V_i} = \frac{R}{R + Z_C} = \frac{R}{R + 1 / (j\omega C)} = \frac{1}{1 + \frac{1}{j\omega CR}} = \frac{1}{1 + \frac{1}{j\omega \tau}} = \frac{1}{1 - j\frac{\omega_0}{\omega}} = \frac{1}{1 - j\frac{f_0}{f}}
    • Magnitude Response:     T(jω)=11+(ω0ω)2=11+(f0f)2|T(j\omega)| = \frac{1}{\sqrt{1 + \left(\frac{\omega_0}{\omega}\right)^2}} = \frac{1}{\sqrt{1 + \left(\frac{f_0}{f}\right)^2}}
    • Phase Response:     T(jω)=tan1(ω0ω)=tan1(f0f)\angle T(j\omega) = \tan^{-1}\left(\frac{\omega_0}{\omega}\right) = \tan^{-1}\left(\frac{f_0}{f}\right)

High pass STC network

Asymptote Bode Plots for STC Networks

  • Bode Format: Uses logarithmic frequency horizontal axes and magnitude in decibels (20logT(jω)dB20 \log |T(j\omega)|\,\text{dB}.

  • Low Pass Bode Plot:

    • Magnitude: Constant at 0dB0\,\text{dB} for ωω0\omega \ll \omega_0; rolls off at 20dB/dec-20\,\text{dB/dec} for ωω0\omega \gg \omega_0; drops to 3dB-3\,\text{dB} at corner frequency ω0\omega_0
    • Phase: 00^\circ at 0.1ω00.1\omega_0; 45-45^\circ at ω0\omega_0; 90-90^\circ at 10ω010\omega_0

Low pass STC network frequency response Bode diagrams

  • High Pass Bode Plot:
    • Magnitude: Rises at +20dB/dec+20\,\text{dB/dec} for ωω0\omega \ll \omega_0; flat at 0dB0\,\text{dB} for ωω0\omega \gg \omega_0; drops to 3dB-3\,\text{dB} at corner frequency ω0\omega_0
    • Phase: +90+90^\circ at 0.1ω00.1\omega_0; +45+45^\circ at ω0\omega_0; 00^\circ at 10ω010\omega_0

High pass STC network frequency response Bode diagrams