GNU Radio's LTE Package
|
CP based rough sync to OFDM symbols. More...
#include <rough_symbol_sync_cc.h>
Public Types | |
typedef boost::shared_ptr< rough_symbol_sync_cc > | sptr |
Static Public Member Functions | |
static sptr | make (int fftl, int vlen, std::string name="rough_symbol_sync_cc") |
Return a shared_ptr to a new instance of lte::rough_symbol_sync_cc. | |
CP based rough sync to OFDM symbols.
typedef boost::shared_ptr<rough_symbol_sync_cc> gr::lte::rough_symbol_sync_cc::sptr |
|
static |
Return a shared_ptr to a new instance of lte::rough_symbol_sync_cc.
To avoid accidental use of raw pointers, lte::rough_symbol_sync_cc's constructor is in a private implementation class. lte::rough_symbol_sync_cc::make is the public interface for creating new instances.