Always measure noise power, silently ignore --measure-noise if given.

This commit is contained in:
Oliver Jowett 2016-05-31 11:54:34 +01:00
parent acd38708cc
commit b8dc3973d1
5 changed files with 15 additions and 55 deletions

View file

@ -253,7 +253,6 @@ struct { // Internal state
// Sample conversion
int dc_filter; // should we apply a DC filter?
int measure_noise; // should we measure noise power?
iq_convert_fn converter_function;
struct converter_state *converter_state;