gr-satnogs/lib
Manolis Surligas f560f16af3 Improve CW decoding process
Our approach exploits the autocorrelation properties of the CW signal.
Thus low, high or band pass filtering greatly affects the performance of
the algorithm, because they introduce autocorrelation.
2017-11-01 22:04:56 +02:00
..
CMakeLists.txt Finish the CW encoder 2017-11-01 22:04:56 +02:00
ax25_decoder_bm_impl.cc Add FSK9600 AX.25 decoder 2017-09-20 17:54:02 +03:00
ax25_decoder_bm_impl.h Improve the performance of AX.25 decoder 2016-08-07 02:11:59 +03:00
ax25_encoder_mb_impl.cc Add AX.25 encoder that supports the legacy hardware radios 2016-06-30 23:39:16 +03:00
ax25_encoder_mb_impl.h Add AX.25 decoder with legacy support for the hardware radios 2016-07-02 00:18:44 +03:00
coarse_doppler_correction_cc_impl.cc Fix Doppler shift direction (#43) 2016-11-22 11:49:42 +02:00
coarse_doppler_correction_cc_impl.h Add coarse doppler shift correction block 2016-05-11 21:17:58 +03:00
cw_encoder_impl.cc Finish the CW encoder 2017-11-01 22:04:56 +02:00
cw_encoder_impl.h Finish the CW encoder 2017-11-01 22:04:56 +02:00
cw_to_symbol_impl.cc Improve CW decoding process 2017-11-01 22:04:56 +02:00
cw_to_symbol_impl.h Improve CW decoding performance and complexity 2017-11-01 22:04:56 +02:00
debug_msg_source_impl.cc Add new debug message source that can accept raw bytes 2016-06-02 17:06:40 +03:00
debug_msg_source_impl.h Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +02:00
debug_msg_source_raw_impl.cc Add new debug message source that can accept raw bytes 2016-06-02 17:06:40 +03:00
debug_msg_source_raw_impl.h Add new debug message source that can accept raw bytes 2016-06-02 17:06:40 +03:00
doppler_correction_cc_impl.cc Fix Doppler shift direction (#43) 2016-11-22 11:49:42 +02:00
doppler_correction_cc_impl.h Continue working on the Doppler Correction block 2016-03-30 21:51:19 +03:00
doppler_fit.cc Continue working on the Doppler Correction block 2016-03-30 21:51:19 +03:00
frame_encoder_impl.cc Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-03-29 22:59:36 +03:00
frame_encoder_impl.h Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-03-29 22:59:36 +03:00
frame_file_sink_impl.cc Fix bug with the name of file 2017-08-03 12:39:38 +03:00
frame_file_sink_impl.h Fix bug with gcc<5 and minor changes to filenames 2017-08-02 18:06:21 +03:00
freq_drift.cc Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-03-29 22:59:36 +03:00
iq_sink_impl.cc Introduce IQ sink block 2017-08-08 17:00:12 +03:00
iq_sink_impl.h Introduce IQ sink block 2017-08-08 17:00:12 +03:00
leo_channel_impl.cc Add supoort to the rigctl message source to work as client 2016-10-22 19:34:09 +03:00
leo_channel_impl.h Add supoort to the rigctl message source to work as client 2016-10-22 19:34:09 +03:00
morse_debug_source_impl.cc Finish the CW encoder 2017-11-01 22:04:56 +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 Improve CW decoding process 2017-11-01 22:04:56 +02:00
morse_decoder_impl.h Morse tree traversal is working 2016-01-21 21:33:08 +02:00
morse_tree.cc Improve CW decoding process 2017-11-01 22:04:56 +02:00
multi_format_msg_sink_impl.cc Output messages in text files 2017-11-01 22:04:56 +02:00
multi_format_msg_sink_impl.h Output messages in text files 2017-11-01 22:04:56 +02:00
noaa_apt_sink_impl.cc NOAA sink fix 2017-09-20 17:18:59 +03:00
noaa_apt_sink_impl.h Change filename on noaa to match new satnogs-client naming 2017-08-09 20:02:19 +03:00
ogg_encoder_impl.cc Fix OGG encoder issues 2017-02-03 01:24:10 +02:00
ogg_encoder_impl.h Fix OGG encoder issues 2017-02-03 01:24:10 +02:00
ogg_source_impl.cc Simplify CW decoding 2017-11-01 22:04:56 +02:00
ogg_source_impl.h Simplify CW decoding 2017-11-01 22:04:56 +02:00
qb50_deframer_impl.cc Add the QB50 deframer block 2016-07-27 17:38:49 +03:00
qb50_deframer_impl.h Add the QB50 deframer block 2016-07-27 17:38:49 +03: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
tcp_rigctl_msg_source_impl.cc Dev (#67) 2017-03-23 03:22:08 +02:00
tcp_rigctl_msg_source_impl.h Add supoort to the rigctl message source to work as client 2016-10-22 19:34:09 +03:00
udp_msg_sink_impl.cc Add UDP PMT message sink block 2016-04-29 02:21:00 +03:00
udp_msg_sink_impl.h Add UDP PMT message sink block 2016-04-29 02:21:00 +03:00
udp_msg_source_impl.cc Fix missing break statement 2017-02-03 19:25:53 +02:00
udp_msg_source_impl.h Dev (#53) 2017-01-22 19:33:36 +02:00
upsat_fsk_frame_acquisition_impl.cc Support fixed packet length frames on the FSK decoder 2017-04-15 02:41:47 +03:00
upsat_fsk_frame_acquisition_impl.h Support fixed packet length frames on the FSK decoder 2017-04-15 02:41:47 +03:00
upsat_fsk_frame_encoder_impl.cc Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-06-30 23:44:05 +03:00
upsat_fsk_frame_encoder_impl.h AX.25 support at the UPSAT FSK encoder/decoder 2016-04-29 21:43:09 +03:00
waterfall_sink_impl.cc Dev (#53) 2017-01-22 19:33:36 +02:00
waterfall_sink_impl.h Dev (#53) 2017-01-22 19:33:36 +02:00
whitening.cc Small improvements 2016-07-02 23:01:17 +03:00