I used numpy fft.fft to analyze some time series data (black) and generate a plot like the following:
From the FFT data (in red) i calculated mean frequency by multiplying x*y for each data point and dividing by the number of data points. Is this correct? or am i misunderstanding what the y-axis means.
if this is incorrect, how are mean and median frequency calculated, or are those not useful metrics?
Thank you for your time and consideration.