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:
Power = AmplitudeStandard Deviationsqrt{2*pi}
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?
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:
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.