MATLAB: APPLY FFT TO NON PERIODIC SIGNAL

fft

Hello, I need help concenring an FFT for a temporel and non periodic signal ( as shown in the picture bellow).
the size of my time vector is 632 , how could I apply the FFT to this signal ? Thank you

Best Answer

Use the fft function. The signal does not need to be periodic. Every signal can be decomposed into a series of sinusoids of varying amplitudes and phases.