electricpy.conversions.db_to_vref

electricpy.conversions.db_to_vref(db, 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

  • voltage (float) – Voltage

Returns:

ref_voltage – reference voltage

Return type:

float