diff --git a/AUTHORS b/AUTHORS index fefcb035f..3aa3e2212 100644 --- a/AUTHORS +++ b/AUTHORS @@ -68,6 +68,7 @@ Mara Branzanti mara.branzanti@gmail.com Contributor Marc Molina marc.molina.pena@gmail.com Contributor Marc Sales marcsales92@gmail.com Contributor Mathieu Favreau favreau.mathieu@hotmail.com Contributor +Pedro Pereira pereirapedrocp@gmail.com Contributor Piyush Gupta piyush04111999@gmail.com Contributor Rodrigo Muñoz rodrigo.munoz@proteinlab.cl Contributor Stefan van der Linden spvdlinden@gmail.com Contributor diff --git a/CITATION.cff b/CITATION.cff index b3a4d3ce5..fb1afa6f4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -105,6 +105,10 @@ authors: email: into.paakkonen@aalto.fi family-names: "Pääkkönen" given-names: Into + - alias: pedromiguelcp + email: pereirapedrocp@gmail.com + given-names: Pedro + family-names: Pereira - alias: Perrielornitorrinco affiliation: "Instituto Nacional de Técnica Aeroespacial" email: iperrie@inta.es diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 83e39048a..31b069727 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,8 @@ All notable changes to GNSS-SDR will be documented in this file. - Enabled multi-band processing off-loading to the FPGA when using the MAX2771 RF front-end. +- Added a new Signal Source implementation `NTLab_File_Signal_Source`, which is + able to read files grabbed from [NTLab](https://ntlab.lt/) RF front-ends. ### Improvements in Maintainability: