Commit Graph
334 Commits
Author SHA1 Message Date
Javier Arribas e7517dc86d Removing superseded GPS tracking block. Carrier Aiding is now included in unified tracking 2019-06-11 10:11:20 +02:00
Carles Fernandez 77851e5589 BeiDou B3I bug fixes (credits to dmiralles2019) 2019-03-26 22:34:08 +01:00
Damian MirallesandCarles Fernandez 1a2d90a8f1 bds_b3i: fixing bugs in pvt computation 2019-03-26 22:15:31 +01:00
Damian Miralles 3f274e40d1 bds_b3i: Fixes bug with D2 data decoding in pvt computation 2019-03-16 20:57:28 -05:00
Damian Miralles 47d20e4021 bds_b3i: Working on beiDou bug 2019-03-15 11:10:56 -05:00
Damian Miralles 90f8c2fe33 bds_b3i: working on bug for D1 and D2 messages 2019-03-13 17:25:37 -05:00
Damian Miralles dc65760122 bds_b3i: Updating branch with new changes from upstream repo 2019-03-12 10:54:17 -05:00
Damian Miralles de964d4a77 bds_b3i: fixing bug in b1i for d2 decoding 2019-03-05 16:00:26 -06:00
Damian Miralles 16e66834fa bds_b3I: trying to fix bug with b1i pvt 2019-03-01 15:16:37 -06:00
Damian Miralles 8782fcba69 bds_b3i: merging new changes, fixing small bugs 2019-03-01 13:28:21 -06:00
Damian Miralles 3096ef4ed4 bds_b3i: working with sdrx data 2019-02-26 14:56:15 -06:00
Damian Miralles 75779bd111 bds b3i: Adding sample file for b1i and gps processing 2019-02-26 09:01:32 -06:00
Damian Miralles 1b7d4edf51 bds_b31: Getting new changes from upstream 2019-02-05 17:25:16 -06:00
Damian Miralles ea438328c4 bds_b3i: adding new conf file for metadata standard data 2019-01-28 18:13:43 -06:00
Carles Fernandez c561d7e799 Applying code formatting rules 2019-01-28 02:29:43 +01:00
Damian Miralles 7f1619483f bds_b3i: bug fix in code generation
Moved code generation logic to use bool type to keep same notation
as the previous implementations. More testing in code is required
2019-01-27 19:05:41 -06:00
Damian Miralles e78ba653e6 bds b3i: Adding code to process BeiDou B3I signals
Adds code to perform acq and trk in BeiDou B3I signals. Stages of
telemetry decoding, observables computation and pvt use existing
code on the platform. Some further testing is required
2019-01-25 15:43:00 -06:00
Damian Miralles 0c4b8b25f1 bds_b1i: Adding new tel dec block structure 2018-12-23 12:51:28 -06:00
Damian Miralles 42b506d0bb bds b1i: Merging latest changes from upstream/next 2018-12-18 15:55:36 -06:00
Damian Miralles 0d94f9e1b7 bds b1i: some bug corrections in the code 2018-12-13 07:57:42 -07:00
Damian Miralles 352c82827e bds_b1i: enabling bds processing in rtklib processing 2018-12-05 15:08:22 -07:00
Damian Miralles e40999572f bds b1i: Bug fixes in navigation code
Fixes bugs with the conversion to rtklib standard from gnss-sdr.
2018-12-03 09:39:39 -06:00
Damian Miralles 287c93e5b8 bds b1i: Adds B1I RINEX support
Adds RINEX support for B1I only signals. It also fixes a couple of bugs
with the code. This was not properly developed during GSoC
2018-11-30 09:25:48 -06:00
Damian Miralles 8db3f21070 bds b11: Get latest changes and add bds functions in rtk module
Merge branch 'next' into bds_b1i. Also fixes multiple bugs with the
addition of bds b1i signals into code. Major changes where fixed and
code to support RINEX and RTCM is needed
2018-11-29 09:56:54 -06:00
Damian Miralles 0507febd7f bds b1i: quick fixes to b1i code, preparing for merge 2018-11-28 14:18:35 -06:00
Damian Miralles 1970998532 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-11-04 20:37:23 -06:00
Damian Miralles c20cd33038 beidou b1i: checking performance with new data set 2018-11-04 17:31:58 -06:00
Carles Fernandez b785fe6ba4 Replace SUPL parameter name MNS by MNC 2018-10-23 00:16:36 +02:00
Damian Miralles e22f8e57c1 beidou b1i: renaming objects of nav decoding 2018-10-22 15:12:50 -05:00
Damian Miralles 8c16d945f8 beidou b1i: Merging new changes and adding bug fixes to code 2018-10-22 14:16:38 -05:00
Damian Miralles 483e5ece35 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-08-29 17:57:13 -06:00
Damian Miralles 24cefc82c7 Adding configuration file for GLONASS processing 2018-08-18 13:47:52 -06:00
Gerald LaMountain 0fd98b0379 Add Matlab parsing and plotting functions for Kalman filter tracking block 2018-08-13 21:21:24 -04:00
Sergi Segura a699c80673 Receive ephemerides xml 2018-08-09 20:36:11 +02:00
Sergi Segura 49e174f565 telemetry decoder giving correct TOW and subframes 2018-08-08 14:30:32 +02:00
Sergi Segura e4a86173fa tracking working 2018-08-06 13:52:08 +02:00
Sergi Segura 51aa80aa46 tracking working, some satellites with loss of lock 2018-07-10 23:30:15 +02:00
Sergi Segura a9fdc3ea67 minor corrections 2018-07-06 15:55:00 +02:00
Sergi Segura bf8ffe63cf implemented the acquisition block, not working 2018-07-06 14:42:13 +02:00
Carles Fernandez e454dc7e14 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into kf 2018-07-04 13:09:28 +02:00
Sergi Segura cd149895f0 first evaluation beidou b1I 2018-06-15 04:19:32 +02:00
Carles Fernandez 6a5dbd97e5 Remove unused parameters 2018-06-06 12:58:19 +02:00
Javier Arribas 8b72c8f940 Update of example config files 2018-06-05 18:22:50 +02:00
Javier Arribas 5956b710b9 Updating configuration example for Custom UDP packet signal source 2018-05-16 15:38:35 +02:00
Javier Arribas bf7a3f0090 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into udp_source 2018-05-16 10:54:27 +02:00
Javier Arribas df0dd82843 Optimizing custom UDP packet source and applying code style 2018-05-16 10:49:27 +02:00
Carles Fernandez 93954fbbe1 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into kf 2018-05-14 08:16:36 +02:00
Javier Arribas bde6bd6cee Replacing GNURadio udp packet source with custom libpcap-based ethernet packet source 2018-05-11 13:21:53 +02:00
Javier Arribas 0ef3b56e22 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into udp_source 2018-05-10 17:57:44 +02:00
Carles Fernandez d93a3b6c3f Switch to https://gnss-sdr.org 2018-05-09 20:20:57 +02:00