gr-satnogs/lib
Manolis Surligas d07fd19285 Fix CW decoder issue
The CW decoder was wrongly producing a Short Pause symbol instead of a
dot symbol. With this fix the decoder can now reconstruct the initial
text sequence sent.

Also the CW matched filter now can directly produce the power of the
filtered samples. This is very handy in order to get rid off an
additional multiply block, saving vital resources especially for
embedded platforms.

For testing and demonstration purposes the morse_decoding_flowgraph can
be used. The word sequence is the `HELLO WORLD`.
2016-02-01 22:04:27 +02:00
..
CMakeLists.txt CW signal to Morse Symbol decoding block 2016-01-27 22:57:53 +02:00
clear_text_msg_sink_impl.cc Fix CW decoder issue 2016-02-01 22:04:27 +02:00
clear_text_msg_sink_impl.h Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
cw_matched_filter_ff_impl.cc Fix CW decoder issue 2016-02-01 22:04:27 +02:00
cw_matched_filter_ff_impl.h Fix CW decoder issue 2016-02-01 22:04:27 +02:00
cw_to_symbol_impl.cc Fix CW decoder issue 2016-02-01 22:04:27 +02:00
cw_to_symbol_impl.h Improved Morse decoding 2016-01-30 21:37:36 +02:00
morse_debug_source_impl.cc Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
morse_debug_source_impl.h Add a generic clear text message sink. 2016-01-24 21:43:17 +02:00
morse_decoder_impl.cc Fix CW decoder issue 2016-02-01 22:04:27 +02:00
morse_decoder_impl.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
morse_tree.cc Improved Morse decoding 2016-01-30 21:37:36 +02:00