gr-satnogs/include/satnogs
Manolis Surligas 96aaf11a30 Improve doppler correction and decimation
This commit adds a hierarchical block that performs Doppler
compensation and resampling.

Rather than using directly the available Doppler correction blocks,
based on the user parameters of the incoming sampling rate and the
desired target sampling rate, it applies proper decimation on the signal
so the frequency shift to be applied to a smaller sampling rate,
reducing significantly the CPU resources required. At the previous
architecture (gr-satnogs 1.x.x) we used seperate blocks for the doppler
correction and the LO digital shift, operating at the device sampling rate.
These two blocks, performing almost the same operation, contributed to a
30% CPU usage of the overall application. Now the LO is compensated by
the Doppler correction block, taking into account at the same time the
Doppler drift.

After the digital LO shift, the Doppler corrected signal is passed through
an Polyphase Arbitrary Resampler, to match exactly the sampling rate
requested by the user.
2019-12-20 13:00:58 +02:00
..
libfec Integrate libfec as part of the gr-satnogs 2019-12-12 01:46:37 +02:00
CMakeLists.txt Integrate libfec as part of the gr-satnogs 2019-12-12 01:46:37 +02:00
amsat_duv_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
api.h Create the README and the OOT module structure. 2016-01-07 21:24:51 +02:00
ax25.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ax25_decoder.h Make the non-scrambled AX.25 decoder more conservative 2019-10-03 16:54:37 +03:00
ax25_encoder_mb.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ax100_decoder.h Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
base64.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
coarse_doppler_correction_cc.h Improve doppler correction and decimation 2019-12-20 13:00:58 +02:00
config.h Improve the CW decoder flowgraph 2017-11-01 22:04:56 +02:00
convolutional_deinterleaver.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
crc.h Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00
cw_encoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
cw_to_symbol.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
date.h Instruct Astyle to wrap code at 80 chars 2019-09-30 19:32:21 +03:00
debug_msg_source.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
debug_msg_source_raw.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
decoder.h Instruct Astyle to wrap code at 80 chars 2019-09-30 19:32:21 +03:00
doppler_correction_cc.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
doppler_fit.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_acquisition.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
frame_file_sink.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
freq_drift.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
golay24.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ieee802_15_4_variant_decoder.h Support frame tagging on the IEEE 802.15.4 decoder 2019-09-30 19:32:21 +03:00
iq_sink.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
json_converter.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
log.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
lrpt_sync.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
metadata.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse.h Improve CW decoding 2019-09-30 18:47:46 +03:00
morse_debug_source.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_decoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
morse_tree.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
multi_format_msg_sink.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
noaa_apt_sink.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_encoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
ogg_source.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
qb50_deframer.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
shift_reg.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
tc_tm.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
tcp_rigctl_msg_source.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_sink.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
udp_msg_source.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
upsat_fsk_frame_encoder.h Format all C++ files using the astyle beautifier 2019-09-30 19:32:21 +03:00
utils.h Integrate libfec as part of the gr-satnogs 2019-12-12 01:46:37 +02:00
waterfall_sink.h Support timestamping in the waterfall intermediate file 2019-12-17 15:59:43 +02:00
whitening.h Implement a decoder covering COMMS from GOMSpace 2019-09-30 19:32:21 +03:00