yn=xn+1+2xn+xn−1−xn−2⟹y(n)=(−1)nx(n)+2x(n−1)
The function is ,
y(n)=(−1)nx(n)+2x(n−1)
(i) Causal/Non-Causal:
The impulse response of the system can be written as,
h(n)=(−1)nδ(n)+2δ(n−1)
The impulse response is zero for all n<0, implying the Causal system.
ii) Linear/Non-Linear:
For input x1(n) let output be y1(n)
For input x2(n) let output be y2(n)
We have, y1(n)=(−1)nx1(n)+2x1(n−1)
y2(n)=(−1)nx2(n)+2x2(n−1)
If the input was ax1(1)+bx2(n),out put is
y1,2=(−1)n[ax1(n)+bx2(n)]+2[ax1(n−1)+bx2(n−1)]
=(−1)nax1(n)+2ax1(n−1)+(−1)nbx2(n)+2bx2(n−1)
=ay1(n)+by2(n)
Thus we observe the system satisfies the superposition principle; hence it is Linear.
iii) Time invariant/Time-varying:
For a delayed input x(n−n0) the output is
y(n,n0)=(−1)nx(n−n0)+2x(n−n0−1) ......................(1)
For a delayed time n−n0, The output equation is,
y(n−n0)=(−1)n−n0x(n−n0)+2x(n−n0−1) .............(2)
We observe that equations (1) and (2) are not equal. Which implies it is Time-varying.
Comments