https://github.com/fr0stbyter/fftw-js
https://github.com/fr0stbyter/fftw-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fr0stbyter/fftw-js
- Owner: Fr0stbyteR
- License: other
- Created: 2021-12-11T14:59:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T11:58:33.000Z (over 3 years ago)
- Last Synced: 2024-04-26T20:20:16.677Z (about 2 years ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is a fork of https://github.com/j-funk/fftw-js
# fftw-js
Javascript port of FFTW via Emscripten.
Install: `npm install fftw-js`
I've added new benchmarks against other
popular Javascript algorithms [here](https://github.com/j-funk/js-dsp-test/).
Example usage for `fftw-js` can be found in the test directory.
The examples are only of the real valued transform / inverse, however complex
to complex is also available.
Thanks to [Chris Cannam](https://code.soundsoftware.ac.uk/projects/js-dsp-test)
for the original benchmark tool and for transpiling FFTW. This version has
been optimized to perform much faster since forking Chris' version.