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.
- Host: GitHub
- URL: https://github.com/kulia/whittaker-shannon-interpolation
- Owner: kulia
- License: mit
- Created: 2018-02-10T23:24:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T09:17:24.000Z (over 8 years ago)
- Last Synced: 2025-02-15T09:37:01.375Z (over 1 year ago)
- Topics: dsp, interpolation, resampling, resampling-methods, sampling, signal-processing
- Language: Haskell
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.

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