mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 23:02:43 +00:00
changed limites on demodulators
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user