Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slembcke/lifft
The little FFT library
https://github.com/slembcke/lifft
dct2 fft header-only
Last synced: about 2 months ago
JSON representation
The little FFT library
- Host: GitHub
- URL: https://github.com/slembcke/lifft
- Owner: slembcke
- License: mit
- Created: 2021-12-15T21:11:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T00:55:38.000Z (5 months ago)
- Last Synced: 2024-11-01T02:34:54.355Z (2 months ago)
- Topics: dct2, fft, header-only
- Language: C
- Homepage:
- Size: 106 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎛️ LiFFT
The little FFT library.A simple FFT and DCT2 library in a header only format that makes it easy to drop into a project and use. Performance isn't the main concern, but it's still a bit better than half the speed of [FFTPACK](https://www.netlib.org/fftpack/) or [FFTW](https://fftw.org/).