I'm now developing a project in ruby on rails.
Is there anyway to calculate fft in ruby on rails? Say retrieve some time domain raw data from database and do fft then out put the freq domain graph in web page.
Is there any gem support this calculation?
if not,is it possible to use ruby write calculate fft code? Or is there any other way of implementing this?