hamnet70/impl/src
Thomas Kolb b6713909f7 Make initial frequency sync much faster
The NCO frequency is now only adjusted every 8 symbols. That means that
the frequency error over the last 8 symbols before the adjustment is
(almost) constant, giving a good estimation result. Therefore, the
adjustment factor can be much larger than previously, leading to faster
acquisition time.
2022-01-30 20:23:41 +01:00
..
config.h Make initial frequency sync much faster 2022-01-30 20:23:41 +01:00
correlator.c Added correlator + small test program 2022-01-22 22:42:05 +01:00
correlator.h Added correlator + small test program 2022-01-22 22:42:05 +01:00
main.c Make initial frequency sync much faster 2022-01-30 20:23:41 +01:00
packet_mod.c packet_mod: implement FEC and modulation for the header 2022-01-23 16:28:53 +01:00
packet_mod.h packet_mod: implement FEC and modulation for the header 2022-01-23 16:28:53 +01:00
preamble.c Initial implementation of packet modulation 2021-10-17 19:26:38 +02:00
preamble.h Initial implementation of packet modulation 2021-10-17 19:26:38 +02:00
results.h Initial implementation of packet modulation 2021-10-17 19:26:38 +02:00
transmission.c Fixed output size of transmission_filter_packet() 2022-01-29 22:14:25 +01:00
transmission.h Implemented pulse shaping 2022-01-29 22:05:17 +01:00
utils.c Initial implementation of packet modulation 2021-10-17 19:26:38 +02:00
utils.h Initial implementation of packet modulation 2021-10-17 19:26:38 +02:00