Given an input signal x[n] whose sample values are given in the table below. Find and plot the first 4 samples of the output that results when this input is applied to the two filters below: (Use n=0, 1, 2,3)
A: Filter 1 Equation: y[n] = x[n] - 0.5 x[n-1]
B: Filter 2 Equation: y[n] = 2y[n-1]+x[n]
Table 1: Input signals x[n] values
X[0]=1, x[1]=0, x[2]=3, x[3]=2