[hamradio-commits] [gnss-sdr] 16/126: Merge branch 'odrisci-twobit_source' into next. It adds a generic two bit packed file source. The data is assumed to be packed as bytes item_type=byte or shorts item_type=short so that there are 4 two bit samples in each byte.

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:37:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 555bafe050d97f3f05bef8acc4b0048ebe3a37e8
Merge: f37fae6 19fad75
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Oct 16 17:18:58 2015 +0200

    Merge branch 'odrisci-twobit_source' into next. It adds a generic two
    bit packed file source. The data is assumed to be packed as bytes
    item_type=byte or shorts item_type=short so that there are 4 two bit
    samples in each byte.

 .gitignore                                         |   1 +
 README.md                                          |   2 +-
 conf/gnss-sdr_GPS_L1_nsr_twobit_packed.conf        | 152 ++++++++++
 .../signal_source/adapters/CMakeLists.txt          |   4 +-
 .../adapters/two_bit_packed_file_signal_source.cc  | 331 +++++++++++++++++++++
 .../adapters/two_bit_packed_file_signal_source.h   | 150 ++++++++++
 .../signal_source/gnuradio_blocks/CMakeLists.txt   |   1 +
 .../gnuradio_blocks/unpack_2bit_samples.cc         | 225 ++++++++++++++
 .../gnuradio_blocks/unpack_2bit_samples.h          | 119 ++++++++
 src/core/receiver/gnss_block_factory.cc            |  15 +
 src/tests/CMakeLists.txt                           |  38 ++-
 .../gnuradio_block/unpack_2bit_samples_test.cc     | 310 +++++++++++++++++++
 12 files changed, 1344 insertions(+), 4 deletions(-)

diff --cc README.md
index ff91d7b,ff91d7b..b73a855
--- a/README.md
+++ b/README.md
@@@ -17,7 -17,7 +17,7 @@@ GNU/Linu
  ----------
  
   * Tested distributions: Ubuntu 14.04 LTS, 14.10 and 15.04, Debian 8.0 "jessie", Linaro 15.03 
-- * Known to work but not continually tested: Fedora 19 and 20, and openSUSE 13.1 
++ * Known to work but not continually tested: Arch Linux, Fedora 19 and 20, and openSUSE 13.1 
   * Supported microprocessor architectures: 
     * i386: Intel x86 instruction set (32-bit microprocessors). 
     * amd64: also known as x86-64, the 64-bit version of the x86 instruction set, originally created by AMD and implemented by AMD, Intel, VIA and others.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list