← The Route KKevin Aubol

From the Bench · Explainer

Anatomy of a Signal

Before you can trust a measurement, it helps to know what a signal even is. First we take a wave apart, piece by piece. Then you wrestle with the real trade-off. You sample and filter a noisy impact from a single shoe-mounted sensor, where the number you read is only as honest as the choices behind it.

Part 1 · The parts of a wave

A signal, piece by piece

Underneath all the jargon, a signal has only a handful of moving parts. Tap through them and drag the slider; the wave answers back.

1 second of time →

Part 2 · The bench

Sampling & filtering

Now the harder problem. A real impact is noisy, brief, and full of high frequencies, and three knobs decide whether the peak you read is real.

0 1.2 s Accel (g) true peak
True impact What the sensor records Your filtered reading
Noise 0.6 g

How messy the world is. Real sensors are never clean.

Sampling rate 250 Hz

How often you read the sensor. Too slow and the spike slips between samples.

Filter 6 ms

How hard you smooth. Kills noise, but lean on it and the real peak smears away.

TRUSTWORTHY
Your reading is within 8% of the truth.
Enough sampling to catch the spike, enough filtering to bury the noise, not so much that you erase the peak.
8.5
True peak (g)
8.4
Your peak (g)
−1%
Peak error
250
Samples / sec

That is the whole job of signal processing in one screen. The body does something real and brief, a foot hits the ground and the shin spikes, and all you ever get is a noisy, sampled shadow of it. Read the sensor too slowly and the impact peak falls between two samples and you under-read it; that is exactly why one of my papers nails down the minimum sampling frequency you need before a tibial-acceleration number means anything. Filter too little and random noise invents a peak that was never there. Filter too much and you smear the spike flat. Somewhere in the middle is an honest measurement, and knowing where that is, for one accelerometer in the real world, is most of what I do.

A stylized model for intuition, not a clinical dataset. The impact waveform and noise are representative of shoe- or shank-mounted accelerometry during running, simplified for clarity. Filtering here is a zero-lag moving average; real pipelines use carefully designed low-pass filters, but the trade-off is the same.