What is spectral parameterization and how does it work?
mainSpectral parameterization is the process of fitting a model to a power spectrum to describe its components. The specparam module provides a framework for this, operating on frequency representations (power spectra) of digital signals.
Broadly, the process involves:
- Model Definitions: Characterizing periodic (rhythmic) and aperiodic (non-periodic) components.
- Fitting Algorithms: Algorithms that fit these definitions to the power spectra.
The resulting model quantifies each component separately and provides a combined model fit of the entire power spectrum.