What is meaning of negative dbm in signal strength?

前端 未结 3 1651
一个人的身影
一个人的身影 2021-01-31 02:51

When we try to get nearby cells and their LAC, MNC, signal (and while using other android apps) we are getting signal as negative value (like -85dbm). How should I take this? Sh

3条回答
  •  耶瑟儿~
    2021-01-31 03:14

    I think it is confusing to think of it in terms of negative numbers. Since it is a logarithm think of the negative values the same way you think of powers of ten. 10^3 = 1000 while 10^-3 = 0.001.

    With this in mind and using the formulas from S Lists's answer (and assuming our base power is 1mW in all these cases) we can build a little table:

    |--------|-------------------|
    | P(dBm) |        P(mW)      |
    |--------|-------------------|
    |    50  |  100000           |    
    |    40  |   10000           |    strong transmitter
    |    30  |    1000           |             ^  
    |    20  |     100           |             |
    |    10  |      10           |             |
    |     0  |       1           |
    |   -10  |       0.1         |
    |   -20  |       0.01        |
    |   -30  |       0.001       |
    |   -40  |       0.0001      |
    |   -50  |       0.00001     |             |
    |   -60  |       0.000001    |             |
    |   -70  |       0.0000001   |             v
    |   -80  |       0.00000001  |    sensitive receiver
    |   -90  |       0.000000001 |
    |--------|-------------------|
    

    When I think of it like this I find that it's easier to see that the more negative the dBm value then the farther to the right of the decimal the actual power value is.

    When it comes to mobile networks, it not so much that they aren't powerful enough, rather it is that they are more sensitive. When you see receivers specs with dBm far into the negative values, then what you are seeing is more sensitive equipment.

    Normally you would want your transmitter to be powerful (further in to the positives) and your receiver to be sensitive (further in to the negatives).

提交回复
热议问题