I understand that there is a sampling frequency and there is a total number of data points. What confuses me is the unit of time. Most of what I see deals with Hz and samples/sec but my samples are done at 15 minute intervals. Suppose I have 4096 data points each at the rate of 15 minutes giving 4096*15=61440 minutes of duration. Then how can I calculate the units of the x axis on the Fourier transform.
Is it fs = Data points/duration = 4096/(15*4096) = 1/15 samples/minute
and then each bin corresponds to 1/(4096*15) minutes?
Or fs = Data points/duration = 4096/(15*60*4096) = 1/(15*60) samples/sec
with each bin corresponding to 1/(4096*15*60) seconds?