GNU Radio 3.5.1 C++ API
|
#include <gr_sync_block.h>
#include <gri_control_loop.h>
#include <stdexcept>
#include <fstream>
#include <digital_api.h>
Go to the source code of this file.
Classes | |
class | digital_costas_loop_cc |
Carrier tracking PLL for QPSKinput: complex; output: complex The Costas loop can have two output streams: stream 1 is the baseband I and Q; stream 2 is the normalized frequency of the loop. More... | |
Functions | |
DIGITAL_API digital_costas_loop_cc_sptr | digital_make_costas_loop_cc (float loop_bw, int order) throw (std::invalid_argument) |
DIGITAL_API digital_costas_loop_cc_sptr digital_make_costas_loop_cc | ( | float | loop_bw, |
int | order | ||
) | throw (std::invalid_argument) |