hamnet70/impl
Thomas Kolb f5a367464f Optimized one-shot frequency synchronization
- Ramp-up length increased to 128 symbols (here is room for
  improvement!)
- Try to detect the frequency once during ramp-up. To do so, every
  second symbol is inverted (to remove the +/-1 symbol toggling) and the
  phase difference between neigboring resulting symbols is checked. When
  it is low enough for all symbols, the frequency is estimated and
  corrected. When frequency estimation was done, it is not retried for a
  number of incoming symbols in order to allow the timing estimator to
  converge again.
- This approach was verified in a simulated loopback test with frequency
  offset and AWGN.
2023-05-17 22:28:18 +02:00
..
src Optimized one-shot frequency synchronization 2023-05-17 22:28:18 +02:00
test Optimized one-shot frequency synchronization 2023-05-17 22:28:18 +02:00
utils utils: new and improved plotting scripts 2023-05-17 22:27:40 +02:00
.gitignore Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
CMakeLists.txt Use dynamic linking for liquid-dsp again 2023-05-12 13:47:05 +02:00
compile_flags.txt Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
make.sh Optimized one-shot frequency synchronization 2023-05-17 22:28:18 +02:00
setup_tundev.sh Switch to IPv6 2022-04-07 20:44:07 +02:00