GNSS_SDR icon indicating copy to clipboard operation
GNSS_SDR copied to clipboard

DVD files for "A Software-Defined GPS and Galileo Receiver: A Single-Frequency Approach"

Results 4 GNSS_SDR issues
Sort by recently updated
recently updated
newest added

Hi there, I have been trying to process a signal that I have created using GPS-SDR-SIM. the signal has 0 Hz IF because it is a baseband signal in the...

Greetings, So I have 2 questions, regarding the acquisition.m 1. At line 155. If I understand correctly there has to be a second high peak not closer to 1 chip...

Hello, My doubt is related to the code file (initsettings.m). In code line no: 43, How the processing time selected is 37000 ms? I am mentioning the code line below:...

https://github.com/perrysou/GNSS_SDR/blob/master/include/ephemeris.m line 95~96: eph.T_GD = twosComp2dec(subframe(197:204)) * 2^(-31); eph.IODC = bin2dec([subframe(83:84) subframe(197:204)]); IODC should be at 211:218 as IS-GPS-200N page 99: ![图片](https://github.com/perrysou/GNSS_SDR/assets/38155995/f64107d0-937c-4e65-9a5a-7160473ae899)