Interpolation process

This page describes interpolation basics with figures and example,mention matlab command for interpolation.

Interpolation

Interpolation is the process which increases the sampling rate of the signal. Hence it is also called Up sampling. This is done by inserting samples with some consideration between samples.

interpolation

Interpolation example

X (n) = [0 2 4 6 8], at Fs sample rate
D=2, sampling factor
Y (n) = [0 1 2 3 4 5 6 7 8], at Fs X D sample rate

MATLAB command for interpolation

> > resample

RF and Wireless Terminologies