gps-sdr-sim icon indicating copy to clipboard operation
gps-sdr-sim copied to clipboard

Software-Defined GPS Signal Simulator

Results 155 gps-sdr-sim issues
Sort by recently updated
recently updated
newest added

Hi there's a variable called Dwrd which stores an array of 60 elements... Can anybody tell me what does it represents please? And where is it being calculated? It is...

iam using hackrf one and i used static mode. when i started transmitting the TX led light on hackrf is red and it shows me in cmd: 5.0 MiB /...

Hi ! I need your help with my GPS Spoofing for my Engineering Student Project. I downloaded the last ephemeris on the Nasa's ftp. Then created the .bin with: .\gps-sdr-sim.exe...

Hello everyone, I have a problem about location simulation on iphone: I use static mode and hackrf, it seems work very well on androi devices but ios devices ( iphone...

Good afternoon, I would like to know if it is possible to transmit the gps signal in any dynamic mode for longer period of time than 300s? I am asking...

Satellites' signal can be received, but it can't calculate the pseudorange. What could be the reason?

I use an android device(Huawei mate 20 pro) to measure the pseudorange of the signal this projects produced. Large discontinuities appear. Why it appeared? ![image](https://user-images.githubusercontent.com/38607632/61936657-c3cb3680-afbf-11e9-8129-bb6e8fa77763.png)

I tried debugging it but I am not able see the lines of code on breakpoints the code jumps automatically to specific breakpoint and then ends

` // ComputeCodePhase static void computeCodePhase(channel_t *chan, range_t rho1, double dt) { double ms; int ims; double rhorate; // Pseudorange rate. rhorate = (rho1.range - chan->rho0.range) / dt; // Carrier...

Hi, I am a little confused about the word start time for example in the section `double subGpsTime(gpstime_t g1, gpstime_t g0) { double dt; dt = g1.sec - g0.sec; dt...