GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sssr::seg_sync_integrator Class Reference

segment sync integrator More...

#include <gnuradio/atsc/sssr_impl.h>

Public Member Functions

 seg_sync_integrator ()
 
void reset ()
 called on channel change More...
 
int update (int weight, int index)
 update current tap with weight and return integrated correlation value More...
 
int find_max (int *value)
 return index of maximum correlation value More...
 

Detailed Description

segment sync integrator

Constructor & Destructor Documentation

sssr::seg_sync_integrator::seg_sync_integrator ( )
inline

Member Function Documentation

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


The documentation for this class was generated from the following file: