gr-satnogs/lib
Manolis Surligas 747195f054 Make the non-scrambled AX.25 decoder more conservative
In case of scrambling the self synchronizing scrambler ensures
that enough repetitions of the AX.25 flag have been received.
However, this does not hold for the case of non scrambled
transmissions. In this case, we wait for at least two consecutive
AX.25 flags to reduce the false alarms. Experiments have shown
that due to the poor CRC there were many false positive frames.

It is expected however, to miss some transmissions that use only one
AX.25 flag.
2019-10-03 16:54:37 +03:00
..
CMakeLists.txt Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
amsat_duv_decoder.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ax25_decoder.cc Make the non-scrambled AX.25 decoder more conservative 2019-10-03 16:54:37 +03:00
ax25_encoder_mb_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ax25_encoder_mb_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ax100_decoder.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
coarse_doppler_correction_cc_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
coarse_doppler_correction_cc_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
convolutional_deinterleaver.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
crc.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
cw_encoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
cw_encoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
cw_to_symbol_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
cw_to_symbol_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
debug_msg_source_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
debug_msg_source_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
debug_msg_source_raw_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
debug_msg_source_raw_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
decoder.cc Add support for AX.25 frame tagging on the IQ stream 2019-09-30 19:32:21 +03:00
doppler_correction_cc_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
doppler_correction_cc_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
doppler_fit.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_acquisition_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_acquisition_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_decoder_impl.cc Fix FSM at the IEEE 802.15.4 decoder 2019-09-30 19:32:21 +03:00
frame_decoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_encoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_encoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_file_sink_impl.cc Fix issue with the PMT messages and their format 2019-09-30 20:17:08 +03:00
frame_file_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
freq_drift.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
golay24.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ieee802_15_4_variant_decoder.cc Fix FSM at the IEEE 802.15.4 decoder 2019-09-30 19:32:21 +03:00
iq_sink_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
iq_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
json_converter_impl.cc Instruct Astyle to wrap code at 80 chars 2019-09-30 19:32:21 +03:00
json_converter_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_decoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_decoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_sync_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_sync_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
metadata.cc Add support for AX.25 frame tagging on the IQ stream 2019-09-30 19:32:21 +03:00
morse_debug_source_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_debug_source_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_decoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_decoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_tree.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
multi_format_msg_sink_impl.cc Fix issue with the PMT messages and their format 2019-09-30 20:17:08 +03:00
multi_format_msg_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
noaa_apt_sink_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
noaa_apt_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_encoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_encoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_source_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_source_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_ax25_decoder.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_ax25_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_ax100_decoder.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
qa_ax100_decoder.h Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
qa_crc.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_crc.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_golay24.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_golay24.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_ieee802_15_4_variant_decoder.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_ieee802_15_4_variant_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_json_converter.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_json_converter.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qa_satnogs.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
qa_satnogs.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qb50_deframer_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qb50_deframer_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
shift_reg.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
tcp_rigctl_msg_source_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
tcp_rigctl_msg_source_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
test_satnogs.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_sink_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_source_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_source_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
upsat_fsk_frame_encoder_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
upsat_fsk_frame_encoder_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
waterfall_sink_impl.cc Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
waterfall_sink_impl.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
whitening.cc Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00