File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ Amount of effort to try fixing frames with an invalid CRC.
72
72
1 = Try to fix only a single bit.
73
73
more = Try modifying more bits to get a good CRC.
74
74
75
+ .TP
76
+ .BI " -e " " n"
77
+ Artificially introduce a desired Bit Error Rate (BER) for testing.
78
+
75
79
.TP
76
80
.BI " -L "
77
81
Error if Less than this number decoded.
Original file line number Diff line number Diff line change @@ -994,6 +994,7 @@ static void usage (void) {
994
994
dw_printf (" 0 (default) = consider only correct frames. \n" );
995
995
dw_printf (" 1 = Try to fix only a single bit. \n" );
996
996
dw_printf (" more = Try modifying more bits to get a good CRC.\n" );
997
+ dw_printf (" -e n Artificially introduce a desired Bit Error Rate (BER) for testing.\n" );
997
998
dw_printf ("\n" );
998
999
dw_printf (" -d x Debug information for FX.25. Repeat for more detail.\n" );
999
1000
dw_printf ("\n" );
You can’t perform that action at this time.
0 commit comments