Draw the direct form realization and write the corresponding sample processing algorithm of the FIR filter defined by the I/O equation:
y(n) = x(n) - x(n - 4)
For the input x = [1, 1, 2, 1, 2, 2, 1, 1], compute the output using the sample processing algorithm.