File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ Force G3RUH modem regardless of data rate.
61
61
.BI " -D " " n"
62
62
Divide audio sample rate by n.
63
63
64
+ .TP
65
+ .BI " -U " " n"
66
+ Override automatic upsampling rate for G3RUH,
67
+ improving performance when sample rate to baud ratio is low.
68
+
64
69
.TP
65
70
.BI " -h "
66
71
Print frame contents as hexadecimal bytes.
Original file line number Diff line number Diff line change @@ -987,6 +987,8 @@ static void usage (void) {
987
987
dw_printf (" -J 2400 bps QPSK compatible with MFJ-2400.\n" );
988
988
dw_printf ("\n" );
989
989
dw_printf (" -D n Divide audio sample rate by n.\n" );
990
+ dw_printf (" -U n Override automatic upsampling rate for G3RUH,\n" );
991
+ dw_printf (" improving performance when sample rate to baud ratio is low.\n" );
990
992
dw_printf ("\n" );
991
993
dw_printf (" -h Print frame contents as hexadecimal bytes.\n" );
992
994
dw_printf ("\n" );
You can’t perform that action at this time.
0 commit comments