Coder Social home page Coder Social logo

RSSI value in dBm about rtl-wmbus HOT 2 CLOSED

xaelsouth avatar xaelsouth commented on June 10, 2024
RSSI value in dBm

from rtl-wmbus.

Comments (2)

pswiatki avatar pswiatki commented on June 10, 2024

I guess there is no way that is reasonable. You see: AGC is enabled as far as I know and it changes as necessary during the reception.

from rtl-wmbus.

xaelsouth avatar xaelsouth commented on June 10, 2024

Hello pbasista,

you can calculate dBm instead of RSSI by using following formula even it doesn't make much sense, see below:

dBm = 10 * log10[ (I^2 + Q^2) / (2 * R * 0.001) ]

Where R is receiver's input impedance, which is typically 75 ohms for DVB-T receivers (some of them have got 50 ohms!), referenced to 0.001W.

This formula can be applied only if no AGC comes into play, as pswiatki has already mentioned. Digital receivers usually take AGC into account and put a corrected RSSI and/or dBm value into their registers.

Xael

from rtl-wmbus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.