Revision as of 14:33, 14 October 2014 by Mdeufel (Talk | contribs)


Upsampling with an emphasis on the frequency domain

By: Michael Deufel


  1. Introduction
  2. Derivation
  3. Examples
  4. Conclusion


1. Introduction

The purpose of Upsampling is to manipulate a signal in order to artificially increase the sampling rate. This is done by...

  1. Discretize the signal
  2. Pad original signal with zeros
  3. Take the DTFT
  4. Send through a LPF (low pass filter)
  5. Take the inverse DTFT to return to the time domain

We will overview the whole process but focus on the effect upsampling has in the frequency domain


2. Derivation

We will start with discrete signal $ x_1[n] $

now we "pad with zeros" to define $ x_2[n] $

$ x_2[n] = \begin{cases}x[\frac{n}{D}], & \text{if} \frac{n}{D} \in \mathbb{Z} \\0, &\text{else} \end{cases} f $

$ x_2[n] $ can also be defined by

$ x_2[n] = \sum_{n = -\inf}^{\inf} $

Alumni Liaison

To all math majors: "Mathematics is a wonderfully rich subject."

Dr. Paul Garrett