On 2/4/16 02:42 , numpy-discussion-requ...@scipy.org wrote:
Date: Thu, 4 Feb 2016 09:32:36 +0000
From: Nadav Horesh<nad...@visionsense.com>
To: numpy-discussion<numpy-discussion@scipy.org>
Subject: [Numpy-discussion] [OT] Interpolation of an unevently sampled
        bandwidth limited signal
Message-ID:
        
<sn1pr08mb1758db00a8ee38386bca3d88cb...@sn1pr08mb1758.namprd08.prod.outlook.com>
        
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:

https://pypi.python.org/pypi/scikits.datasmooth

BTW, this wouldn't be offtopic on the scipy-user list.

Regards,
Jonathan
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to