0

I have an array of float values. I need to compute FFT using ReQL. I'm not sure whether it is possible to do.

Thanks

runner
  • 65
  • 1
  • 8
  • Howdy @runner, you should definitely check out the post over here => http://stackoverflow.com/a/3226672/1076057. Also, while this is feasibly possible in ReQL, it might be a bit slow since you'd want to call `r.js("arbitrary js code")` for some of the Math functions. Here are some examples here => https://gist.github.com/dalanmiller/c71f7dea1533e9f6690e – dalanmiller Jan 26 '16 at 19:13
  • Thanks, it worked, but it's definitely slow. – runner Jan 27 '16 at 21:00

0 Answers0