electricpy.conversions.db_to_voltage

electricpy.conversions.db_to_voltage(db, ref_voltage)[source]

Decibel to Reference Voltage.

Given decibel and voltage, this function will evaluate the power of reference voltage.

Parameters:
db : float

voltage in Decibel

ref_voltage : float

Ref Voltage

Returns:

voltage – Voltage

Return type:

float