Monday, April 22, 2019

signal analysis - Is the system represented by the equation y(t)=x(2t) time invariant?


I came across this problem in the text book Signals and Systems - Oppenheim (Example-1.16).


To solve this, I followed the following algorithm (described in the book earlier for a separate problem):



y(t)=x(2t)y1(t)=x1(2t)


Let x2(t)=x1(tt0) and y2(t)=x2(2t)


y2(t)=x1(2(tt0))=x1(2t2t0)


Now, y1(tt0)=x1(2(tt0))=x1(2t2t0).


Since y2(t) and y1(tt0) are equivalent, the system should be time-invariant.


However, the book takes a different(graphical) approach, wherein the time-shifted y(t), y(tt0) is x(2tt0) and the resulting system is time-varying.


I would like to understand why is there this inconsistency between the mathematical and the graphical approach.



Answer



From your solution:


I followed the following algorithm:



y(t)=x(2t)

y1(t)=x1(2t)


Let x2(t)=x1(tt0)   and   y2(t)=x2(2t)


On this following step (time sampling of the shifted argument) you make the usual mistake:


y2(t)=x1(2(tt0))

which should instead be : y2(t)=x2(2t)=x1(tt0)|t=2t=x1(2tt0)


The remaining parts follow as usual to show that the time scaler is a time-varying system...


No comments:

Post a Comment

digital communications - Understanding the Matched Filter

I have a question about matched filtering. Does the matched filter maximise the SNR at the moment of decision only? As far as I understand, ...