I am studying for an exam and need help on a question on the study guide. The question is given below.
A symmetric FIR system $h[n]$ extends from $n=7$ to $n=11$.
a) What is the group delay?
b) How many zeros are there in the finite z-plane?
Here is my attempt.
a) The transfer function of an FIR filter is given as; $$ H(z) = \sum\limits_{n=0}^{N}h[n] z^{-n} $$
where $h[n] \in \mathbb{R} $
From the problem statement it follows that the transfer function of this filter is given as; $$ H(z) = \sum\limits_{n=7}^{11}h[n] z^{-n} = h[7]z^{-7} + h[8]z^{-8} + h[9]z^{-9} + h[10]z^{-10} + h[11]z^{-11} $$
Am I correct in saying that the filter length is $N=5$ and that the group delay is $ \frac{N-1}{2} + 7 = 9 $ ? Here, I have used the fact that the first 7 coefficients are zero (i.e. $h[0] = h[1] = \dots = h[6] = 0$) and am assuming that this equates to a constant delay. The fact that the first 7 coefficients are zero is confusing me.
b) I believe that since the the transfer function as follows $$ H(z) = z^{-11} \big(h[7]z^{4} + h[8]z^{3} + h[9]z^{2} + h[10]z + h[11] \big) $$ where we have factored out the $z^{-11}$ term, it follows that there must be 4 zeros.
Again, the fact that the first 7 coefficients are zero is really confusing me.