GNU Radio's DVBS2RX Package
|
#include <symbol_sync_cc_impl.h>
Public Member Functions | |
base_interpolator (unsigned history) | |
virtual gr_complex | operator() (const gr_complex *in, int m_k, T mu) const =0 |
Compute the complex interpolant. | |
unsigned | history () const |
Get the interpolator history requirement. | |
|
inline |
|
inline |
Get the interpolator history requirement.
|
pure virtual |
Compute the complex interpolant.
in | Input IQ sample buffer. |
m_k | Basepoint index. |
mu | Fractional timing offset estimate. |
Implemented in gr::dvbs2rx::polyphase_interpolator, gr::dvbs2rx::linear_interpolator, gr::dvbs2rx::quadratic_interpolator, and gr::dvbs2rx::cubic_interpolator.