gr-satnogs/lib
Manolis Surligas 8a81ebc4ff Fix frame length bug at UPSAT FSK transmitter
The frame length field was set in number of bits instead of number of
bytes, only when the transmitter was configured in AX.25 mode.
2016-05-11 14:25:16 +03:00
..
CMakeLists.txt Add UDP PMT message sink block 2016-04-29 02:21:00 +03: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
ax25_decoder_b_impl.cc Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +02:00
ax25_decoder_b_impl.h Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +02:00
ax25_encoder_bf_impl.cc Remove blocking timeout parameter for compatibility 2016-05-09 22:07:39 +03:00
ax25_encoder_bf_impl.h Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +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 Change the pmt::to_float() to pmt::to_double() for compatibility 2016-05-09 20:56:44 +03:00
cw_to_symbol_impl.h Improve the Morse decoder block 2016-02-28 00:45:41 +02:00
debug_msg_source_impl.cc Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +02: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
doppler_correction_cc_impl.cc Fix the doppler correction mechanism 2016-03-31 21:58:29 +03: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
freq_drift.cc Merge branch 'next' of https://github.com/satnogs/gr-satnogs into next 2016-03-29 22:59:36 +03:00
json_to_ecss_src_impl.cc Remove blocking timeout parameter for compatibility 2016-05-09 22:07:39 +03:00
json_to_ecss_src_impl.h Last commit about license 2016-04-02 17:32:41 +03: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
tcp_rigctl_msg_source_impl.cc Fix memory de-allocation at rigctl message source block 2016-05-09 03:14:44 +03:00
tcp_rigctl_msg_source_impl.h Add a TCP rigctl message command accepter block. 2016-03-21 03:50:42 +02: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 Merge branch 'vardakis/json_to_ecss' of https://github.com/GVardakis/gr-satnogs into GVardakis-vardakis/json_to_ecss 2016-04-02 22:31:22 +03:00
udp_msg_source_impl.h Finish the AX.25 decoder and add a UDP message source block 2016-03-08 23:19:17 +02:00
upsat_fsk_frame_acquisition_impl.cc AX.25 support at the UPSAT FSK encoder/decoder 2016-04-29 21:43:09 +03:00
upsat_fsk_frame_acquisition_impl.h AX.25 support at the UPSAT FSK encoder/decoder 2016-04-29 21:43:09 +03:00
upsat_fsk_frame_encoder_impl.cc Fix frame length bug at UPSAT FSK transmitter 2016-05-11 14:25:16 +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
whitening.cc Implement the whitening and de-whitening process for the UPSAT 2016-04-11 21:26:57 +03:00