DavidsCD: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
insert pic2 |
insert pic2 |
||
Data is taken from the CD player and is represented mathmatically as <math> \sum_{k= -\infty}^ \infty \ x(kT) \delta (t-KT) </math>. When the data goes through the Digital to Analog Converter (DAC)it is |
Data is taken from the CD player and is represented mathmatically as <math> \sum_{k= -\infty}^ \infty \ x(kT) \delta (t-KT) </math>. When the data goes through the Digital to Analog Converter (DAC) it is convolved with p(t) to get <math> \tilde x (t) = \sum_{k= -\infty}^ \infty \ x(kT) p (t-KT) </math> as shown below. |
||
[[Image:barnsaDA.jpg|Digital to analog conversion]] |
[[Image:barnsaDA.jpg|Digital to analog conversion]] |
||
In the frequency domain you can see that this relates to multipliing <math>\tilde \frac{1}{T} \sum_{n=-\infty}^\infty X(f - \frac{n}{T}) \cdot </math> by P(f) and results in a quite distored X(f). |
|||
</center> |
|||
where |
|||
<center> |
|||
<math>P(f) = \int_{-\frac{T}{2}}^{\frac{T}{2}} e^{j2\pi ft} \, dt = T sinc(fT) |
|||
</math> |
|||
</center> |
|||
[[Image:barnsasample.jpg|Sampling a signal]] |
[[Image:barnsasample.jpg|Sampling a signal]] |
Revision as of 01:32, 10 December 2004
CD Players Explained!
insert pic1
As seen above storing voice samles on a cd only involves a couple of steps. First the data must be passed through a low pass filter incase there are any unwanted high frequencies. In our case we would need a filter to pass anything under 22kHz. If we pass anything higher than this then there will be alaising. Next an analog to digital converter (ADC) samples the data at 44000kHz. It does this by basically picking the closest sampling value to the analog value. Next this data is stored on a CD.
insert pic2
Data is taken from the CD player and is represented mathmatically as . When the data goes through the Digital to Analog Converter (DAC) it is convolved with p(t) to get as shown below.
In the frequency domain you can see that this relates to multipliing by P(f) and results in a quite distored X(f).
where
.