An open API service indexing awesome lists of open source software.

https://github.com/kulia/whittaker-shannon-interpolation

Constructs a continuous-time function from a list of real numbers.
https://github.com/kulia/whittaker-shannon-interpolation

dsp interpolation resampling resampling-methods sampling signal-processing

Last synced: 8 months ago
JSON representation

Constructs a continuous-time function from a list of real numbers.

Awesome Lists containing this project

README

          

# Whittaker–Shannon interpolation in Haskell

Haskell implementation for converting a list of numbers to a continuous time function using Whittaker–Shannon interpolation. The formula for the interpolation is given by

![formula](https://wikimedia.org/api/rest_v1/media/math/render/svg/a6fb0ab1bd8507bc90a23bf0435888d2105c7449)

Check out the [wikipedia](https://en.wikipedia.org/wiki/Whittaker%E2%80%93Shannon_interpolation_formula) article for more information. An example of the resampling is shown in the figure below.

![](fig/example_resample.svg "Results")

The software is made by [Aleksander Wasaznik](https://github.com/aleksanw) and [Geir Kulia](https://github.com/kulia/).