johnharris40
Newbie level 1
- Joined
- Sep 27, 2012
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,299
y[n] = x[n] + x[n-1] where n > 0
y[n] = 0 otherwise
I'm thinking it's not, because if you were to shift n by n - n', there's a possibility that certain shifted values will then take on 0 and be erased. Is this true?
y[n] = 0 otherwise
I'm thinking it's not, because if you were to shift n by n - n', there's a possibility that certain shifted values will then take on 0 and be erased. Is this true?