FIR-Filter FIR Filter Add/Shift implementation using Inverted form. For N=4 Tap FIR Filter y(n) = x(n)*w(0) + x(n-1)*w(1) + x(n-2)*w(2) + x(n-3)*w(3)