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
2 replies · 14K views
naimad
Messages
2
Reaction score
0
I need to find the Fourier Transform (FT) of:

[tex]x(t)=\sum^{\infty}_{n=-\infty}((-1)^{n}\delta(t-nT))[/tex]

Not really sure how to solve this problem, so any help will be appreciated.

Also, if you guys know a good reference for non-uniform sampling and reconstruction, please post it.
 
Engineering news on Phys.org
naimad said:
I need to find the Fourier Transform (FT) of:
[tex]x(t)=\sum^{\infty}_{n=-\infty}((-1)^{n}\delta(t-nT))[/tex]

Note: I think my answer below is correct, but I've never found a way to check my answers when finding the FT... So, if someone with more experience could verify this, I would appreciate it!

Notice first that all the impulses at odd values of [itex]n[/itex] are being subtracted, while all the impulses at even values of [itex]n[/itex] are being added. This suggests that we write [itex]x(t)[/itex] as follows:

[tex]x(t)=\sum^{\infty}_{n=-\infty}\delta(t-2nT) - \sum^{\infty}_{n=-\infty}\delta(t-(2n+1)T)[/tex]

[tex]=\sum^{\infty}_{n=-\infty}\delta(t-2nT) - \sum^{\infty}_{n=-\infty}\delta(t-2nT-T)[/tex]

Now let

[tex]\hat{x}(t) = \sum^{\infty}_{n=-\infty}\delta(t-2nT)[/tex]

This is a standard impulse train with period 2T. From any table of basic Fourier Transforms:

[tex]\hat{X}(j\omega) = \frac{2\pi}{2T}\sum^{\infty}_{n=-\infty}\delta\left(\omega-\frac{2\pi n}{2T}\right) = \frac{\pi}{T}\sum^{\infty}_{n=-\infty}\delta\left(\omega-\frac{\pi n}{T}\right)[/tex]

Now notice that [itex]x(t)[/itex], above, can be written as:

[tex]x(t)=\hat{x}(t)-\hat{x}(t-T)[/itex]<br /> <br /> We already know the Fourier transform for [itex]\hat{x}(t)[/itex]; now we just need to use the time shifting property to find the transform for [itex]\hat{x}(t-T)[/itex]:<br /> <br /> [tex]FT \{\hat{x}(t-T)\} = e^{-j\omega T}\hat{X}(j\omega)[/tex]<br /> <br /> Now, by linearity:<br /> <br /> [tex]X(j\omega)=\hat{X}(j\omega)-e^{-j\omega T}\hat{X}(j\omega)<br /> =\hat{X}(j\omega)[1-e^{-j\omega T}][/tex]<br /> <br /> And since we are dealing with an impulse train, the only values of [itex]\omega[/itex] we have to deal with are those at:<br /> <br /> [tex]\omega=\frac{\pi n}{T}[/tex] (since the impulse will be 0 everywhere else).<br /> <br /> From this we can write:<br /> <br /> [tex]e^{-j\omega T}=e^{-j\pi n }=(-1)^n[/tex]<br /> <br /> So our final answer will be:<br /> <br /> <br /> [tex]X(j\omega)=\frac{\pi}{T}\sum^{\infty}_{n=-\infty}\delta\left(\omega-\frac{\pi n}{T}\right)[1-(-1)^n][/tex][/tex]
 
Last edited:
Thanks WolfOfTheSteps, I checked it out with a friend and it seems to be correct.

Still, if anybody knows a good reference for non-uniform sampling and reconstruction, please post it.