INTERPFTW
by Ted Pavlic
30 Jun 2008
(Updated 01 Jul 2008)
Modified INTERPFT to do ALIASED sinc interpolation.
|
Watch this File
|
| File Information |
| Description |
The INTERPFT function does sinc interpolation by taking an FFT, padding its end with zeros, and then taking an IFFT. Essentially, INTERPFT resamples the signal after low-pass filtering it.
Instead of putting all zero padding at the FFT *ends*, that padding can be split so that some are at the beginning of the FFT and some are at the end. The result is identical to resampling the signal after bandpass filtering it.
Hence, samples can be reconstructed from non-baseband aliasing windows.
So INTERPFTW is a generalization of INTERPFT. |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
| Other requirements |
This script is a SLIGHT modification of the standard INTERPFT script.
You need fft, ifft, and fftshift.
The fftshift requirement could be removed easily with small modifications to the code. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com