You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Ted Pavlic (2026). INTERPFTW (https://in.mathworks.com/matlabcentral/fileexchange/20524-interpftw), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.94 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
