MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getFFTAverageRate

Method getFFTAverageRate

src/process/SpectrumVisualProcessor.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80float SpectrumVisualProcessor::getFFTAverageRate() {
81
82 std::lock_guard < std::mutex > busy_lock(busy_run);
83
84 return this->fft_average_rate;
85}
86
87void SpectrumVisualProcessor::setCenterFrequency(long long centerFreq_in) {
88

Callers 2

OnCloseMethod · 0.80
FrequencyDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected