Hi all,

while taking FFT of a signal, we decide sampling frequency, time increment and time step as shown

Fs = 256

dt = 1/Fs = 0.0039

t = 0:dt:1-dt (for 1 second)

My question is:

when i take above values, i am getting accurate fft magnitude and phase information for my signal, but when i change 'dt' value (say 0.004) or 't' value (say 0:dt:255*dt), the results are not accurate ?

I think, irrespective of dt and t value, fft magnitude and phase should be the same always. Is there any relation between time vector, dt and fft results.

please help...

Thanks in advance

vivek

More Vivek Khare's questions See All
Similar questions and discussions