Convert dBW to dBmW.
Given the power in the decibel scale, this function will evaluate the power
in the decibel-milli-watts scale.
- Parameters:
- dbw : float
Power in the decibel scale (dBW)
- Returns:
dbmw – Power in the decibel-milli-watts scale (dBmW)
- Return type:
float