Discrete-Time Functions

WBahn

Joined Mar 31, 2012
30,088
When you claim

f(u[n] - u[n-4]) = f(u[n]) - f(u[n-4])

you are claiming that f() is a linear function.

Is it?

Why are you saying that

f(u[n-4]) = (n-4)u[n-4]

You have

f(x[n]) = n * x[n]

Whatever you plug in as the argument of f(), that only replaces the parameter x[n] in the expression.
 

Lool

Joined May 8, 2013
116
Just a quick comment that the step f(u[n-4])=(n-1) u[n-4] is the incorrect step as mentioned above.

The step f(u[n] - u[n-4]) = f(u[n]) - f(u[n-4]) is correct because this is a linear time varying system.
 

Thread Starter

RdAdr

Joined May 19, 2013
214
I figured it out. I was confused between the actual model and the input-output relationship that arises from it.
Thanks for the answers.
 
Top