Back to Index
IIR low-pass filter with automatic first-sample initialization.
LPF_IIR_INIT(x, k, &y);
// Example pattern from analog_macros.ems LPF_IIR_INIT(ain(1), 8, filtered);