Homework: Sampling: A class review: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Sampling: A Class Review == |
== 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 |
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. |
||
Line 8: | Line 8: | ||
<math>= \mathcal{F} \left \{ \sum_{k=-\infty}^{\infty} x(t) \cdot e^{i 2 \pi k f_s t} \right \} </math> |
<math>= \mathcal{F} \left \{ \sum_{k=-\infty}^{\infty} x(t) \cdot e^{i 2 \pi k f_s t} \right \} </math> |
||
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? |
|||
To make our job easier when dealing with discrete time based equations, it is helpful to have a |
Revision as of 17:59, 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?