I have a finite linear difference equation
$$y(n)=ax(n-1)+bx(n-2)+cx(n-3)+\ldots+fx(n-m)\text,$$
relating an input $x(n)$ to an output $y(n)$. If I assume periodicity of type $x(n-2)=x(n)$, the right hand side reduces to a summation over $x(n-1)$ and $x(n-2)$ (where $x(n-2)=x(n)$) and the collective coefficients say $A$ and $B$:
$$y(n)=AX(n-1)+Bx(n)$$
($y(n)$ then also has period $2$.)
Applying the $\mathcal Z$-transform to this and exploring the zeros (poles just at $z=0$) I would like to make comments on the coefficients predicting that a period 2 system is possible.
How can I do this regarding zeros inside/outside the unit circle ?