I have many samples of a arrays representing signals in the time domain that I want to classify using artificial neural networks. Do I need to use feature extraction methods (such as the FFT or WT) before applying them to the ANN ? or do I apply the signal directly as it is (600 dim array) to the NN.
Thanks in advance.