yodel.conversion module

This module provides utility functions for various math conversions.

yodel.conversion.db2lin(dbval)

Convert a decibel (dB) value to the linear scale.

Parameters:dbval – decibel value
Return type:linear value
yodel.conversion.lin2db(linval)

Convert a linear value to the decibel (dB) scale.

Parameters:linval – linear value
Return type:decibel value