- #1
Jncik
- 103
- 0
Homework Statement
show whether the system
y(t) = x(2t) is time variant or not
Homework Equations
a system is time invariant if a time shift in the input signals results in an identical time shift in the output signal, that is if y[n] is the output of a discrete-time, time invariant system when x[n] is the input, then y[n-n0] is the output when x[n-n0] is applied
The Attempt at a Solution
first of all I have the answer on my book(oppenheim) but I can't understand what he does
what I tried to do is
suppose we apply a signal
x1(t) and we get an output of y1(t) = x1(2t)
now, suppose we apply a signal x2(t) = x1(t-t0)
we get an output of y2(t) = x2(t) = x1(2t - 2t0) = y1(t-t0)
hence it's time invariant
now, the book says it's time variant, and also it creates graphs to prove this point and I don't understand how he proves this..
what am I doing wrong?
thanks in advance