-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi,
I suppose I'm neither the first of or the last that, frustrated by the abandon of dsp.js library, tries to maintain an updated version of the bests parts. So, I've started a port of rsft (before discover your project): https://github.com/oramics/dsp-kit/tree/master/packages/rfft
I also did my own benchmarks (at least repeating is good for learn ;-). Finally I've tried to include the inverse rfft implementation: https://github.com/oramics/dsp-kit/blob/master/packages/rfft/lib/inverse.js
But the problem is that I discover that this rfft implementation returns a result that is completely different from the fftimplementation of the same dsp.js library. The test is here: https://github.com/oramics/dsp-kit/blob/master/packages/rfft/test/test.js#L7
Have you tested the output? Are you aware of this problem? Did you used this implementation in any project?
Thanks in advance.