From: Alan on
I have a power signal that is strictly positive. I'd like to low-pass filter it, retaining the positive property. I know I can use a simple moving average FIR filter with positive coefficients.

e.g. B=[1 1 1 1], A=[4]

but is there a cleverer way of designing such a filter?