mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-11 18:57:11 +01:00
changed limites on demodulators
This commit is contained in:
parent
096c5edbd4
commit
c90772666e
@ -156,14 +156,14 @@ private:
|
||||
_vfo->setSnapInterval(snapInterval);
|
||||
}
|
||||
|
||||
const float bwMax = 15000;
|
||||
const float bwMax = 50000;
|
||||
const float bwMin = 6000;
|
||||
const float bbSampRate = 12500;
|
||||
const float bbSampRate = 50000;
|
||||
|
||||
std::string uiPrefix;
|
||||
float snapInterval = 10000;
|
||||
float audioSampRate = 48000;
|
||||
float bw = 12500;
|
||||
float bw = 50000;
|
||||
bool running = false;
|
||||
float squelchLevel = -100.0f;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -189,9 +189,9 @@ private:
|
||||
_vfo->setSnapInterval(snapInterval);
|
||||
}
|
||||
|
||||
const float bwMax = 200000;
|
||||
const float bwMin = 100000;
|
||||
const float bbSampRate = 200000;
|
||||
const float bwMax = 250000;
|
||||
const float bwMin = 50000;
|
||||
const float bbSampRate = 250000;
|
||||
const char* deempModes = "50µS\00075µS\000none\000";
|
||||
const float deempVals[2] = { 50e-6, 75e-6 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user