How to create FFT plot ?

Hello,

I use cyton board and I use a code to display in real time the eeg data that I get. I would like to display fft plot at the same time.
How should I do it ? Are there already codes that allow to do?

Thank you,

Regards

Comments

  • wjcroftwjcroft Mount Shasta, CA
    RT, hi.

    Each programming language generally has a library of DSP, Digital Signal Processing routines, that can perform filtering and FFT operations. Just do a Google Search on your programming language name and DSP. There are also libraries for plotting bar graphs and such.

    Regards,

    William

Sign In or Register to comment.