angel23
- 21
- 0
does this system have memory or memoryless??and why??
Y[n+1] + 4Y[n] = 3 X[n+1] - X[n]
Y[n+1] + 4Y[n] = 3 X[n+1] - X[n]
Let t1= (n+1)*T and see if your definition applies.angel23 said:ok a memoryless system is the system in which the value of output at t1 depends only on the value of the input at t1.
now i want to apply this on the given system how can i do?
Yes, since Y[t1] depends on T[t1-T].angel23 said:it has memory.
right?