changed limites on demodulators

This commit is contained in:
Ryzerth
2021-02-10 23:15:19 +01:00
parent 096c5edbd4
commit c90772666e
4 changed files with 10 additions and 10 deletions

View File

@@ -165,9 +165,9 @@ private:
_vfo->setSnapInterval(snapInterval);
}
const float bwMax = 3000;
const float bwMax = 12000;
const float bwMin = 500;
const float bbSampRate = 6000;
const float bbSampRate = 24000;
std::string uiPrefix;
float snapInterval = 100;