upsampling

Transforms a discrete signal to a higher sampling rate (of the original continuous signal).

Two step process:

  1. Put \(L-1\) zeros between every sample
  2. low pass filter the signal
Back to index