#include <gr_block.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | gr_clock_recovery_mm_ff |
Mueller and Müller (M&M) based clock recovery block with float input, float output.
This implements the Mueller and Müller (M&M) discrete-time error-tracking synchronizer. More... | |
Typedefs | |
typedef boost::shared_ptr < gr_clock_recovery_mm_ff > | gr_clock_recovery_mm_ff_sptr |
Functions | |
gr_clock_recovery_mm_ff_sptr | gr_make_clock_recovery_mm_ff (float omega, float gain_omega, float mu, float gain_mu, float omega_relative_limit=0.001) |
gr_clock_recovery_mm_ff_sptr gr_make_clock_recovery_mm_ff | ( | float | omega, | |
float | gain_omega, | |||
float | mu, | |||
float | gain_mu, | |||
float | omega_relative_limit = 0.001 | |||
) |