From d0c670ad0d177a81c5aa2395c8155d47c719cb5f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Dec 2016 16:35:39 +0100 Subject: Include default firfilter taps in binary and enable by default --- src/Utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index 54a4161..a91077c 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -73,6 +73,7 @@ void printUsage(char* progName) " requiring an external REFCLK and PPS signal and frames that do not contain a valid timestamp\n" " get muted.\n\n"); fprintf(out, "-T taps_file: Enable filtering before the output, using the specified file containing the filter taps.\n"); + fprintf(out, " Use 'default' as taps_file to use the internal taps.\n"); fprintf(out, "-a gain: Apply digital amplitude gain.\n"); fprintf(out, "-c rate: Set the DAC clock rate and enable Cic Equalisation.\n"); fprintf(out, "-g gainmode: Set computation gain mode: fix, max or var\n"); -- cgit v1.2.3