jbriggs444 said:
f(u(n-4))(1) = 1*u(n-4)(1) = 1*u(1-4) = 0
f(u(n-4))(2) = 2*u(n-4)(2) = 2*u(2-4) = 0
f(u(n-4))(3) = 3*u(n-4)(3) = 3*u(3-4) = 0
f(u(n-4))(4) = 4*u(n-4)(4) = 4*u(4-4) = 4
f(u(n-4))(n) = n*u(n-4)(n) = n*u(n-4) = [n for n >= 4 and 0 for n < 4]
Ok, I agree. I asked other people and they all say is n*u(n-4).
Now, let's take it a step further and talk about linear, time-invariant systems.
Consider that the response of the system to u(n) is s(n) = (1-a^(n+1))*u(n).
Basically, is the same as n*u(n). I just replaced n with the exponential (1-a^(n+1)), where a is given.
So to u(n) it corresponds s(n).
Now if I want to find the response to x(n) = u(n) - u(n-4), I apply the superposition principle and do the following thing:
- I calculate the output of the system separately: so to u(n) it corresponds s(n), and to u(n-4) it corresponds s(n-4)
- I add the outputs to obtain y(n) = s(n)-s(n-4) = (1-a^(n+1))*u(n) - (1-a^(n-4+1))*u(n-4).
So, observe that to u(n-4) it corresponds (1-a^(n-4+1))*u(n-4) and not (1-a^(n+1))*u(n-4).
This is what happens in an LTI system. I can't say that to u(n-4) it corresponds (1-a^(n+1))*u(n-4) because if I take not 4, but 100, then at n = 100, when the step down happens, the exponential would have died and I don't want this. I don't want this because when the step goes down, I want it to go down exponential and not suddenly.
So, what happens? Aren't linear, time-invariant systems described by functions but by other mathematical objects?