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]
The discussion revolves around whether a given system is memoryless or has memory, specifically analyzing the system described by the equation Y[n+1] + 4Y[n] = 3 X[n+1] - X[n]. The scope includes definitions from digital signal processing (DSP) and the application of these definitions to the provided system.
There is no consensus on whether the system is memoryless or has memory, as participants present differing views and interpretations of the definitions.
Participants have not fully explored the implications of the system equation in relation to the definitions of memory and memoryless systems, and there are unresolved steps in applying these definitions to the specific case.
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?