Allow --hq when sampling ratio too low for --cnr

pull/4/head
pabr 2017-02-01 15:13:54 +01:00
rodzic 256a70e535
commit 8e042d042a
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -814,7 +814,7 @@ void usage(const char *name, FILE *f, int c) {
" --resample-rej K Aliasing rejection (default: 10)\n"
" --decim N Decimate baseband (causes aliasing)\n"
" --roll-off A Roll-off (default: 0.35)\n"
" --cnr Measure CNR (CPU-intensive)\n"
" --cnr Measure CNR (requires samplerate>3*symbolrate)\n"
" --fd-pp NUM Dump preprocessed IQ data to file descriptor\n"
);
fprintf(f,
@ -933,7 +933,6 @@ int main(int argc, const char *argv[]) {
cfg.viterbi = true;
cfg.resample = true;
cfg.rrc = true;
cfg.cnr = true;
}
else if ( ! strcmp(argv[i], "--hs") )
cfg.highspeed = true;