need to be more sensitive for BPSK to show its potential

This commit is contained in:
Ahmet Inan 2025-07-05 19:53:30 +02:00
commit 448dbcc011

View file

@ -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);