CDPlayerJEW: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Wonoje (talk | contribs)
No edit summary
Wonoje (talk | contribs)
Line 2: Line 2:
A CD player reads a dicrete set of data off a CD. In short, a CD player takes this data and sends it through a digitla to analog converter, then through a low pass filter, and finally is output through speakers. A simple diagram illustrates this below.
A CD player reads a dicrete set of data off a CD. In short, a CD player takes this data and sends it through a digitla to analog converter, then through a low pass filter, and finally is output through speakers. A simple diagram illustrates this below.


[Figure 1 Place Holder]
<center>
[[Image:DAOutput.jpg|Description]]
</center>


When an audio CD is recorded, the music has an infinite amount of data points and can be represented as a continuous function of time <math> x(t) </math>. Because a medium, such as a CD, has a finite amount of space, it will not be able to hold <math> x(t) </math> since it has an infinite number of points.  Instead, the music is sampled at intervals to create a discrete function of time <math> x(nT) </math> where <math> n </math> is an integer and <math> T </math> is the period.
When an audio CD is recorded, the music has an infinite amount of data points and can be represented as a continuous function of time <math> x(t) </math>. Because a medium, such as a CD, has a finite amount of space, it will not be able to hold <math> x(t) </math> since it has an infinite number of points.  Instead, the music is sampled at intervals to create a discrete function of time <math> x(nT) </math> where <math> n </math> is an integer and <math> T </math> is the period.

Revision as of 19:02, 17 November 2005

How a CD Player Works

A CD player reads a dicrete set of data off a CD. In short, a CD player takes this data and sends it through a digitla to analog converter, then through a low pass filter, and finally is output through speakers. A simple diagram illustrates this below.

Description

When an audio CD is recorded, the music has an infinite amount of data points and can be represented as a continuous function of time x(t). Because a medium, such as a CD, has a finite amount of space, it will not be able to hold x(t) since it has an infinite number of points. Instead, the music is sampled at intervals to create a discrete function of time x(nT) where n is an integer and T is the period.


Principle author of this page: Jeffrey Wonoprabowo