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:
		| @@ -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 | ||||
|  * | ||||
|  * | ||||
|  * ------------------------------------------------------------------------- | ||||
|  * | ||||
|   | ||||
| @@ -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 | ||||
|  * ------------------------------------------------------------------------- | ||||
|   | ||||
| @@ -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 | ||||
|  * | ||||
|  * | ||||
|  * ------------------------------------------------------------------------- | ||||
|  * | ||||
|   | ||||
| @@ -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 | ||||
|  * | ||||
|  * | ||||
|  * ------------------------------------------------------------------------- | ||||
|  * | ||||
|   | ||||
| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez