Revision as of 18:09, 22 September 2009 by Jkubasci (Talk | contribs)

Introduction

With microprocessors becoming ever increasingly faster, smaller, and cheaper, it is preferable to use digital signal processing as a way to compensate for distortions caused by analog circuitry. One area that this can be applied is in signal reconstruction, where a low pass analog filter is used on the output of a digital-to-analog converter to attenuate unwanted frequency components above the Nyquist frequency.

The problem with analog low pass filters is that higher the order, the more resistors, capacitors, and op-amps are required in its construction. More circuit components means more circuit board space, which is a precious commodity with today's hand-held devices.

Here, it will be explained how up-sampling can be used to relax requirements on analog low pass filter design while decreasing signal distortion.

A Representative DT Signal

For this discussion, a representative signal $ x(t) $ will be used to demonstrate the process of signal reconstruction. We will look at the signal in the frequency domain, as shown in the plot below:

X f plot.png

As seen in the plot, the signal $ X(f) $ has a triangular shape and is band-limited by $ f_{max} $. By the Nyquist-Shannon Sampling Theorem, the sampling frequency $ f_{s1} $ must be greater than $ 2f_{max} $. For this discussion, assume $ f_{s1} $ is just slightly greater than $ 2f_{max} $.

Now, we are going to sample $ x(t) $ with an impulse train with period $ T_{s1} = 1/f_{s1} $ and convert to a discrete time signal. This has the affect of scaling the magnitude axis of $ X(f) $ by $ 1/T_{s1} $ and the frequency axis by $ 2\pi T_{s1} $, and then repeating the result every $ \omega = 2\pi $. This yields the following plot $ X_d(\omega) $:

Xd w plot.png

Without Up-sampling

First, consider the process of signal reconstruction without up-sampling. The following diagram shows the process:

Dac diag.png

The first block is a digital-to-analog converter. This converts the discrete time signal to a continuous time signal. This has the effect of scaling the magnitude axis by $ T_{s1} $ and the omega axis by $ \frac{1}{2\pi T_{s1}} $. This yields the following plot:

W1 f plot.png

With Up-sampling

Upsampling diag.png U w plot.png V w plot.png W2 f plot.png

How Analog Filter Design is Affected

Alumni Liaison

Sees the importance of signal filtering in medical imaging

Dhruv Lamba, BSEE2010