FFT question #1167
Unanswered
espruino-discuss
asked this question in
JavaScript
FFT question
#1167
Replies: 1 comment
-
Posted at 2018-05-31 by @gfwilliams The FFT is part of standard Espruino (via the At the moment the FFT uses 64 bit floats (like the rest of JavaScript), so it all has to be done in software. It's not fast, but it's good enough for the relatively slow update rate. There's actually an issue open that I started a week ago about moving the FFT to float32 - as I don't think anyone is really using the accuracy of float64 for the FFT. It would definitely improve speeds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-05-31 by ChrisZ
Hi all;
The FFT display example on the Pixel intrigued me. Is the FFT implemented in JavaScript? Do the NRF parts have a hardware FPU?
Thanks,
ChrisZ
Beta Was this translation helpful? Give feedback.
All reactions