sinc interpolator
Perfect interpolator to recover a continuous signal xr(t) from sampled sequence x[n] when the criterion in the shannon-nyquist theorem is fulfilled.
xr(t)=∞∑n=−∞x[n]sinc(π(t−nT)T)
where sinc is the sinc function, T is the sampling period.
This is nonrealizable because the sinc function is infinite in the time domain, and you need an infinite number of sinc functions.
The idea of resampling refers to manipulating the sampling rate.