A digital filter with input x[k] and output y[k] is described by the difference equation:
$$y[k]=1/6(3x[k]+2x[k-1]+x[k-2])$$
The discrete-time transfer function of the filter H(z) is:
A. $$(6z^2)/(3z^2+2z+1)$$
B. $$(6z)/(3z^2+2z+1)$$
C. $$3z^2+2z+1$$
D. $$1/6[(3z^2+2z+1)/z^2]$$
In order to find the discrete-time transfer function from the difference equation, we must convert our function into the Z-domain using Z-transforms. Let's first move our factor from the right side of the equal sign to the left before transforming our function:
Now we are ready to convert to our Z domain. We will use the following three properties to do so:
Using these three properties, let's now convert to the Z domain:
Since our transfer function, is as follows:
Let's put our function in the Z domain into this form:
We can now multiply each side by to eliminate our negative exponents and get our answer in its simplified form:
This corresponds to answer choice D.