1
0
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:
f4exb
2015-07-12 09:32:54 +02:00
parent 76c2843a39
commit c624ad0e13
6 changed files with 19 additions and 5 deletions
+2
View File
@@ -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);
}