#include <gr_block.h>
#include <gr_complex.h>
Go to the source code of this file.
Classes | |
class | gr_clock_recovery_mm_cc |
Mueller and Müller (M&M) based clock recovery block with complex input, complex output.
This implements the Mueller and Müller (M&M) discrete-time error-tracking synchronizer. The complex version here is based on: Modified Mueller and Muller clock recovery circuit Based: G. R. Danesfahani, T.G. Jeans, "Optimisation of modified Mueller and Muller algorithm," Electronics Letters, Vol. 31, no. 13, 22 June 1995, pp. 1032 - 1033. More... | |
Typedefs | |
typedef boost::shared_ptr < gr_clock_recovery_mm_cc > | gr_clock_recovery_mm_cc_sptr |
Functions | |
gr_clock_recovery_mm_cc_sptr | gr_make_clock_recovery_mm_cc (float omega, float gain_omega, float mu, float gain_mu, float omega_relative_limit=0.001) |
gr_clock_recovery_mm_cc_sptr gr_make_clock_recovery_mm_cc | ( | float | omega, | |
float | gain_omega, | |||
float | mu, | |||
float | gain_mu, | |||
float | omega_relative_limit = 0.001 | |||
) |