Jonathan Stickel
2016-02-04 14:32:03 UTC
Date: Thu, 4 Feb 2016 09:32:36 +0000
Subject: [Numpy-discussion] [OT] Interpolation of an unevently sampled
bandwidth limited signal
Content-Type: text/plain; charset="iso-8859-1"
I have several cases of hand digitized spectra that I'd like to resample these spectra at even spacings. My problem is that cubic or RBF splines often result in an unacceptible over-shooting. Is there a python module that provides something similar to sinc interpolation on unevenly space sampled signal?
Nadav.
You might try scikit-datasmooth:Subject: [Numpy-discussion] [OT] Interpolation of an unevently sampled
bandwidth limited signal
Content-Type: text/plain; charset="iso-8859-1"
I have several cases of hand digitized spectra that I'd like to resample these spectra at even spacings. My problem is that cubic or RBF splines often result in an unacceptible over-shooting. Is there a python module that provides something similar to sinc interpolation on unevenly space sampled signal?
Nadav.
https://pypi.python.org/pypi/scikits.datasmooth
BTW, this wouldn't be offtopic on the scipy-user list.
Regards,
Jonathan