Transparent demod overlay on waterfall

This commit is contained in:
Charles J. Cliffe
2014-11-30 17:59:24 -05:00
parent 874746b1d4
commit 0bc31eed6c
4 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ DemodulatorThread::DemodulatorThread(DemodulatorThreadInputQueue* pQueue) :
inputQueue(pQueue), visOutQueue(NULL), terminated(false), initialized(false), audio_resampler(NULL), resample_ratio(1), audio_resample_ratio(
1), resampler(NULL), commandQueue(NULL), fir_filter(NULL) {
float kf = 0.75; // modulation factor
float kf = 0.5; // modulation factor
fdem = freqdem_create(kf);
// freqdem_print(fdem);