Skip to content

Variance Spectrum with Units Handling

Yann Büchau requested to merge add-normalize-option-to-spectrum into master

This Merge Request renames power_spectrum() to variance_spectrum() , which is a well-defined term. In a discrete variance spectrum, the sum of the spectral variances is the input signal's variance, in a continuous variance spectrum, the integral below the spectrum is the signal variance). Furthermore, variance_spectrum() now supports units for both x and y values. 🎉

Edited by Yann Büchau

Merge request reports