HW8

From Class Wiki
Revision as of 00:41, 25 November 2009 by Joshua.Sarris (talk | contribs)
Jump to navigation Jump to search

Problem Statement

Write a section describing how a CD player works with out oversampling but with digital filtering (1x oversampling)

Solution

CD players are used to play audio files and although these are limited we can look at any non periodic signal as periodic with an infinite period. We can represent this signal, x(t) as such in the time domain and X(f) in the frequency domain.

X continuous3.jpg X frequency1b.jpg

In order to take the signal and read it digitally we must sample it. This gives us data points creating a discrete function of time , where is and integer and is the period between samples. We use a frequency of 44 kHz as it is twice the frequency at which a human can hear (i.e. 2 x 22 kHz) -- that means, kHz. Mathematically sampling is represented by multiplying x(t) with the delta function which results in a convolution with X(f).

X discrete a.jpg X frequency2a.jpg

Represented as: and respectively.