Hi Sir, Thanks very much I always forget that if we add (n+1) its a delay, am I correct in saying that so the plots will shift the right?for n = {0, 1, 2, 3}
n+1 will be {1, 2, 3, 4}
-n+1 will be {1, 0, -1, -2}
Your second sketch appears to be shifted the wrong way.
[FONT=Courier New]
n= -6,-5,-4,-3,-2,-1, 0, 1, 2, 3, 4, 5, 6
x[n]= 0, 0, 0, 0, 0, 0, 6, 4, 1, 1, 0, 0, 0
x[-n]=
x[n+1]=
x[n-1]=
[/FONT]
Hi,Hi Sir.
Ok it makes more sense now. So for [n+1] at -1 it will give me zero, because -1+1 ,so i take the value of what is zero in the original signal n and that is the longest plot which is 6.
So all go to the left? Is my logic correct?
Thank you very much

Hi Sir. Thank you. This is over cool. How did u plot this? What software?