Circuit Design, Integration & Mastery

the signal chain

Think of an assembly line: raw material comes in one end, passes from station to station each adding one operation, and a finished product comes out the other end. A signal chain is that assembly line for an electrical signal. The information — a faint voltage from a sensor, the sound at a microphone, a radio wave at an antenna — enters one end and flows stage by stage, each stage doing one job, until it emerges in the form the system needs: a number in a computer, a sound from a speaker, a regulated voltage on a rail.

The stages and their order are deliberate, because each one prepares the signal for the next. A classic measurement chain is: sensor, then instrumentation amplifier (to lift a tiny differential signal and reject common noise), then anti-alias filter (to remove frequencies too high for the next stage to handle honestly), then ADC (to turn the now-clean analog voltage into numbers), then microcontroller (to compute and decide). An audio chain runs source, preamp, tone or filter, power amplifier, speaker. A power chain runs AC in, rectifier, regulator, clean rails. In every case the order is not arbitrary — you amplify before you digitize, and you filter before you sample, never after.

Two truths run through every signal chain. First, errors are cumulative and weighted toward the front: noise or distortion added at the first low-level stage gets amplified by everything after it, which is why the first amplifier's quality dominates the whole chain's noise. Second, the chain is only as honest as its weakest link and its order — sampling before an anti-alias filter lets in aliasing that no later stage can ever remove. Designing a signal chain is choosing the right stages, in the right order, and budgeting gain, noise, and bandwidth across all of them as one whole, not block by block.

A thermocouple gives about 40 microvolts per degree C — far too small to digitize directly. The chain lifts it: instrumentation amp with gain 100 turns 40 uV into 4 mV per degree, a low-pass filter cleans it, then a 12-bit ADC reads it. Amplify first, then filter, then sample — never sample the raw 40 uV.

Order is everything: amplify, then filter, then sample — never the other way around.

Noise added at the first low-level stage is amplified by everything after it, so the front-end amplifier sets the whole chain's noise floor. Get the first stage right; later stages cannot undo its mistakes.

Also called
signal pathprocessing chain訊號路徑處理鏈