mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-05 16:14:09 +00:00
Add Rodrigo Muñoz to the list of Contributors
This commit is contained in:
parent
fcf1b97c30
commit
7d34866717
1
AUTHORS
1
AUTHORS
@ -55,6 +55,7 @@ Leonardo Tonetto tonetto.dev@gmail.com Contributor
|
|||||||
Mara Branzanti mara.branzanti@gmail.com Contributor
|
Mara Branzanti mara.branzanti@gmail.com Contributor
|
||||||
Marc Molina marc.molina.pena@gmail.com Contributor
|
Marc Molina marc.molina.pena@gmail.com Contributor
|
||||||
Marc Sales marcsales92@gmail.com Contributor
|
Marc Sales marcsales92@gmail.com Contributor
|
||||||
|
Rodrigo Muñoz rodrigo.munoz@proteinlab.cl Contributor
|
||||||
Carlos Paniego carpanie@hotmail.com Artwork
|
Carlos Paniego carpanie@hotmail.com Artwork
|
||||||
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* \file fmcomms2_signal_source.cc
|
* \file fmcomms2_signal_source.cc
|
||||||
* \brief Signal source for SDR hardware from Analog Devices based on
|
* \brief Signal source for SDR hardware from Analog Devices based on
|
||||||
* fmcomms2 evaluation board.
|
* 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
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* \file fmcomms2_signal_source.h
|
* \file fmcomms2_signal_source.h
|
||||||
* \brief Interface to use SDR hardware based in FMCOMMS2 driver from analog
|
* \brief Interface to use SDR hardware based in FMCOMMS2 driver from analog
|
||||||
* devices, for example FMCOMMS4 and ADALM-PLUTO (PlutoSdr)
|
* 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
|
* This class represent a fmcomms2 signal source. It use the gr_iio block
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file plutosdr_signal_source.cc
|
* \file plutosdr_signal_source.cc
|
||||||
* \brief Signal source for PlutoSDR
|
* \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
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file plutosdr_signal_source.h
|
* \file plutosdr_signal_source.h
|
||||||
* \brief Signal source for PlutoSDR
|
* \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
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
|
@ -279,7 +279,6 @@ void TwoBitPackedFileSignalSource::disconnect(gr::top_block_sptr top_block)
|
|||||||
top_block->disconnect(file_source_, 0, unpack_samples_, 0);
|
top_block->disconnect(file_source_, 0, unpack_samples_, 0);
|
||||||
left_block = right_block;
|
left_block = right_block;
|
||||||
|
|
||||||
|
|
||||||
DLOG(INFO) << "disconnected file source to unpack samples";
|
DLOG(INFO) << "disconnected file source to unpack samples";
|
||||||
right_block = char_to_float_;
|
right_block = char_to_float_;
|
||||||
top_block->disconnect(left_block, 0, right_block, 0);
|
top_block->disconnect(left_block, 0, right_block, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user