Skip to main content

decibels_from_amplitude

Function decibels_from_amplitude 

pub fn decibels_from_amplitude(
    amplitude: f64,
    reference_amplitude: f64,
) -> Result<f64, EnergyError>