hamnet70/impl/src/layer1
2024-03-30 22:07:08 +01:00
..
correlator.c correlator: improved phase estimation 2024-01-06 23:54:41 +01:00
correlator.h correlator: improved phase estimation 2024-01-06 23:54:41 +01:00
freq_est.c Fixed iterative frequency refinement; count header errors 2024-01-05 21:28:38 +01:00
freq_est.h Optimized one-shot frequency synchronization 2023-05-17 22:28:18 +02:00
modcod.c layer1: implement per-packet modulation/coding 2022-02-17 21:39:18 +01:00
modcod.h layer1: implement per-packet modulation/coding 2022-02-17 21:39:18 +01:00
packet_mod.c Add CRC8 to the header 2024-01-07 00:02:26 +01:00
packet_mod.h Integrate TUN device interface 2022-02-27 20:21:14 +01:00
preamble.c Refactoring: moved layer1-related stuff to subdirectory 2022-02-13 20:05:47 +01:00
preamble.h Refactoring: moved layer1-related stuff to subdirectory 2022-02-13 20:05:47 +01:00
rx.c rx: fix header checksum verification 2024-03-30 22:07:08 +01:00
rx.h Fixed iterative frequency refinement; count header errors 2024-01-05 21:28:38 +01:00
transmission.c Move the transmission chain to a separate "tx" module 2022-02-13 21:29:35 +01:00
transmission.h Move the transmission chain to a separate "tx" module 2022-02-13 21:29:35 +01:00
tx.c Integrate TUN device interface 2022-02-27 20:21:14 +01:00
tx.h Move the transmission chain to a separate "tx" module 2022-02-13 21:29:35 +01:00
whitening.c Refactoring: moved layer1-related stuff to subdirectory 2022-02-13 20:05:47 +01:00
whitening.h Refactoring: moved layer1-related stuff to subdirectory 2022-02-13 20:05:47 +01:00