0dBm=1mW dbm = 10*math.log(毫瓦,10) # python 实现 dbm = 10*math.log(1,10)
W=(power(10,dBm/10))/1000 # python 实现 w = math.pow(10,dBm/10)/1000