[EE - Signals] Question about Discrete-Time Impulse/Discrete-Time Delta

  • Thread starter Thread starter user101
  • Start date Start date
  • Tags Tags
    Delta Ee Signals
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
user101
Messages
205
Reaction score
0
Quick question about a discrete unit impulse.

If I were to draw delta[n+1], at

... etc
n = -2 ... the point would be at location: 0
n = -1 ... the point would be at location: 1
n = 0 ... the point would be at location: 0
n = 1 ... the point would be at location: 0
n = 2 ... the point would be at location: 0
... etc

What I'm asking is that the line that I have in red... is that correct, with the shift of +1 to the left (an advance signal)?

The reason I'm saying it's -1 is because when n is -1, delta[-1+1] is delta[0] = 1.
 
Last edited:
Physics news on Phys.org
learningphysics said:
Yes that's right... just like ordinary continuous function... f(x+a) is f(x) shifted a units to the left.

Thanks for the reply. Just to make sure, I would have a "1" dot for y where x = -1 then, correct?
 
user101 said:
Thanks for the reply. Just to make sure, I would have a "1" dot for y where x = -1 then, correct?

Yes, that would be correct but usually discrete time signals are as stem plots... ie a vertical line is drawn from the x-axis up to the dot (nothing is drawn when y=0)... eg:

http://en.wikibooks.org/wiki/Digital_Signal_Processing/Discrete_Data#Stem_Plots

So your plot would have a vertical line segment at n=-1 from the x-axis up to the dot at y=1.
 
Ok, great! Thanks