minimodem: reduce FSK_SCAN_LAG to 0.4 for improved decode

This commit is contained in:
Kamal Mostafa 2011-06-21 16:09:44 -07:00
parent 32141d17d9
commit 12565ff39a
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ main( int argc, char*argv[] )
* but actually advance just a bit less than that to allow
* for clock skew, so ...
*/
#define FSK_SCAN_LAG 0.5
#define FSK_SCAN_LAG 0.4
advance = frame_start_sample +
nsamples_per_bit * (float)(fskp->n_data_bits + 2 - FSK_SCAN_LAG);