1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-23 13:33:15 +00:00

added documentation

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@200 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2012-07-02 11:54:24 +00:00
parent f8082227f8
commit a6c230008f

View File

@ -1,6 +1,6 @@
/*!
* \file signal_conditioner.h
* \brief It holds blocks to change data type, filter and resample input data.
* \brief It wraps blocks to change data type, filter and resample input data.
* \author Luis Esteve, 2012. luis(at)epsilon-formacion.com
*
*
@ -45,6 +45,10 @@ class AcquisitionInterface;
class TrackingInterface;
class TelemetryDecoderInterface;
/*!
* \brief This class wraps blocks to change data_type_adapter, input_filter and resampler
* to be applied to the input flow of sampled signal.
*/
class SignalConditioner: public GNSSBlockInterface
{