pub fn apply_signal_modifiers(
raw_signal: f64,
entry_filter: Option<bool>,
size_multiplier: Option<f64>,
) -> f64Expand description
Apply optional entry filter (false → flat) and size multiplier to a raw signal.
Shared semantics for batch run() and streaming parity tests (quantwave-cr6v.3).