MTE 220: Sensors and Instrumentation
Derek Wright
Estimated study time: 20 minutes
Table of contents
Sources and References
- Fraden, J. Handbook of Modern Sensors: Physics, Designs, and Applications, 5th ed., Springer.
- Doebelin, E. O. Measurement Systems: Application and Design, 6th ed., McGraw-Hill.
- Bentley, J. P. Principles of Measurement Systems, 4th ed., Pearson.
- Wilson, J. S. (ed.) Sensor Technology Handbook, Newnes.
- Figliola, R. S., and Beasley, D. E. Theory and Design for Mechanical Measurements, 7th ed., Wiley.
- Nilsson, J. W., and Riedel, S. A. Electric Circuits, 11th ed., Pearson.
- Horowitz, P., and Hill, W. The Art of Electronics, 3rd ed., Cambridge University Press.
- Sedra, A. S., and Smith, K. C. Microelectronic Circuits, 7th ed., Oxford University Press.
- MIT OpenCourseWare 2.672 Project Laboratory; Stanford ME 220 Introduction to Sensors; Cambridge Engineering Tripos Part IB Instrumentation.
Chapter 1: Linear Circuit Foundations for Instrumentation
Instrumentation begins with a solid grasp of linear circuit theory because every sensor interface is ultimately a network of resistors, capacitors, inductors, and active devices driven by physical stimuli. The essential conventions are passive sign convention for two-terminal elements, reference node selection for nodal analysis, and mesh current direction for loop analysis. Kirchhoff’s current law enforces charge conservation at a node, \( \sum_k i_k = 0 \), while the voltage law enforces energy conservation around a loop, \( \sum_k v_k = 0 \). These two statements, combined with each element’s constitutive relation, are sufficient to model any lumped-parameter circuit below the frequencies where wavelength effects matter.
Thevenin and Norton equivalents collapse arbitrarily complex linear subnetworks into a single source and a single impedance as seen from a port. This abstraction is the workhorse of sensor-front-end design: a transducer with output impedance \( R_s \) drives a signal conditioning stage with input impedance \( R_{in} \), and the loaded voltage is
\[ v_{load} = v_{oc} \frac{R_{in}}{R_s + R_{in}}. \]Loading errors in potentiometric and thermocouple measurements almost always trace to violations of \( R_{in} \gg R_s \). Doebelin treats this under “generalized impedance matching” and notes that for maximum power transfer the impedances should be equal, whereas for maximum voltage or current transfer the receiving impedance should dominate or vanish. Instrumentation overwhelmingly chases voltage fidelity rather than power, so high input impedance is the default requirement.
First-order step response provides the time-domain vocabulary for dynamic measurements. For an RC low-pass network the voltage across the capacitor follows
\[ v_C(t) = V_{\infty} + (V_0 - V_{\infty}) e^{-t/\tau}, \qquad \tau = RC, \]where \( \tau \) is the time constant. The 10-to-90 percent rise time is approximately \( 2.2\tau \), and five time constants are required to reach one percent of the final value. Sinusoidal steady-state analysis replaces differential equations with phasor algebra using the impedances \( Z_R = R \), \( Z_L = j\omega L \), and \( Z_C = 1/(j\omega C) \). The resulting transfer function \( H(j\omega) \) encodes both magnitude and phase, and its Bode representation is the cornerstone of filter and amplifier design.
Chapter 2: Operational Amplifiers and Amplifier Architectures
The ideal operational amplifier has infinite open-loop gain, infinite input impedance, zero output impedance, infinite bandwidth, and zero input offset. Real devices approximate this model within useful limits and depart from it through finite gain-bandwidth product, input bias current, input offset voltage, slew rate, and common-mode rejection limitations. The two golden rules for an op amp in negative feedback are that no current flows into the inputs and that the inputs are held at the same potential. From these, every standard topology follows by inspection.
The inverting configuration produces a gain of \( -R_f/R_1 \) and a virtual ground at the summing junction, which is the preferred node for summing, integrating, and transimpedance operations. The non-inverting configuration yields \( 1 + R_f/R_1 \) and preserves high input impedance, making it suitable when driving a node with limited source capability. The unity-gain buffer is the extreme case and the workhorse for impedance isolation between high-impedance sensors and lower-impedance loads. Horowitz and Hill caution that stability margins shrink as gain is reduced, so capacitive loads on buffers often require a small series resistor to the load or a feedback compensation network.
Open-loop comparators convert an analog input to a binary decision but exhibit chatter when the input hovers near the threshold in the presence of noise. The Schmitt trigger cures this by introducing hysteresis: the upper threshold \( V_{TH} \) and lower threshold \( V_{TL} \) are set by positive feedback so that
\[ V_{TH} - V_{TL} = \Delta V_H > V_{noise,pp}. \]The hysteresis band must exceed the peak-to-peak noise on the input to ensure clean transitions. Schmitt triggers are universal conditioning elements for Hall-effect switches, optical interrupters, and any digital input that must survive a slowly varying analog edge.
Single-ended signaling references one wire to a ground node and is simple but vulnerable to ground loops and common-mode interference. Differential signaling transmits the information as the difference between two wires referenced to the same potential, rejecting any noise that appears equally on both. The instrumentation amplifier is the canonical differential receiver: three op amps arranged so that the input buffers present very high impedance to both inputs while the output difference amplifier subtracts common-mode components. The classic three-opamp topology has gain
\[ A = \left(1 + \frac{2R_1}{R_G}\right) \frac{R_3}{R_2}, \]with a single external gain-setting resistor \( R_G \). Common-mode rejection ratio (CMRR) is the figure of merit, and Doebelin emphasizes that practical CMRR is limited by resistor matching, which is why monolithic instrumentation amplifiers with laser-trimmed networks dramatically outperform discrete builds.
Chapter 3: Filters and Frequency-Domain Design
The Laplace transform generalizes phasor analysis from pure sinusoids to arbitrary exponentials, turning differential equations into polynomials in \( s = \sigma + j\omega \). A transfer function is the ratio of output to input in the Laplace domain, and the locations of its poles and zeros determine the system’s dynamic character. Stability requires all poles to lie in the open left half-plane. The frequency response \( H(j\omega) \) is obtained by evaluating \( H(s) \) along the imaginary axis.
Bode plots display magnitude in decibels and phase in degrees on a logarithmic frequency axis. A first-order low-pass filter
\[ H(s) = \frac{1}{1 + s/\omega_c} \]has a corner at \( \omega_c = 1/(RC) \), attenuates at twenty decibels per decade above the corner, and introduces ninety degrees of phase lag asymptotically. The high-pass counterpart has a zero at the origin and a pole at the same corner. First-order filters are gentle and predictable, and their phase behaviour must be understood before attempting any closed-loop control system using filtered feedback.
Second-order filters are parameterized by a natural frequency \( \omega_n \) and a damping ratio \( \zeta \):
\[ H(s) = \frac{\omega_n^2}{s^2 + 2\zeta\omega_n s + \omega_n^2}. \]Underdamped responses (\( \zeta < 1 \)) ring, critically damped (\( \zeta = 1 \)) settle fastest without overshoot, and overdamped (\( \zeta > 1 \)) responses are sluggish. For a voltage measurement a Butterworth response (\( \zeta \approx 0.707 \)) gives the maximally flat passband, while a Bessel response trades flatness for linear phase, which is preferable when preserving waveform shape for time-domain analysis such as pulse detection. Higher-order filters are built by cascading biquad sections, typically using Sallen-Key or multiple-feedback topologies. Figliola and Beasley stress the equivalent-noise bandwidth concept: a filter’s contribution to measurement noise is proportional to its noise bandwidth, not its -3 dB corner, and for a first-order filter the former is \( \pi/2 \) times the latter.
Chapter 4: Sensor Characteristics and Static Transfer Functions
Fraden organizes sensor performance around a clear distinction between static and dynamic characteristics. Static characteristics describe the steady-state input-output relationship. The most important are sensitivity, defined as \( S = dy/dx \) at a given operating point; full-scale output; resolution, or the smallest detectable change in the input; hysteresis, the difference in output when approaching a value from below versus above; linearity, the deviation from a best-fit straight line expressed as a percentage of full scale; and accuracy, which combines all systematic errors into a statement of how close the reported value is to the true value. Bentley distinguishes accuracy from precision, where precision measures repeatability under identical conditions and need not imply correctness.
Calibration is the process of determining the input-output relationship by applying known stimuli and recording the output. A two-point calibration establishes an offset and a scale, while a multi-point calibration fits a curve by least squares. Span, offset, and sensitivity drift with temperature, supply voltage, and age, and Doebelin recommends specifying each drift coefficient separately rather than lumping them into a single “accuracy” number. Uncertainty analysis in the Guide to the Expression of Uncertainty in Measurement framework propagates individual component uncertainties through the measurement equation using partial derivatives:
\[ u_y^2 = \sum_i \left(\frac{\partial y}{\partial x_i}\right)^2 u_{x_i}^2, \]assuming uncorrelated inputs. Figliola and Beasley expand this treatment and emphasize the difference between systematic (bias) and random (precision) components when reporting expanded uncertainty at a stated confidence level.
Dynamic characteristics govern behaviour when inputs vary. A zero-order sensor, such as an ideal potentiometer, tracks the input instantaneously within its bandwidth. A first-order sensor, such as a thermistor in a fluid, responds with a single time constant determined by its thermal mass and heat transfer coefficient. A second-order sensor, such as a mass-spring-damper accelerometer, exhibits the \( \omega_n, \zeta \) dynamics of the second-order filter discussed earlier. Matching sensor bandwidth to the measurand’s bandwidth is an obligatory design step; Wilson’s handbook notes that a time constant longer than one-tenth of the input rise time will distort the recorded waveform by more than one percent.
Chapter 5: Sensor Interfacing - Passive and Active Techniques
Passive sensors modulate an electrical property such as resistance, capacitance, or inductance and require external excitation to produce a voltage or current. The Wheatstone bridge is the standard interface for resistive sensors because it rejects common-mode supply variation and converts a fractional resistance change into a differential voltage proportional to
\[ v_{out} \approx \frac{V_{ex}}{4}\frac{\Delta R}{R}, \]for a single active arm and small deviations. Quarter, half, and full bridge configurations progressively double the sensitivity and, in strain gauge applications, cancel temperature-induced resistance drift when active and dummy gauges are symmetrically placed. Bentley derives the exact non-linear bridge equation and shows that linearization by constant-current excitation or by instrumentation amplifier readout is essential beyond a few percent of \( \Delta R / R \).
Capacitive sensors are usually read with AC excitation because resistance paths at DC are impractically high. A carrier at several kilohertz to a few megahertz drives the capacitance, and a synchronous demodulator recovers the amplitude envelope, which is proportional to the sensor capacitance. This lock-in technique, described in detail by Horowitz and Hill, simultaneously provides gain and narrowband noise rejection at the carrier frequency. Inductive sensors such as linear variable differential transformers follow the same AC excitation and phase-sensitive demodulation approach.
Active sensors generate their own signal in response to the measurand and therefore require no excitation. Examples include thermocouples, which produce a Seebeck voltage from a temperature difference; piezoelectric accelerometers, which output a charge proportional to mechanical stress; and photovoltaic detectors, which generate a current proportional to incident photon flux. Each class imposes a characteristic interface: thermocouples need cold-junction compensation and low-drift differential amplification; piezoelectrics require charge amplifiers with extremely low bias current and carefully selected feedback capacitors; photodiodes in photovoltaic mode demand transimpedance amplifiers with feedback resistors sized against bandwidth and noise requirements. A photodiode transimpedance stage has output
\[ v_{out} = -I_{photo} R_f, \]with a pole from \( R_f \) and the total input capacitance that must be compensated by a small feedback capacitor to prevent peaking. Figliola and Beasley treat the tradeoff between noise gain and closed-loop bandwidth explicitly.
Chapter 6: Diodes and Nonlinear Signal Conditioning
A diode conducts essentially zero current below a threshold and rises sharply thereafter; the Shockley equation
\[ I_D = I_S\left(e^{v_D/(n V_T)} - 1\right) \]captures the exponential region, with \( V_T \approx 25.9 \) millivolts at room temperature. For circuit design the piecewise-linear model replaces the curve with a threshold voltage (typically 0.6-0.7 volts for silicon, 0.3 for germanium, 0.2-0.4 for Schottky) in series with a small dynamic resistance, and the ideal diode model reduces it further to a switch. Which model is appropriate depends on the accuracy demand and the signal magnitudes involved.
Instrumentation applications of diodes include rectification for AC-to-DC conversion in power supplies, peak detection for envelope recovery, clamping and clipping for overvoltage protection of sensitive inputs, logarithmic amplification for compressing wide dynamic range signals, and temperature sensing through the predictable temperature coefficient of a forward-biased junction of roughly negative two millivolts per kelvin. Zener diodes provide voltage references and protection from electrostatic discharge transients. Schottky diodes, with their low forward drop and fast recovery, dominate high-frequency rectification and DC-DC converter design.
Chapter 7: MOSFETs as Switches and Amplifiers
The metal-oxide-semiconductor field-effect transistor is the default active device for modern electronics because its gate draws essentially no DC current and its on-resistance can be made very small. Operation divides into three regions: cutoff when the gate-source voltage is below the threshold; triode (or linear) when the drain-source voltage is small; and saturation when it is large. In saturation the drain current follows the square-law model
\[ I_D = \frac{1}{2}\mu C_{ox}\frac{W}{L}(V_{GS} - V_{th})^2(1 + \lambda V_{DS}), \]where the channel length modulation term \( \lambda V_{DS} \) is usually small. As a switch the MOSFET is driven deep into triode, where \( R_{DS(on)} \) determines conduction loss. As an amplifier it is biased in saturation, and its small-signal transconductance is \( g_m = \sqrt{2\mu C_{ox}(W/L) I_D} \), which ties gain to bias current. Horowitz and Hill devote careful attention to the subtleties of MOSFET biasing, especially the need to account for body effect in single-supply source-follower stages.
In sensor interfaces MOSFETs appear as analog switches in sample-and-hold circuits, as low-side drivers for solenoids and motors controlled from logic-level microcontroller outputs, as level-shifters between voltage domains, and as the fundamental element of complementary MOS logic. Their near-infinite input impedance makes them ideal for buffering very high impedance sources such as piezoelectric transducers and pH electrodes, provided that gate leakage and input-protection diode leakage are kept small.
Chapter 8: Powering Embedded Sensor Systems
Embedded instrumentation runs from batteries, bus-powered USB rails, or harvested ambient energy, and the power subsystem directly constrains sensor noise floors and measurement stability. Primary batteries (alkaline, lithium-manganese) are single-use; secondary batteries (nickel-metal hydride, lithium-ion, lithium-polymer, lithium-iron-phosphate) are rechargeable. Each chemistry has a characteristic open-circuit voltage, internal resistance, energy density, cycle life, and safe operating temperature. Lithium-ion cells in particular require protection circuitry against over-charge, over-discharge, over-current, and thermal runaway; Wilson’s handbook and manufacturer datasheets are the canonical references for charge and discharge profiles.
Linear regulators drop an input voltage to a lower, stable output by dissipating the difference as heat, and their output noise is very low because the feedback loop has no switching components. Low-dropout regulators are a subclass optimized for small headroom between input and output. Switching regulators (buck, boost, buck-boost, flyback) transfer energy through an inductor and are far more efficient when the voltage ratio or load current is large, at the cost of switching ripple that must be filtered out before it reaches sensitive analog circuitry. For mixed-signal designs the accepted practice is to generate analog rails through a post-regulator stage and to route analog and digital ground returns carefully so that digital switching currents do not circulate through analog measurement paths.
Noise in sensor front ends comes from thermal (Johnson-Nyquist) sources, shot noise in semiconductor junctions, and flicker (1/f) noise at low frequencies. The root-mean-square thermal voltage across a resistor of value \( R \) at temperature \( T \) over a bandwidth \( \Delta f \) is
\[ v_{n,rms} = \sqrt{4 k_B T R \Delta f}, \]and this sets a floor that cannot be undone by any amount of gain. Minimizing source resistance, restricting bandwidth to the minimum required, and operating at the lowest feasible temperature are the three levers available. Shielding, twisted-pair wiring, star grounding, and careful placement of bypass capacitors handle interference coupled from the environment, while differential readout architectures reject whatever common-mode signals remain. Figliola and Beasley, together with Doebelin, provide the standard treatment of signal-to-noise ratio budgets for complete measurement chains, and the combined picture reinforces that a sensor system is only as good as the weakest link between the transducer and the recorded datum.