fooof.data.FOOOFMetaData¶
- class fooof.data.FOOOFMetaData(freq_range, freq_res)[source]¶
Metadata information about a power spectrum.
- Parameters
- freq_rangelist of [float, float]
Frequency range of the power spectrum, as [lowest_freq, highest_freq].
- freq_resfloat
Frequency resolution of the power spectrum.
Notes
This object is a data object, based on a NamedTuple, with immutable data attributes.