Is sinc interpolation available in Scipy ?
I've just ask this question to Travis Oliphant during
the entought webinar that had just ended but unfortunately
I was not able to ear the reply due to poor sound quality just at
that moment :-(
Hope someone could give me his or a reply to this question.
Thanks,
David
_______________________________________________
SciPy-User mailing list
SciPy...@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
Also you can use FFTs for interpolation. Just rfft the signal, append
zeros, and invert the transform.
Sturla
David Trem skrev:
David Cournapeau has a scikit for that :
http://pypi.python.org/pypi/scikits.samplerate/
--
Fabrice Silva
Laboratory of Mechanics and Acoustics (CNRS, UPR 7051)
It is mostly useful for audio signals, though, and limited to 1d
signals. A more general sinc-based interpolation scheme would be nice
for scipy.signal.
David