Calculating power for the FOOOF peaks of the periodic components

Certainly! Here’s a more formal version of your request:


Hello,

I have extracted the FOOOF parameters related to the peaks, which include Amplitude, Standard Deviation, and Center Frequency. My objective is to compute the power at the Center Frequency.

I am uncertain whether either of the following approaches would yield the correct power calculation:

  1. Power = AmplitudeStandard Deviationsqrt{2*pi}
  2. Power = Amplitude

Given that the graph is in log-power, I am unsure how this affects the computation. Could someone provide clarification on the correct method for calculating power?

Thank you!


FOOOF parameters are for the parametrization of the PSD, in this sense Amplitude refers to amplitude in the PSD so, it's really power, and it is given in Bells [B]. See this link for a description of FOOOF parameters:

https://neuroimage.usc.edu/brainstorm/Tutorials/Fooof#Accessing_FOOOF_model_parameters

Moreover, this other thread is relevant for your question:

I read that @Raymundo.Cassani ! sorry for the confusion, so i just have to multiply the amplitude with 10 and it will give me the power in logpower ! please correct me if wrong.

No, FOOOF amplitude is already in Bell that is log10(power)

FOOOF_amplitude = log10(power)

1 Like