mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
need to be more sensitive for BPSK to show its potential
This commit is contained in:
parent
5d257f55ec
commit
448dbcc011
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
value cfo_rad = 0;
|
||||
value frac_cfo = 0;
|
||||
|
||||
SchmidlCox(const cmplx *sequence) : threshold(value(0.17 * match_len), value(0.19 * match_len)) {
|
||||
SchmidlCox(const cmplx *sequence) : threshold(value(0.07 * match_len), value(0.09 * match_len)) {
|
||||
fwd(kern, sequence);
|
||||
for (int i = 0; i < symbol_len; ++i)
|
||||
kern[i] = conj(kern[i]) / value(symbol_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue