[15:43] to convert dBm to milliwatts... [15:43] 10^(x/10) [15:43] where x is the dBm value [15:43] to convert milliwats to dBm its: [15:43] 10 log10 (x) [15:43] log10 = log, base 10 [15:46] ummm.... [15:47] conceptual idea is that the dB scale is measuring the relative amount of something to something else. [15:47] e.g. dBm is relative to 1 milliwatt. [15:47] if two signals are 38dB different, that means that: [15:47] 10 * log10 ( sig1strength/sig2strength) = 38 [15:47] sooo.... the actual difference between the two signals is 10^(38 / 10) [15:48] = 10^3.8 [15:48] = 6310 times [15:50] a 200mW senao card is... 10*log10(200) = 23dBm [15:51] a 65mW card is 10*log10(65) = 18dBm [15:51] difference is 5 dBm [15:51] 10^(0.5) = 3.16 ... so 200mW is 3.16 times more powerful than a 65mW card [15:51] 200/65 = 3.1 :) [15:52] if i hadn't rounded on the way, the numbers would have been exactly the same [15:56] one more example: [15:56] 4W EIRP power limit = 10*log10(4000) = 36dBm [15:56] so, if you have a 18dBm card, 3dBm of loss in cable, and a 24dBi antenna, thats: [15:57] 18 - 3 + 24 = 39dBm output [15:57] which is over the legal limit [15:58] windows' caculator has a button for "log" if you turn on its scientific view/mode