fooof.data.SimParams

class fooof.data.SimParams(aperiodic_params, periodic_params, nlv)[source]

Parameters that define a simulated power spectrum.

Parameters
aperiodic_paramslist

Parameters that define the aperiodic component.

periodic_paramslist or list of lists

Parameters that define the periodic component.

nlvfloat

Noise level added to simulated spectrum.

Notes

This object is a data object, based on a NamedTuple, with immutable data attributes.

Examples using fooof.data.SimParams

Simulation Parameters

Simulation Parameters

Simulating Neural Power Spectra

Simulating Neural Power Spectra

Transforming Power Spectra

Transforming Power Spectra