GNU Radio's SATNOGS Package
|
CW encoder block, mainly for debugging and testing purposes. It accepts a CW word via a message source port and transmits the corresponding CW symbols. More...
#include <cw_encoder.h>
Public Types | |
typedef boost::shared_ptr< cw_encoder > | sptr |
Static Public Member Functions | |
static sptr | make (double samp_rate, double cw_freq=700, size_t wpm=20) |
Return a shared_ptr to a new instance of satnogs::cw_encoder. More... | |
CW encoder block, mainly for debugging and testing purposes. It accepts a CW word via a message source port and transmits the corresponding CW symbols.
typedef boost::shared_ptr<cw_encoder> gr::satnogs::cw_encoder::sptr |
|
static |
Return a shared_ptr to a new instance of satnogs::cw_encoder.
samp_rate | the sampling rate |
cw_freq | the CW tone frequency |
wpm | words per minute (WPM) |