You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
Running signal with cmd ./tx_samples_from_file --args="master_clock_rate=52e6" --file gpssim.bin --type short --rate 2600000 --freq 1575420000 --gain 50 --repeat
I've tried different levels of gain + attenuators, couple of times I saw recevier fixed on translated coordinates, but al other time in NMEA messages I see untracked SBAS PRNs and sometimes PRNs of GPS satellites, like this:
What am I doing wrong? Thanks for help!
The text was updated successfully, but these errors were encountered:
I would like to say that I am not an expert on SBAS, so please check my claims.
SBAS (WAAS, Egnos, ...) using same base frequency as L1 GPS and E1 Galileo and its signal is modulated by own PRN. The receiver is trying to decode all satelite signal it can receive and sometimes it can evaluate a part of the signal that looks like it is from a satellite that is not simulated.
That's why you can see sometimes blinking satellite like Galileo or SBAS in received signal and I think, this is normal behaviour of receiver. As long as you don't get the data from these ghost satellites, I'd be fine.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm trying to imitate GPS signal with gps_sdr_sim + USRP B210
USRP is conected via cable and attenuator to GNSS recevier GEOS 5
Generated signal wih command:
./gps-sdr-sim -e brdc1730.24n -l 60.000000,120.000000,100 -b 16 -d 500 -v
In generated signal I see only GPS PRNS:
Running signal with cmd
./tx_samples_from_file --args="master_clock_rate=52e6" --file gpssim.bin --type short --rate 2600000 --freq 1575420000 --gain 50 --repeat
I've tried different levels of gain + attenuators, couple of times I saw recevier fixed on translated coordinates, but al other time in NMEA messages I see untracked SBAS PRNs and sometimes PRNs of GPS satellites, like this:
What am I doing wrong? Thanks for help!
The text was updated successfully, but these errors were encountered: