mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 08:24:47 -04:00
Manual Gain Control :-)
- Disable AGC from settings menu - Requires latest SoapySDRPlay gain commits for SDRPlay
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "FFTDataDistributor.h"
|
||||
|
||||
FFTDataDistributor::FFTDataDistributor() : linesPerSecond(DEFAULT_WATERFALL_LPS), lineRateAccum(0.0), fftSize(DEFAULT_FFT_SIZE) {
|
||||
bufferedItems = 0;
|
||||
}
|
||||
|
||||
void FFTDataDistributor::setFFTSize(int fftSize) {
|
||||
|
||||
Reference in New Issue
Block a user