How to use FFT on array of values instead of AudioIn

edited January 2016 in Library Questions

How can I use a FFT on an array of sampled-values? They are values sampled at 100 Hz. Do I have to simulate an audio track and then make the FFT? How could I do it? (I am a new Processing user)

Answers

  • edited January 2016

    Suggestion: Post your code so we can see what you've done so far.

  • Answer ✓

    I have no idea which library you are using, but in minim you can pass a float-array instead of an AudioBuffer to functions like FFt.forward().

Sign In or Register to comment.