1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-28 07:53:15 +00:00
Commit Graph

1201 Commits

Author SHA1 Message Date
Javier
98ed0e09f2 Initializing dynamic memory in Viterbi decoder 2015-06-12 16:20:04 +02:00
Javier
d9da6e1e60 More array index out of bound protections for viterbi decoder 2015-06-12 16:10:59 +02:00
Javier
adf73e0610 Work in progress for GPS L2C support:
- Patched GPS L2CM tracking pull-in code.
- Workaround for ViterbiDecoder bug
2015-06-12 15:49:25 +02:00
Carles Fernandez
24c75a19db initializing member at the constructor 2015-06-06 07:22:28 +02:00
Carles Fernandez
7e04308a67 code cleaning 2015-06-06 01:21:00 +02:00
Javier
8630cf2fbe Added missing files 2015-06-06 00:36:47 +02:00
Javier
b8d3f293f1 GPS L2C bug fixes. Added skeleton for a Mixed (multi-frequency and
multi-system) observables block.
2015-06-05 18:46:00 +02:00
Carles Fernandez
4c0243580b fixing incorrect expression 2015-06-01 19:27:58 +02:00
Carles Fernandez
922b8f641e fixing incorrect expression 2015-06-01 18:52:04 +02:00
Carles Fernandez
62f9bcc2b0 catching exceptions 2015-06-01 18:50:13 +02:00
Carles Fernandez
4dbf73acb3 catching exceptions 2015-06-01 12:17:06 +02:00
Carles Fernandez
4bb256cc7d adding GPS L2C conf file for USRP 2015-05-30 13:27:12 +02:00
Carles Fernandez
8a2edac07f Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-30 13:24:16 +02:00
Carles Fernandez
07d73ac136 catching exceptions 2015-05-30 13:23:23 +02:00
Carles Fernandez
df9236d41c updating armadillo version to 5.200.1 2015-05-30 12:46:03 +02:00
Carles Fernandez
877192ed76 ensuring that members are initialized at the constructor 2015-05-29 20:23:13 +02:00
Carles Fernandez
6229ad0d22 initializing members in the constructor 2015-05-29 20:19:07 +02:00
Carles Fernandez
cc803ac492 Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-05-29 20:13:08 +02:00
Carles Fernandez
c8dc7fd244 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-29 20:11:11 +02:00
Carles Fernandez
115366d3f1 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2015-05-29 19:16:33 +02:00
Carles Fernandez
9d2e22ea21 removing unused code, code cleaning 2015-05-29 19:10:28 +02:00
Carles Fernandez
f243455c18 ensure that an index cannot be negative 2015-05-29 18:45:39 +02:00
Javier
f56348d2d7 GPS CNAV telemetry page decoder is finally working! 2015-05-29 16:06:22 +02:00
Carles Fernandez
4fe35f760b ensure that all members are initialized at the constructor 2015-05-26 20:36:20 +02:00
Carles Fernandez
ee963b95a4 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-25 19:45:26 +02:00
Carles Fernandez
8f0c0cdd4c Keep the list of satellite's block in a single place 2015-05-25 19:43:29 +02:00
Carles Fernandez
5eedb1975e Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-25 18:47:26 +02:00
Carles Fernandez
8d1879d2e8 Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-05-25 18:46:55 +02:00
Carles Fernandez
2972d4c50d Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-25 18:34:13 +02:00
Javier
9847a45e78 Added GPS CNAV ephemeris, iono, and utc model objects. Work in progress
towards GPS CNAV telemetry decoder.
2015-05-25 17:55:10 +02:00
Carles Fernandez
857e68ceca avoid reading garbage 2015-05-24 20:41:30 +02:00
Carles Fernandez
75a09fc08f set a non-zero doppler step if not set 2015-05-24 20:20:04 +02:00
Carles Fernandez
a243250b1a Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2015-05-24 11:18:32 +02:00
Carles Fernandez
0b34eee48c initialize members in the constructor 2015-05-24 11:15:27 +02:00
Carles Fernandez
4723ae0f57 Updating armadillo version and trying Jenkins' Github hook 2015-05-23 14:28:00 +02:00
Carles Fernandez
bc9080e1cd Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2015-05-23 12:00:50 +02:00
Carles Fernandez
46f68dfd8b initialize members in constructor 2015-05-23 11:50:11 +02:00
Carles Fernandez
f29b5afe64 checking error 2015-05-23 11:24:18 +02:00
Carles Fernandez
073d36e77f adding an option to remove logging 2015-05-23 11:20:26 +02:00
Carles Fernandez
c22005eda1 catching all the exceptions 2015-05-23 10:04:48 +02:00
Carles Fernandez
f180de905d avoiding division by zero 2015-05-23 09:54:23 +02:00
Carles Fernandez
650045fb94 checking return values 2015-05-23 09:44:47 +02:00
Carles Fernandez
485c610f22 fixing error handling issue 2015-05-23 09:32:08 +02:00
Carles Fernandez
ceff78fbdd initializing members in the constructor 2015-05-23 09:31:05 +02:00
Carles Fernandez
4a738471dc fixing deallocation 2015-05-23 09:02:06 +02:00
Carles Fernandez
f811d09d9c GPS satellite with PNR 8 seems to be still transmitting 2015-05-22 20:49:42 +02:00
Carles Fernandez
a0bf26f477 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2015-05-22 20:37:43 +02:00
Carles Fernandez
3a98f0765e initialize variable 2015-05-22 20:25:23 +02:00
Carles Fernandez
4ca6e5b749 Initializing member in the constructor 2015-05-22 20:17:37 +02:00
Carles Fernandez
4d34af4f40 initializing member in the constructor 2015-05-22 20:14:25 +02:00