GNU Radio 3.5.1 C++ API
|
segment sync integrator More...
#include <atsci_sssr.h>
Public Member Functions | |
seg_sync_integrator () | |
void | reset () |
called on channel change | |
int | update (int weight, int index) |
update current tap with weight and return integrated correlation value | |
int | find_max (int *value) |
return index of maximum correlation value |
segment sync integrator
sssr::seg_sync_integrator::seg_sync_integrator | ( | ) | [inline] |
int sssr::seg_sync_integrator::find_max | ( | int * | value | ) |
return index of maximum correlation value
void sssr::seg_sync_integrator::reset | ( | ) |
called on channel change
int sssr::seg_sync_integrator::update | ( | int | weight, |
int | index | ||
) |
update current tap with weight and return integrated correlation value