corbanbrook-fft
Version:
Real valued split radix FFT with inverse.
28 lines (27 loc) • 504 B
JSON
{
"name": "corbanbrook-fft",
"version": "0.1.2",
"description": "Real valued split radix FFT with inverse.",
"main": "src/rfft.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:j-funk/corbanbrook-fft"
},
"engines": {
"node": "4.4.7^"
},
"keywords": [
"FFT",
"DSP",
"fast-fourier-transform",
"digital-signal-processing"
],
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"license": "MIT"
}