Carles Fernandez
a817d49e89
fix that makes pass the test
2016-01-16 14:29:15 +01:00
Carles Fernandez
dab4da064c
Updating documentation
2016-01-16 14:11:12 +01:00
Carles Fernandez
3eab3b58c6
Removing garbage
2016-01-15 18:25:05 +01:00
Javier Arribas
fb42cda826
Range reduced to 4 bits in the volk short int test input to avoid
...
saturation of vector dot products.
Reduced test vector sizes to 8111 to avoid saturation.
2016-01-14 18:56:22 +01:00
Carles Fernandez
5fdbb472f6
required by memset
2016-01-13 20:09:27 +01:00
Carles Fernandez
e57d02321d
Merge branch 'new_volk_module' of git+ssh://github.com/gnss-sdr/gnss-sdr
...
into new_volk_module
# Conflicts:
# src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/kernels/volk_gnsssdr/volk_gnsssdr_16ic_x2_dot_prod_16ic_xn.h
# src/algorithms/tracking/libs/volk_gnsssdr_16ic_xn_resampler_16ic_xn.h
2016-01-13 20:04:18 +01:00
Carles Fernandez
ae2b594c3b
Moving two kernels to volk_gnsssdr. Still no testing
2016-01-13 19:38:07 +01:00
Javier Arribas
5d0186eee1
Renamed saturated arithmetic library and some code cleaning and
...
refresh documentation in new gnsssdr volk modules
2016-01-13 15:37:58 +01:00
Carles Fernandez
f88f222ef6
fixes cmake warning in MacOSX
2016-01-13 15:34:50 +01:00
Carles Fernandez
ece7bc2c65
Integrating a new volk kernel
2016-01-13 11:42:01 +01:00
Carles Fernandez
f659005e63
Remove duplicated line
2016-01-13 11:19:07 +01:00
Carles Fernandez
bbdf52dbed
fixes for MacOS
2016-01-13 11:04:32 +01:00
Carles Fernandez
97ed762964
some fixes
2016-01-13 10:22:06 +01:00
Carles Fernandez
62f23a7a2b
Fix warning (unused variable)
2016-01-12 23:22:50 +01:00
Carles Fernandez
551735e034
Fixes warning about posix_memalign
2016-01-12 23:19:09 +01:00
Carles Fernandez
48e9ada2e1
fix warning
2016-01-12 23:12:04 +01:00
Carles Fernandez
eb1dbfe37b
introducing new kernels
2016-01-12 22:48:59 +01:00
Carles Fernandez
1bf645c98c
adding a missing kernel
2016-01-12 21:03:51 +01:00
Carles Fernandez
601dc7a85c
Merge branch 'new_next' of git://github.com/Arribas/gnss-sdr into
...
new_volk_module
2016-01-12 20:57:06 +01:00
Carles Fernandez
24909510e7
Updating volk_gnsssdr to the new volk scheme
2016-01-12 20:15:16 +01:00
Javier Arribas
c2676ec491
Added missing includes (to be removed in future versions). Steps towards
...
the integration of new standalone kernels into volk_gnsssdr library.
2016-01-12 18:58:00 +01:00
Javier Arribas
5ba12c6fdb
Added 16 bits short int complex ultra-fast resampler,
...
carrier wipe-off and correlator kernels (250% faster than
gr_complex) enabled in tracking GPS_L1_CA_DLL_PLL_C_Aid_Tracking_16sc
tracking
2016-01-11 16:49:37 +01:00
Javier Arribas
05937e6995
bug fix in interleaved byte to complex data type adapter (incorrect
...
scaled output when char to short int conversion was used, now replaced
the two-step process by single GNURadio block interleaver char to
complex)
2016-01-11 12:26:45 +01:00
Carles Fernandez
f4584a12c1
Fixing a couple of warnings
...
unused parameter '_chip_shift', comparison between signed and unsigned
integers. Regular casts have been replaced by static casts.
2016-01-11 11:32:41 +01:00
Carles Fernandez
fc01c85203
Removing unused parameter (removes a warning)
2016-01-11 10:44:57 +01:00
Carles Fernandez
0a295f9147
Remove unused code
2016-01-11 01:02:44 +01:00
Carles Fernandez
2615cd1a5b
required for size_t
2016-01-11 00:56:38 +01:00
Carles Fernandez
aefe47cd7a
Removing unused code
2016-01-11 00:50:09 +01:00
Carles Fernandez
2697fb6198
Cleaning includes
2016-01-10 22:21:31 +01:00
Carles Fernandez
bc0e4f188b
Cleaning includes
2016-01-10 14:30:04 +01:00
Carles Fernandez
5743f0f631
fix defect detected by coverity scan
...
aStr->find('.', startPos) can return a negative number, but idx was
passed to a parameter that cannot be negative. Now the function returns
the string as is in case of no decimal point found.
2016-01-06 14:30:15 +01:00
Carles Fernandez
5b2645a964
Improving doc
2016-01-06 11:18:26 +01:00
Carles Fernandez
572d44813f
small doc improvement
2016-01-06 11:01:16 +01:00
Carles Fernandez
489a55a76c
adding PMT since it is not automatically linked in Linux
2016-01-06 10:16:49 +01:00
Carles Fernandez
14d3c3dd27
cleaning includes and removing gnuradio-trellis and gnuradio-fec
...
dependencies
2016-01-06 02:05:34 +01:00
Carles Fernandez
5abc7b8b6a
Include cleaning
2016-01-05 15:35:33 +01:00
Carles Fernandez
0a1aa50c4a
Cleaning includes
...
plus some code cleaning
2016-01-05 10:59:37 +01:00
Carles Fernandez
1c3a9f98ee
cleaning includes
2016-01-04 23:52:21 +01:00
Carles Fernandez
d0ac06d71d
Cleaning includes
2016-01-04 22:56:52 +01:00
Carles Fernandez
972c86c1ea
cleaning the use of includes
2016-01-04 18:06:54 +01:00
Carles Fernandez
9cdfc5e8c2
fixing a warning (unused variable)
2016-01-04 10:29:29 +01:00
Carles Fernandez
9e0c1bb719
remove unnedded headers
2016-01-03 15:22:52 +01:00
Carles Fernandez
70706cb87e
removed unused variable
2016-01-03 15:11:57 +01:00
Carles Fernandez
9ea5d80935
Fixing silly redefinition of variable
2016-01-03 14:16:26 +01:00
Carles Fernandez
c5407a5106
Improved handling of threads
...
Some threads were not terminating properly, triggering a failure of
control_thread_test in some configurations.
2015-12-30 14:43:32 +01:00
Carles Fernandez
1b16fb6dfb
Change according to
...
dec480ab3f
2015-12-30 08:15:24 +01:00
Carles Fernandez
23f9b60dd9
update armadillo version
2015-12-27 13:36:05 +01:00
Carles Fernandez
c5ab28510b
fixing test
2015-12-27 11:23:09 +01:00
Carles Fernandez
217ed14b0a
change input type short by ishort
...
so the file lenght in seconds is correctly diplayed. Some obsolete
comments removed and typos fixed
2015-12-26 13:41:54 +01:00
Carles Fernandez
cc3de3132d
change input signal type from short to ishort
...
So the file length in seconds is correctly displayed
2015-12-26 13:08:12 +01:00