GNU Radio 3.4.2 C++ API
gr_costas_loop_cc.h File Reference
#include <gr_sync_block.h>
#include <stdexcept>
#include <fstream>
Include dependency graph for gr_costas_loop_cc.h:

Go to the source code of this file.

Classes

class  gr_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

gr_costas_loop_cc_sptr gr_make_costas_loop_cc (float alpha, float beta, float max_freq, float min_freq, int order) throw (std::invalid_argument)

Function Documentation

gr_costas_loop_cc_sptr gr_make_costas_loop_cc ( float  alpha,
float  beta,
float  max_freq,
float  min_freq,
int  order 
) throw (std::invalid_argument)