Damian Miralles
|
0507febd7f
|
bds b1i: quick fixes to b1i code, preparing for merge
|
2018-11-28 14:18:35 -06: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 |
|
Carles Fernandez
|
ec50cda692
|
Replace the deprecated exec_program by execute_process
|
2018-10-21 11:28:47 +02:00 |
|
Carles Fernandez
|
4d2f7ef966
|
Fix computation of velocity in other bands than L1
|
2018-10-19 10:51:00 +02:00 |
|
Carles Fernandez
|
8e5a24b32d
|
Merge branch 'trk_hi_dyn' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-trk_hi_dyn
|
2018-10-10 19:34:51 +02:00 |
|
Carles Fernandez
|
3d1318a70a
|
Improve PVT accuracy for GPS L1
|
2018-10-10 00:17:42 +02:00 |
|
Carles Fernandez
|
98f5507fbb
|
Remove redefined functions
|
2018-10-04 23:06:38 +02:00 |
|
Carles Fernandez
|
78c0b76cb9
|
Avoid use of GLOB for source and header files
|
2018-10-04 22:35:44 +02:00 |
|
Antonio Ramos
|
4375d0a051
|
Clean code
|
2018-09-17 19:19:19 +02:00 |
|
Antonio Ramos
|
f22a1586c7
|
Merge branch 'next' into trk_hi_dyn
|
2018-09-09 20:42:58 +02:00 |
|
Antonio Ramos
|
2903e48e39
|
Dump carrier_phase_rate and modify matlab file
|
2018-09-08 23:20:29 +02:00 |
|
Antonio Ramos
|
b66540b776
|
Add moving average smoother to carrier phase rate
|
2018-09-07 19:18:03 +02:00 |
|
Antonio Ramos
|
47e5ef7f39
|
Improve generic kernel
|
2018-09-06 17:46:55 +02:00 |
|
Carles Fernandez
|
5b2b487a2f
|
Fix warning (type qualifiers ignored on cast result type)
|
2018-08-30 21:17:19 +02:00 |
|
Carles Fernandez
|
8d195e3259
|
Remove unused variables
|
2018-08-28 20:20:34 +02:00 |
|
Carles Fernandez
|
47e718167f
|
Merge branch 'fix-osx-thread_t' of https://github.com/rventura/gnss-sdr into rventura-fix-osx-thread_t
|
2018-08-23 19:53:48 +02:00 |
|
Carles Fernandez
|
41527fb921
|
Rename volk_gnsssdr_32f_xn_fast_resampler_32f_xn to volk_gnsssdr_32f_xn_high_dynamics_resampler_32f_xnn
|
2018-08-23 19:39:41 +02:00 |
|
Rodrigo Ventura
|
ad6bbee930
|
Fix build issue in OS X
Define of thread_t to pthread_t in rtklib.h was colliding with system
include in OS X. Not used elsewhere, so find&replaced with pthread_t.
|
2018-08-23 09:08:31 +01:00 |
|
Carles Fernandez
|
a2de137864
|
Imporve const correctness
|
2018-08-16 14:49:32 +02:00 |
|
Carles Fernandez
|
a249cd7242
|
Avoid variable length arrays and other minor fixes
|
2018-08-16 14:16:43 +02:00 |
|
Marc Majoral
|
ddb7c1fc29
|
added control of the FPGA PL counter interrupt (using a level interrupt).
|
2018-08-14 14:04:00 +02:00 |
|
Carles Fernandez
|
65a0804084
|
Add more extensive use of cstdint typenames
|
2018-08-13 10:18:05 +02:00 |
|
Sergi Segura
|
fc98fa6afe
|
cleaning code for gsoc
|
2018-08-12 23:58:16 +02:00 |
|
Carles Fernandez
|
d29befa7e3
|
Fix int vs unsigned int comparisons
|
2018-08-12 11:37:21 +02:00 |
|
Carles Fernandez
|
1087b764cf
|
Add address sanitized build target
Update the Volk build types to include a target that compiles with
-fsanitize=address when using clang or gcc.
Activated with -DCMAKE_BUILD_TYPE=ASAN
|
2018-08-12 10:59:12 +02:00 |
|
Carles Fernandez
|
6b1611b3a9
|
Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199
|
2018-08-10 20:34:03 +02:00 |
|
Javier Arribas
|
2517e7bb31
|
Replacing software sample counter with hardware sample counter if FPGA is enabled. Fix a compilation bug when ENABLE_FPGA is selected
|
2018-08-10 11:53:40 +02:00 |
|
Carles Fernandez
|
66bfbffe89
|
Add AVX implementation
|
2018-08-09 22:00:22 +02:00 |
|
Carles Fernandez
|
c5f10cd56c
|
Add sse4_1 implementation
|
2018-08-09 21:08:58 +02:00 |
|
Carles Fernandez
|
727cc115c4
|
Fix kernel
|
2018-08-08 18:20:09 +02:00 |
|
Carles Fernandez
|
0b5c827eda
|
Add Doppler rate in fast_resampler kernel. Still not used
|
2018-08-08 12:03:58 +02:00 |
|
Javier Arribas
|
b47d7826eb
|
Adding an option to SDR sample counter to modulate the observable generation rate. It defaults to 20 ms interval (50 Hz)
|
2018-08-07 20:04:44 +02:00 |
|
Sergi Segura
|
e4a86173fa
|
tracking working
|
2018-08-06 13:52:08 +02:00 |
|
Javier Arribas
|
a23231479f
|
Adding new gnss-sdr volk kernel for a faster local signal replica generation
|
2018-08-03 11:02:01 +02:00 |
|
Carles Fernandez
|
477967ed32
|
Python Development component is not needed
|
2018-07-29 22:45:45 +02:00 |
|
Carles Fernandez
|
17d4a010e1
|
Improve Python detection
|
2018-07-29 20:49:09 +02:00 |
|
Carles Fernandez
|
5c80be5b9e
|
Set maximum Galileo PRN to 36
|
2018-07-28 18:32:40 +02:00 |
|
Carles Fernandez
|
9b0be03256
|
Add puppets to ctest
|
2018-07-28 12:34:23 +02:00 |
|
Carles Fernandez
|
2dfaea3dfd
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-07-26 22:37:04 +02:00 |
|
Javier Arribas
|
f162182ffe
|
Improved sample counter block
|
2018-07-26 19:19:23 +02:00 |
|
Carles Fernandez
|
fd7b91d544
|
Fix python version
|
2018-07-24 13:57:11 +02:00 |
|
Carles Fernandez
|
e3cb3d6eb5
|
Fix building when python3 is present but python3-six and python3-mako are not
|
2018-07-24 13:48:33 +02:00 |
|
Carles Fernandez
|
5ba0759cdd
|
Use python3 when available
|
2018-07-24 11:24:37 +02:00 |
|
Carles Fernandez
|
3404ea1662
|
Python 3 compatibility fixes
|
2018-07-21 11:57:30 +02:00 |
|
Carles Fernandez
|
a25557c868
|
Add detection of AVX2551CD and AVX512F
|
2018-07-21 09:18:37 +02:00 |
|
Carles Fernandez
|
927f4d6b21
|
Add AVX2 implementation
|
2018-07-20 09:39:37 +02:00 |
|
Javier Arribas
|
f9e4bdfa59
|
Fix stream_to_vector incoherence in pcps acquisition and add support for GPS L2C, L5I, Galileo E1 and E5a in tracking pull-in test
|
2018-07-19 16:26:51 +02:00 |
|
Sergi Segura
|
51aa80aa46
|
tracking working, some satellites with loss of lock
|
2018-07-10 23:30:15 +02:00 |
|
Sergi Segura
|
d11490edc4
|
deleted delay, satellite acquisition peaks visible now
|
2018-07-07 19:27:20 +02:00 |
|