WIP:sigProcLib: Reduce burst detection window for NB.

Otherwise we detect bursts with search window far beyond specified.

Change-Id: If3cb40d2311504a13c03e1fbccad663ac201d9a4
This commit is contained in:
Alexander Chemeris 2017-03-17 20:47:44 -07:00
parent 6459ddc55c
commit 63d0f2a496
1 changed files with 2 additions and 2 deletions

View File

@ -1855,8 +1855,8 @@ int analyzeTrafficBurst(const signalVector &burst, unsigned tsc, float threshold
return -SIGERR_UNSUPPORTED;
target = 3 + 58 + 16 + 5;
head = 6;
tail = 6 + max_toa;
head = 3;
tail = 3 + max_toa;
sync = gMidambles[tsc];
rc = detectGeneralBurst(burst, threshold, sps, amplitude, toa,