Hi,
I am trying to find out if a system is bounded (stable) or not, and I don't understand the process, I basically have these two functions,
y1[n]=n2*x[n]
y2[n]=x4[n]
According to my notes, y1[n] is not stable, as the output is proportional to n2 which is not bounded, I understand...