MATLAB: Using Neural Network approach compute DFT and power spectrum of a sampled data sequence.

neural networks

Sampled data sequence : x(n)=0.8sin(0.1 n)+0.5sin(0.25 n).

Best Answer

Inappropriate for NNs.
USE the FFT.
Greg