Hi Manson
There is a bug in your diagram since you connected the number of samples where you should have connected the sampling frequency.
The sampling frequency is related to the pace at which you take the measurement.
Usually, Fs = 1 / dT
where Fs is the sampling frequency and dT is the time interval.
It should work better.
In any case, to have a better resolution in the low frequency range of your spectrum computations, you have to increase the number of points of your data because there exist the following relationship between dF (space between 2 points in you spectrum), dT, and N (number of data points) :
dF = 1 / (2 x dT x N)
Doc-Doc