Electrical – How to check a discrete time system if the following is linear and time invariant

control systemsignalsignal processingsignal-theory

I have the following system:

$$y(n) = x(n^2+n)$$
where x(n) = 1 if 0<=n<=3; 0 otherwise.

I tried doing the usual check if yd(n) = y(n+d), but that's not giving me the right answer.

Anyone know how to attempt this?

Best Answer

Suppose you had another input

$$x[n] = \left\lbrace\begin{matrix}1 & 1\le n \le 4 \\0 & \rm{otherwise} \end{matrix}\right.$$

Does the output look the same as it did for your example input, but only shifted in time?

This is testing the property of an LTI system that when \$y[n]\$ is the output for input \$x[n]\$, then the output should be \$y[n-n_0]\$ for the input \$x[n-n_0]\$.