electricpy.conversions.dbmw_to_dbw

electricpy.conversions.dbmw_to_dbw(dbmw)[source]

Convert dBmW to dBW.

Given the power in the decibel milli-watts-scale, this function will evaluate the power in the decibel scale.

Parameters:
dbmw : float

Power in the decibel-milli-watts scale (dBmW)

Returns:

dbw – Power in the decibel scale (dBW)

Return type:

float