frenzal_dude
- 76
- 0
Homework Statement
Hi, I need to find the spectrum of s(t)=sin(400\pi t) + 0.5cos(12000\pi t)<br /> when sampled at 10KHz.
Homework Equations
Using the Discrete Fourier Transform:
G_{k}=\sum_{n=0}^{N-1}s_{n}e^{\frac{-j2\pi kn}{N}}
where N is the amount of samples taken in the signal duration which is NT_{s}=\frac{N}{10000} and s_{n}=s(nT_{s})
The Attempt at a Solution
I decided to take 10 samples, so N=10, therefore the signal duration is 0.001 seconds
Therefore: G_{k}=\sum_{n=0}^{9}s_{n}e^{\frac{-j2\pi kn}{10}}
G_{k}=\sum_{n=0}^{9}[sin(400\pi nT_{s}e^{\frac{-j2\pi kn}{10}}+0.5sin(12000\pi nT_{s})e^{\frac{-j2\pi kn}{10}}]
G_{k}=\sum_{n=0}^{9}[sin(\frac{4\pi n}{100})e^{\frac{-j2\pi kn}{10}}+0.5sin(\frac{12\pi n}{10})e^{\frac{-j2\pi kn}{10}}]
G_{k}=\frac{1}{2}-0.28e^{\frac{-j\pi k}{5}}+0.403e^{\frac{-j\pi k2}{5}}+0.523e^{\frac{-j\pi k3}{5}}+0.077e^{\frac{-j\pi k4}{5}}+1.09e^{\frac{-j\pi k5}{5}}+0.28e^{\frac{-j\pi k6}{5}}+0.93e^{\frac{-j\pi k7}{5}}+0.999e^{\frac{-j\pi k8}{5}}+0.5e^{\frac{-j\pi k9}{5}}
I'm not sure what this all actually means, how can we find the frequency components based on all those exponentials? I know that exponentials in the time domian give a delta in the frequency domain, but these exponentials are already in the frequency domain.
Any help would be greatly appreciated!
Frenzal