In a Simulink/MATLAB simulation, i used the FFT Tool in the POWERGUI block to analyse a recorded signal 'sig', and at the same time i've coded a my own fft analysis function.

Both methods gives me different results in therms of amplitudes and phases of the sin components, Yet ! When i recreates the sins waves of my function and add them up they gives me the extract signal 'sig'...

Question :

1- Is it possible to have two different fft transforms for the same signal ?

2 - If not ! I will assume at some point I've made a mistake in my code, but how come that my 'coded' function gives me the original signal ?

Similar questions and discussions