Searched refs:hz_peak (Results 1 – 1 of 1) sorted by relevance
69 float hz_peak = (float) (peak) * hz; in check_peak() local74 fprintf(bat->log, _("Detected peak at %2.2f Hz of %2.2f dB\n"), hz_peak, in check_peak()79 if (hz_peak < DC_THRESHOLD) { in check_peak()81 hz_peak); in check_peak()84 } else if (hz_peak < bat->target_freq[channel] - tolerance) { in check_peak()86 hz_peak); in check_peak()88 } else if (hz_peak > bat->target_freq[channel] + tolerance) { in check_peak()90 hz_peak); in check_peak()