I am interested in evaluating the discrete Fourier transform for a list of data. The problem is the results given by the function Fourier depends on the length of the data.
For example, if the list of data is simply Table[Sin[20 π t], {t, 0, 10, x}] for different values of x I will obtain the same shape from Fourier when I plot the obtained numbers but the values on the $x$ axis will change.
For $x=0.001$ I will get:
But for $x=0.01$ I get:

