mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 05:38:47 -04:00
Set channel analyzer bandwidth before decimation to channelizer input sample rate
This commit is contained in:
@@ -62,6 +62,8 @@ void GLScope::setDSPEngine(DSPEngine* dspEngine)
|
||||
|
||||
void GLScope::setSampleRate(int sampleRate) {
|
||||
m_sampleRate = sampleRate;
|
||||
m_configChanged = true;
|
||||
update();
|
||||
emit sampleRateChanged(m_sampleRate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user