Raw and clean signals are stored as source evidence. A dataset may use either a stored, versioned normalized output or an on-demand calculation; neither changes the source measurements. Unless a method says otherwise, R₀ is the mean or median signal within the approved baseline window.
Stored max-absolute-scaled response
x = (clean signal - mean R0) / abs(mean R0); y = x / max(|x|), per sample and sensor trace
Calculates a signed response from the approved baseline window, then preserves its sign and shape while scaling each trace to the interval [-1, 1].
Interpret with care: Because each trace is scaled independently, response magnitude cannot be compared between samples or sensor channels.
Imported baseline-normalized
Use the normalized value supplied with the published dataset
Reproduces the source dataset's stored response without recalculating a baseline.
Interpret with care: The source pipeline and baseline definition may differ between datasets; inspect dataset provenance before comparing values.
Source signal (no normalization)
y = raw or clean signal
Shows the selected source measurement as stored, with no baseline transformation.
Interpret with care: Absolute sensor levels can differ across channels and arrays, so magnitude alone is not a cross-sensor comparison.
Absolute baseline-relative change
|ΔR/R₀| = |R(t) − R₀| / |R₀|
Reports the size of change from the baseline while ignoring direction.
Interpret with care: A missing or near-zero baseline cannot produce a stable value.
Signed baseline-relative change
ΔR/R₀ = (R(t) − R₀) / |R₀|
Preserves whether the signal rises or falls relative to the baseline.
Interpret with care: A missing or near-zero baseline cannot produce a stable value.
Baseline ratio
R(t) / R₀
Expresses each measurement as a multiple of its baseline level.
Interpret with care: Ratios become unstable when the baseline is close to zero.
Baseline z-score
z = (R(t) − center(R₀)) / sd(R₀)
Expresses change in units of baseline variability for that sensor.
Interpret with care: Requires at least two variable baseline observations.
These summaries indicate whether a sensor channel is suitable for interpretation in a given medium. A recommendation is supporting context, not a guarantee that every individual trace is valid.