P25 P1 QPSK MSIZE/SSIZE Tweak;

This commit is contained in:
lwvmobile 2023-03-08 02:03:01 -05:00
parent abeb92ff8a
commit 8af6d2e185
1 changed files with 2 additions and 0 deletions

View File

@ -1719,6 +1719,8 @@ main (int argc, char **argv)
opts.pulse_digi_rate_out = 48000;
opts.pulse_digi_out_channels = 1;
// opts.setmod_bw = 12000;
opts.ssize = 36; //128 current default, fall back to old default on P1 only systems
opts.msize = 15; //1024 current default, fall back to old default on P1 only systems
sprintf (opts.output_name, "P25P1");
fprintf (stderr,"Decoding only P25 Phase 1 frames.\n");
}