mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
the guard interval transition is at the middle now
This commit is contained in:
parent
3aa823facd
commit
40f084bfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ public:
|
|||
return false;
|
||||
|
||||
int pos_err = std::nearbyint(arg(tmp1[shift]) * symbol_len / Const::TwoPi());
|
||||
if (abs(pos_err) > guard_len / 2)
|
||||
if (abs(pos_err) > guard_len)
|
||||
return false;
|
||||
symbol_pos -= pos_err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue