User:Eub/scratch

From Wikipedia, the free encyclopedia

Stages of resampling
signal in the time domain in the frequency domain
(1) x[n]\,

The original discrete-time signal, sampled at fs.

(2) x_\delta(t) \quad = \sum_{n=-\infty}^{\infty} x[n]\,\delta\left (t - n/f_s\right )

Construct a continuous-time signal by placing a unit impulse for each sample.

(3) x'(t) \quad = \mbox{lowpass}(x_\delta, f'_s/2)\,
(4) x'[n] = x'\left ( n/f'_s \right )\,

Create the desired discrete-time signal (4) by sampling the signal (3) at appropriate times.

This x'[n] is x[n] resampled to the new sampling ratef's.


Resampling is a term used in statistics to describe a variety of methods for computing summary statistics using subsets of available data (jackknife), drawing randomly with replacement from a set of data points (bootstrapping), or switching labels on data points when performing significance tests (permutation test).

Resampling in digital signal processing refers to converting a sampled signal from one sampling frequency to another. For instance, the output waveform of a DAW that processes at 96 kHz would have to be resampled to 44.1 kHz to be placed on a CD.

These two concepts are related.