More squelch tweaks; include I/Q dB and compare to audio for peak

This commit is contained in:
Charles J. Cliffe
2016-08-12 21:34:34 -04:00
parent 606d41bc30
commit 6ea2b5b8e8
2 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ void SpectrumVisualProcessor::process() {
}
if (!resampler || resampleBw != lastBandwidth || lastInputBandwidth != iqData->sampleRate) {
float As = 60.0f;
float As = 120.0f;
if (resampler) {
msresamp_crcf_destroy(resampler);