#include <gr_io_signature.h>
#include <gr_prefs.h>
#include <gr_mpsk_receiver_cc.h>
#include <stdexcept>
#include <gr_math.h>
#include <gr_expj.h>
#include <gri_mmse_fir_interpolator_cc.h>

Defines | |
| #define | M_TWOPI (2*M_PI) |
| #define | VERBOSE_MM 0 |
| #define | VERBOSE_COSTAS 0 |
Functions | |
| gr_mpsk_receiver_cc_sptr | gr_make_mpsk_receiver_cc (unsigned int M, float theta, float alpha, float beta, float fmin, float fmax, float mu, float gain_mu, float omega, float gain_omega, float omega_rel) |
| #define M_TWOPI (2*M_PI) |
| #define VERBOSE_COSTAS 0 |
| #define VERBOSE_MM 0 |
| gr_mpsk_receiver_cc_sptr gr_make_mpsk_receiver_cc | ( | unsigned int | M, | |
| float | theta, | |||
| float | alpha, | |||
| float | beta, | |||
| float | fmin, | |||
| float | fmax, | |||
| float | mu, | |||
| float | gain_mu, | |||
| float | omega, | |||
| float | gain_omega, | |||
| float | omega_rel | |||
| ) |
1.5.5