#include <symbol_sync_cc_impl.h>
|
| polyphase_interpolator (float sps, float rolloff, int rrc_delay, size_t n_subfilt) |
|
gr_complex | operator() (const gr_complex *in, int m_k, double mu) const |
| Compute the complex interpolant.
|
|
size_t | get_subfilt_delay () const |
|
| base_interpolator (unsigned history) |
|
virtual gr_complex | operator() (const gr_complex *in, int m_k, double mu) const=0 |
| Compute the complex interpolant.
|
|
unsigned | history () const |
| Get the interpolator history requirement.
|
|
◆ polyphase_interpolator()
gr::dvbs2rx::polyphase_interpolator::polyphase_interpolator |
( |
float |
sps, |
|
|
float |
rolloff, |
|
|
int |
rrc_delay, |
|
|
size_t |
n_subfilt |
|
) |
| |
◆ get_subfilt_delay()
size_t gr::dvbs2rx::polyphase_interpolator::get_subfilt_delay |
( |
| ) |
const |
|
inline |
◆ operator()()
gr_complex gr::dvbs2rx::polyphase_interpolator::operator() |
( |
const gr_complex * |
in, |
|
|
int |
m_k, |
|
|
double |
mu |
|
) |
| const |
|
virtual |
Compute the complex interpolant.
- Parameters
-
in | Input IQ sample buffer. |
m_k | Basepoint index. |
mu | Fractional timing offset estimate. |
- Returns
- gr_complex Output interpolant.
Implements gr::dvbs2rx::base_interpolator< double >.
The documentation for this struct was generated from the following file: