Discrete Signals/Systems Even/Odd Problem

  • Thread starter Thread starter LongApple
  • Start date Start date
  • Tags Tags
    Discrete
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
1 replies · 2K views
LongApple
Messages
68
Reaction score
0

Homework Statement



http://ocw.mit.edu/courses/electric...s-fall-2011/assignments/MIT6_003F11_sol01.pdf

[/B]
upload_2015-6-8_4-12-12.png

upload_2015-6-8_4-12-24.png


Homework Equations


None[/B]

The Attempt at a Solution


To be honest, I don't think you can prove something is impossible with just a sentence or two.

I don't see why we check x odd [n] and x left[n] at 0 and notice they are both 0.

1. Why do we think to examine those numbers?

2. What do them both being zero tell us?
 
on Phys.org
In a mathematical sense, the question is asking if this equality holds:

$$x[n] = x_o[n] + x_l[n], \quad \forall n \in \mathbb{Z}$$

In words: Can we re-construct ##x[n]## from the odd part of the signal plus the part of the signal to the left of ##n = 0##, ##\forall n \in \mathbb{Z}##?

Intuitively this cannot be possible, because the even part of the signal for ##n \geq 0## will be excluded from the re-construction of ##x[n]##.

If you can imagine it, there would be a continuous line to the left of ##n = 0## because of ##x_l[n]##, but for ##n \geq 0##, there would be many holes in the signal because only ##x_o[n]## is accounted for.

If the equality given was instead ##x[n] = x_r[n] + x_l[n]##, it would be possible to re-construct the signal.