mustangcoupe
Senior Member
It was way to early this moerning to be looking at your numbers or I was still sleeping... -30 is closer to 0 then -100... so with that said I just got home from work and had a chance to do some math today and I know it dosent sound right but the math works out to
so I came up with the following.........
signal level in dB converted to %
ex. -86
10^((-86+107)/20)=11.22018454
(11.22018454/0.707721928)*.01= 0.15853945 aprox percent
so your formula would be
((10^((YOUR NUMBER IN dB+107)/20))/0.707721928)*0.01
Code:
% uV dBm
0 2.238721 -100.0000005
10 707.7219279 -50.00274696
20 1415.443856 -43.98214705
30 2123.165784 -40.46032187
40 2830.887712 -37.96154714
50 3538.60964 -36.02334688
60 4246.331567 -34.43972195
70 4954.053495 -33.10078616
80 5661.775423 -31.94094722
90 6369.497351 -30.91789677
100 7079.458 -29.99999981
.01% =about 0.707721928 uV
so I came up with the following.........
signal level in dB converted to %
ex. -86
10^((-86+107)/20)=11.22018454
(11.22018454/0.707721928)*.01= 0.15853945 aprox percent
so your formula would be
((10^((YOUR NUMBER IN dB+107)/20))/0.707721928)*0.01