Signals & Systems - De Moivre's question

  • Thread starter Thread starter Angello90
  • Start date Start date
  • Tags Tags
    Signals Systems
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Angello90
Messages
65
Reaction score
0
From the lecture notes:
[tex]h[n] = \frac{1}{2}(\delta[n] + delta[n-1])[/tex]

via property:
[tex]H(e^{j\Omega})=\sum_{-\infty}^{\infty}h[k]e^{-j\Omega k}[/tex]

becomes:
[tex]H(e^{j\Omega})= \frac{1}{2}(1 + e^{-j\Omega})[/tex]

than my lecture divided by [tex]e^{\frac{-j\Omega}{2}}[/tex] resulting in:

[tex]H(e^{j\Omega})= e^{\frac{-j\Omega}{2}}[(e^{\frac{j\Omega}{2}} + e^{\frac{-j\Omega}{2}})/2][/tex]

Now he changed [tex](e^{\frac{j\Omega}{2}} + e^{\frac{-j\Omega}{2}})/2[/tex] to [tex]cos(\frac{\Omega}{2})[/tex]

How? Can anyone explain me? Also why [tex]\delta[n][/tex] is 1 but [tex]delta[n-1][/tex] is [tex]e^{\frac{-j \Omega}{2}}[/tex]?
 
Physics news on Phys.org
Angello90 said:
From the lecture notes:
[tex]h[n] = \frac{1}{2}(\delta[n] + delta[n-1])[/tex]

via property:
[tex]H(e^{j\Omega})=\sum_{-\infty}^{\infty}h[k]e^{-j\Omega k}[/tex]

becomes:
[tex]H(e^{j\Omega})= \frac{1}{2}(1 + e^{-j\Omega})[/tex]

than my lecture divided by [tex]e^{\frac{-j\Omega}{2}}[/tex] resulting in:

[tex]H(e^{j\Omega})= e^{\frac{-j\Omega}{2}}[(e^{\frac{j\Omega}{2}} + e^{\frac{-j\Omega}{2}})/2][/tex]
No, he didn't divide by e^(-j*Omega/2). He factored it out of the two expressions in the parentheses. If you multiply the two expressions in parentheses in this equation, you'll get right back to what's in the equation above.
Angello90 said:
Now he changed [tex](e^{\frac{j\Omega}{2}} + e^{\frac{-j\Omega}{2}})/2[/tex] to [tex]cos(\frac{\Omega}{2})[/tex]
This is an identity. (1/2)(e^(ix/2) + e^(-ix/2)) = (1/2)[cos(x/2) + isin(x/2) + cos(-x/2) + isin(-x/2)] = (1/2)[2cos(x/2)] = cos(x/2).

This is using the identities cos(-a) = cos(a) and sin(-a) = -sin(a).
Angello90 said:
How? Can anyone explain me? Also why [tex]\delta[n][/tex] is 1 but [tex]delta[n-1][/tex] is [tex]e^{\frac{-j \Omega}{2}}[/tex]?