1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 23:33:03 +00:00

Add Rodrigo Muñoz to the list of Contributors

This commit is contained in:
Carles Fernandez
2020-07-03 23:55:01 +02:00
parent fcf1b97c30
commit 7d34866717
6 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,8 @@
* \file fmcomms2_signal_source.cc
* \brief Signal source for SDR hardware from Analog Devices based on
* fmcomms2 evaluation board.
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl, rodrigo.munoz(at)proteinlab.cl
*
*
* -------------------------------------------------------------------------
*

View File

@@ -2,7 +2,8 @@
* \file fmcomms2_signal_source.h
* \brief Interface to use SDR hardware based in FMCOMMS2 driver from analog
* devices, for example FMCOMMS4 and ADALM-PLUTO (PlutoSdr)
* \author Rodrigo Muñoz, 2017. rmunozl(at)inacap.cl
* \author Rodrigo Muñoz, 2017. rmunozl(at)inacap.cl, rodrigo.munoz(at)proteinlab.cl
*
*
* This class represent a fmcomms2 signal source. It use the gr_iio block
* -------------------------------------------------------------------------

View File

@@ -1,7 +1,8 @@
/*!
* \file plutosdr_signal_source.cc
* \brief Signal source for PlutoSDR
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl, rodrigo.munoz(at)proteinlab.cl
*
*
* -------------------------------------------------------------------------
*

View File

@@ -1,7 +1,8 @@
/*!
* \file plutosdr_signal_source.h
* \brief Signal source for PlutoSDR
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl
* \author Rodrigo Muñoz, 2017, rmunozl(at)inacap.cl, rodrigo.munoz(at)proteinlab.cl
*
*
* -------------------------------------------------------------------------
*

View File

@@ -279,7 +279,6 @@ void TwoBitPackedFileSignalSource::disconnect(gr::top_block_sptr top_block)
top_block->disconnect(file_source_, 0, unpack_samples_, 0);
left_block = right_block;
DLOG(INFO) << "disconnected file source to unpack samples";
right_block = char_to_float_;
top_block->disconnect(left_block, 0, right_block, 0);