gr-satnogs/apps
Manolis Surligas 1bc575cc25 Complete redesign of the BPSK decoder
This commit implements a new approach for the BPSK AX.25 decoding. It
seems that the GNU Radio equalizers (both CMA and LMS) are not ideal for
bursty transmissions. After they loose 'lock', they tend to converge
quite slow again.

The equalizing problem is again solved using an AGC2 block. However, the
placement of this block is quite critical. In older versions the AGC was
placed several steps after resampling and filtering. This resulted to
poor equalization and noise increase. Now the AGC is placed as early as
possible when the signal has a large span.
2018-11-27 16:55:59 +02:00
..
flowgraphs Complete redesign of the BPSK decoder 2018-11-27 16:55:59 +02:00
scripts Do not read every single float to locate last fully pixeled line 2017-09-30 18:41:05 +03:00
CMakeLists.txt Add bpsk_ax25.grc improved BPSK decoder 2018-11-24 23:32:50 +02:00