![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Classes | |
| class | beamformer |
| This class implements a real-time software-defined spatial filter using the CTTC GNSS experimental antenna array input and a set of dynamically reloadable weights. More... | |
| class | Notch |
| This class implements a real-time software-defined multi state notch filter. More... | |
| class | NotchLite |
| This class implements a real-time software-defined multi state notch filter light version. More... | |
| class | pulse_blanking_cc |
Typedefs | |
| using | beamformer_sptr = gnss_shared_ptr<beamformer> |
| using | notch_sptr = gnss_shared_ptr<Notch> |
| using | notch_lite_sptr = gnss_shared_ptr<NotchLite> |
| using | pulse_blanking_cc_sptr = gnss_shared_ptr<pulse_blanking_cc> |
Variables | |
| const int | GNSS_SDR_BEAMFORMER_CHANNELS = 8 |
GNU Radio blocks implementing input filters,
| using beamformer_sptr = gnss_shared_ptr<beamformer> |
Definition at line 33 of file beamformer.h.
| using notch_lite_sptr = gnss_shared_ptr<NotchLite> |
Definition at line 36 of file notch_lite_cc.h.
| using notch_sptr = gnss_shared_ptr<Notch> |
Definition at line 36 of file notch_cc.h.
| using pulse_blanking_cc_sptr = gnss_shared_ptr<pulse_blanking_cc> |
Definition at line 36 of file pulse_blanking_cc.h.
| const int GNSS_SDR_BEAMFORMER_CHANNELS = 8 |
Definition at line 37 of file beamformer.h.