Skip to content

Commit 02b284c

Browse files
Add documentation for atest -U (force upsampling rate for G3RUH)
1 parent 722081a commit 02b284c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

man/atest.1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ Force G3RUH modem regardless of data rate.
6161
.BI "-D " "n"
6262
Divide audio sample rate by n.
6363

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+
6469
.TP
6570
.BI "-h "
6671
Print frame contents as hexadecimal bytes.

src/atest.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,8 @@ static void usage (void) {
987987
dw_printf (" -J 2400 bps QPSK compatible with MFJ-2400.\n");
988988
dw_printf ("\n");
989989
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");
990992
dw_printf ("\n");
991993
dw_printf (" -h Print frame contents as hexadecimal bytes.\n");
992994
dw_printf ("\n");

0 commit comments

Comments
 (0)