Homework: Sampling: A class review: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


<math>\sum_{n=-\infty}^{\infty} x(t)\cdot \delta(t - nT) \ </math>
<math>\sum_{n=-\infty}^{\infty} x(t)\cdot \delta(t - nT) \ </math>
Don't forget the Fourier transform! It will help you look at the frequency response of your new dirac function.
<math>= \mathcal{F}\left \{\sum_{n=-\infty}^{\infty} x(t)\cdot \delta(t - nT) \}\right \} </math>


and presto! You have a new tool for getting discrete values that can reproduce a continuous waveform. You need to sample the waveform at least twice as fast as the highest frequency that you are recording, or you might permanently lose the information from that frequency due to aliasing. Once these values are recorded, there is alot more processing that is required to restore it to the original signal - at least close enough to the real thing that you can't hear the difference.
Presto! You have a new tool for getting discrete values that can reproduce a continuous waveform. You need to sample the waveform at least twice as fast as the highest frequency that you are recording, or you might permanently lose the information from that frequency due to aliasing. Once these values are recorded, there is alot more processing that is required to restore it to the original signal - at least close enough to the real thing that you can't hear the difference.

But don't forget the Fourier transform! It will help you look at the frequency response of your new dirac function.
<math>= \mathcal{F}\left \{\sum_{n=-\infty}^{\infty} x(t)\cdot \delta(t - nT) \}\right \} </math>

Revision as of 19:27, 22 October 2007

Sampling: A Class Review

A continuous function has an infinite amount of information stored on it - a continuous line has an infinite amount of points on it to document. So, the only way we can manipulate transforms on the computer is to quanticize them using the Fourier Series.


But this Fourier Series is still infinite! What can we do to fix this, so we can store a finite number of values in our computer that can reproduce the waveform we are trying to save?

The answer lies in the Dirac Delta function. The Dirac delta function is a function on the real line which is zero everywhere except at the origin, where it is infinite,

and which is also constrained to satisfy the identity

So the dirac delta function only works once at the origin, so far. We can change the function so it's effect occurs periodically, like this:


Don't forget the Fourier transform! It will help you look at the frequency response of your new dirac function.

Presto! You have a new tool for getting discrete values that can reproduce a continuous waveform. You need to sample the waveform at least twice as fast as the highest frequency that you are recording, or you might permanently lose the information from that frequency due to aliasing. Once these values are recorded, there is alot more processing that is required to restore it to the original signal - at least close enough to the real thing that you can't hear the difference.