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

@ -32,7 +32,6 @@ typedef void (*iq_convert_fn)(void *iq_data,
iq_convert_fn init_converter(input_format_t format,
double sample_rate,
int filter_dc,
int compute_power,
struct converter_state **out_state);
void cleanup_converter(struct converter_state *state);