GNU Radio 3.4.2 C++ API
gr_pll_refout_cc Class Reference

Implements a PLL which locks to the input frequency and outputs a carrierinput: stream of complex; output: stream of complex. More...

#include <gr_pll_refout_cc.h>

Inheritance diagram for gr_pll_refout_cc:

List of all members.

Friends

gr_pll_refout_cc_sptr gr_make_pll_refout_cc (float alpha, float beta, float max_freq, float min_freq)

Detailed Description

Implements a PLL which locks to the input frequency and outputs a carrier

input: stream of complex; output: stream of complex.

This PLL locks onto a [possibly noisy] reference carrier on the input and outputs a clean version which is phase and frequency aligned to it.

All settings max_freq and min_freq are in terms of radians per sample, NOT HERTZ. Alpha is the phase gain (first order, units of radians per radian) and beta is the frequency gain (second order, units of radians per sample per radian)

See also:
gr_pll_freqdet_cf, gr_pll_carriertracking_cc

Friends And Related Function Documentation

gr_pll_refout_cc_sptr gr_make_pll_refout_cc ( float  alpha,
float  beta,
float  max_freq,
float  min_freq 
) [friend]

The documentation for this class was generated from the following file: