mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-14 10:00:11 +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:
parent
f8082227f8
commit
a6c230008f
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user