How to resample nonperiodic signal with scipy?

Viewed 150

The documentation for scipy.signal.resample says that it assumes the function is periodic. Is interp1d the equivalent function for nonperiodic signals? If not, what is?

I've spent a lot of time searching for this and reading through other posts, but they all seem to assume you have a signal processing background; I'm from more of an algorithms background. I kind of understand what "Fourier methods" are, but shouldn't there be some kind of Fourier-based resampler for finite-length signals? (Perhaps using a DFT, etc.)

0 Answers
Related