GNU Radio's SATNOGS Package
gr::satnogs::morse_decoder Class Reference

Morse code decoder block. More...

#include <morse_decoder.h>

Inheritance diagram for gr::satnogs::morse_decoder:

Public Types

typedef boost::shared_ptr< morse_decodersptr
 

Static Public Member Functions

static sptr make (char unrecognized_char='#', size_t min_frame_len=3)
 

Detailed Description

Morse code decoder block.

This block received messages from the previous blocks and try to decode the dot and dashes into clear text.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<morse_decoder> gr::satnogs::morse_decoder::sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::morse_decoder::make ( char  unrecognized_char = '#',
size_t  min_frame_len = 3 
)
static

Creates a Morse decoder block

Parameters
unrecognized_charthe character that will be placed in situations where the decoder can not decide which character was received.
min_frame_lenthe minimum frame length in order to reduce false alarms

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