User:Eub~enwiki/scratch

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
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δ(t)=n=x[n]δ(tn/fs)

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

(3) x(t)=lowpass(xδ,f's/2)
(4) x[n]=x(n/f's)

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.