Fourier Transform of a Modified Impulse Train

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
WolfOfTheSteps
Messages
134
Reaction score
0
I hope this is OK to post here. I thought it would be better here than in the math questions forum, since you are EEs, and probably have more experience dealing with things related to the delta function.

Problem

Let

[tex]\hat{x}(t) = \sum_{k=-\infty}^{\infty}\delta(t-2k).[/tex]

Now let

[tex]x(t) = 2\hat{x}(t) + \hat{x}(t-1).[/tex]

Find the Fourier Transform of [itex]x(t)[/itex].

Given Solution

Here is the official solution given by Oppenheim:

From Table 4.2,

[tex]\hat{X}(j\omega) = \pi \sum_{k=-\infty}^{\infty}\delta(\omega - \pi k)[/tex]

Therefore,

[tex]X(j\omega)=\hat{X}(j\omega)[2+e^{-\omega}] = \pi \sum_{k=-\infty}^{\infty}\delta(\omega-\pi k)[2 + (-1)^k].[/tex]

My Two Questions

Question 1. When applying the time-shifting property of Fourier series, why did they multiply by [itex]e^{-\omega}[/itex] and not [itex]e^{-j\omega}[/itex]??

Question 2. How did the [itex]e^{-\omega}[/itex] become [itex](-1)^k[/itex] in the final answer?

Thank you!
 
Last edited:
Engineering news on Phys.org
WolfOfTheSteps said:
Question 1. When applying the time-shifting property of Fourier series, why did they multiply by [itex]e^{-\omega}[/itex] and not [itex]e^{-j\omega}[/itex]??

it's a mistake. i don't have the book, but if you represented this correctly, they are wrong and you are right. delaying by one sample multiplies the continuous spectrum by [itex]e^{-j\omega}[/itex] . this will fix your Q2 also.
 
delaying by one sample multiplies the continuous spectrum by [itex]e^{-j\omega}[/itex]. this will fix your Q2 also.

Maybe not! How does [itex]e^{-j\omega}[/itex] become [itex](-1)^k[/itex] in the final answer? :biggrin: I know [itex]e^{-j k \pi} = (-1)^k[/itex] but how could that come from [itex]e^{-j\omega}[/itex] when omega is variable and there is no k? Is the final answer also a typo?

Thanks!
 
WolfOfTheSteps said:
Maybe not! How does [itex]e^{-j\omega}[/itex] become [itex](-1)^k[/itex] in the final answer? :biggrin: I know [itex]e^{-j k \pi} = (-1)^k[/itex] but how could that come from [itex]e^{-j\omega}[/itex] when omega is variable and there is no k? Is the final answer also a typo?

Thanks!

Remember, you are multiplying the [itex]e^{-j \omega}[/itex] by a chain of delta functions (in [itex]\omega[/itex]-space). The only thing that matters is where the delta function is nonzero.

Remember [itex]f(x)\delta(x-a) = f(a)\delta(x-a)[/itex]
 
mdelisio said:
Remember, you are multiplying the [itex]e^{-j \omega}[/itex] by a chain of delta functions (in [itex]\omega[/itex]-space). The only thing that matters is where the delta function is nonzero.

Of course! Which happens exactly when [itex]\omega = \pi k[/itex]. I should have realized that! :rolleyes:

Thanks!