I have a ground-based magnetic data in txt file taken every second and I want to plot its Fourier Spectra.
And I notice the spectrogram equation on MatLab need this parameters (window, noverlap, nfft, Fs) which I don't know.
And I notice also that I should do the FFT on my data first before plot its spectrogram, but my data is not discrete and FFt for the discrete data, anyone know how I can do this?