GNU Radio 3.5.1 C++ API
|
#include <digital_api.h>
#include <gr_block.h>
#include <digital_constellation.h>
#include <gruel/attributes.h>
#include <gri_control_loop.h>
#include <gr_complex.h>
#include <math.h>
#include <fstream>
Go to the source code of this file.
Classes | |
class | digital_constellation_receiver_cb |
This block takes care of receiving generic modulated signals through phase, frequency, and symbol synchronization.This block takes care of receiving generic modulated signals through phase, frequency, and symbol synchronization. It performs carrier frequency and phase locking as well as symbol timing recovery. More... | |
Functions | |
DIGITAL_API digital_constellation_receiver_cb_sptr | digital_make_constellation_receiver_cb (digital_constellation_sptr constellation, float loop_bw, float fmin, float fmax) |
DIGITAL_API digital_constellation_receiver_cb_sptr digital_make_constellation_receiver_cb | ( | digital_constellation_sptr | constellation, |
float | loop_bw, | ||
float | fmin, | ||
float | fmax | ||
) |