gr-satnogs/lib
Manolis Surligas 07ff0054ef Matched filter for the FSK/AFSK demodulation
FSK demodulation can be implemented pretty well either using envelopes
or matched filters. For now the matched filters seems to be a better
candidate. However, some normalization issues should be solved.
2016-02-19 23:38:40 +02:00
..
CMakeLists.txt Matched filter for the FSK/AFSK demodulation 2016-02-19 23:38:40 +02:00
afsk_decoder_impl.cc Started the AFSK decoder. 2016-02-09 18:59:40 +02:00
afsk_decoder_impl.h Started the AFSK decoder. 2016-02-09 18:59:40 +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 Add various setters at the Morse decoding related blocks 2016-02-17 03:16:18 +02:00
cw_matched_filter_ff_impl.h Add various setters at the Morse decoding related blocks 2016-02-17 03:16:18 +02:00
cw_to_symbol_impl.cc Add various setters at the Morse decoding related blocks 2016-02-17 03:16:18 +02:00
cw_to_symbol_impl.h Add various setters at the Morse decoding related blocks 2016-02-17 03:16:18 +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
sine_matched_filter_ff_impl.cc Matched filter for the FSK/AFSK demodulation 2016-02-19 23:38:40 +02:00
sine_matched_filter_ff_impl.h Matched filter for the FSK/AFSK demodulation 2016-02-19 23:38:40 +02:00