This website requires JavaScript.
Explore
Help
Sign In
amateurfunk
/
hamnet70
Watch
1
Star
0
Fork
You've already forked hamnet70
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
f5a367464f
hamnet70
/
impl
/
make.sh
7 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit: infrastructure
2021-10-17 19:25:42 +02:00
#!/bin/sh
mkdir -p build
cd
build
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
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS
=
true
..
Initial commit: infrastructure
2021-10-17 19:25:42 +02:00
make
Reference in a new issue
Copy permalink