I need to classify an EEG signal (most likely using an artificila neural network) but for the inputs I would like to know the differences between using the result of the FFT or using the signal with different band-filteres for example butterworth.

The advantages of the FFT is that is much smaller (a 1 second window it will have ~60 inputs) and that the signal is still there. On the other hand using band-filters I would have as input all the signal (a 1 second window @ 256 Hz it will have 256 times the number of bands that I want to obtain). Also the signal gets distorted.

So my final question is, for classification purpouse, does the FFT contains the same information that the signal filtered?

More Jacobo Fernandez-Vargas's questions See All
Similar questions and discussions