gr-satnogs/include/satnogs
Manolis Surligas f8b847077e CW signal to Morse Symbol decoding block
The CW symbol decoder block takes as input the power of the processed
signal and tries to identify the dot and dash symbols. It produces
asynchronous messages containing the decoded symbols. The output
messages can be directly used by the Morse code decoder block, in order
to retrieve the clear text message.

There are some few thing that need to be done for the block to be fully
operational.
2016-01-27 22:57:53 +02:00
..
CMakeLists.txt CW signal to Morse Symbol decoding block 2016-01-27 22:57:53 +02:00
api.h Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
clear_text_msg_sink.h Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
config.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
cw_matched_filter_ff.h Add matched filter implementation for CW noise reduction 2016-01-17 23:59:05 +02:00
cw_to_symbol.h CW signal to Morse Symbol decoding block 2016-01-27 22:57:53 +02:00
log.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
morse.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
morse_debug_source.h Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
morse_decoder.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
morse_tree.h Fix bug at Morse debug source block 2016-01-23 22:23:19 +02:00