Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Shift Invariant and Shift Variant DTS

Status
Not open for further replies.

Eshal

Advanced Member level 1
Joined
Aug 29, 2012
Messages
470
Helped
16
Reputation
32
Reaction score
15
Trophy points
1,298
Location
Nowhere :)
Activity points
5,149
Hello to all experts.

I understand how to check the DTS for shift variant and shift invariant.

But I am confused with this example:
Check for shift invariance for the below system.

y(n) = x(-n)

Attempted solution:

shift the input by k samples gives
y(n,k) = x(-n-k)

now shifting the output by k samples gives
y(n-k) = x(-n-k)
Hence y(n,k) = y(n-k)
So it is Shift Invariant system.

But book examples says something different that the given system is Shift Variant. See the image below of the book's example:
Capture.PNG

How does 1.8.11 and 1.8.12 come? I don't understand these equations.

Thank you ^_^
 

Hi Eshal,

I think that it will be more apparent considering the more general case y(n)=x(C*n) .
In the example you have C=-1, but please consider instead C=2.
Take an arbitrary waveform for x(n), for instance a box lasting 3 samples starting at n=0.
Plot x(n), y(n), x(n-k), y(n,k) and y(n-k) for k=4.
I hope this will help.

Z
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top