Signal Power and RSSI #328
-
Outputs from the program variously provide "signalpower" or RSSI. Are these just synonyms for the same value? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It is the same. All the samples are normalized to -1 to 1 (so for RTL-SDR this means / 127). And at sample rate of 48K/seconds, it takes 10 * log10 of the the average of the sum of squares of the IQ samples. |
Beta Was this translation helpful? Give feedback.
-
Yes, you get the sum of squares of the sample, but typically I thought taking the 10log of that is a better measure for comparison?
…________________________________
Van: SFSailor ***@***.***>
Verzonden: vrijdag 22 november 2024 01:07
Aan: jvde-github/AIS-catcher ***@***.***>
CC: Jasper ***@***.***>; Comment ***@***.***>
Onderwerp: Re: [jvde-github/AIS-catcher] Signal Power and RSSI (Discussion #328)
Thanks for the answer!
So, if I take that value as an exponent for ten (10^RSSI) I'll get a value directly proportional to received signal strength then.... right? This will be helpful for me scaling signal strength by distance from receiver.
—
Reply to this email directly, view it on GitHub<#328 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMP53PU3GY7UVC6TF6N5PYL2BZYUBAVCNFSM6AAAAABSCLQKL6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZUGI2DCMY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yeah, a pal and I actually proposed a similar anti-spoofing system to the
Coast Guard. We debated TDOA vs RSSI at some length. My goal is actually
to detect poor installations on ocean-going boats, but with even two
receivers one could get a clue as to when a signal isn't quite kosher.
Of course, our local USCG has radar.....
…On Sat, Nov 23, 2024 at 10:04 AM Jasper ***@***.***> wrote:
Nice! At some point i was planning to use these RSSI and drift to detect
spoofing (or just incorrect lat/lon). That is the nice thing about using
the RTL-SDR. Never had time to look into it though. Let me know how it goes.
—
Reply to this email directly, view it on GitHub
<#328 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7U5KCKKYOCJPCE2BSRNBD2CC7TBAVCNFSM6AAAAABSCLQKL6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZVHA3TCMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
It is the same. All the samples are normalized to -1 to 1 (so for RTL-SDR this means / 127). And at sample rate of 48K/seconds, it takes 10 * log10 of the the average of the sum of squares of the IQ samples.