Fixed CW demod + fixed bug in sinks

This commit is contained in:
Ryzerth
2021-02-18 02:47:19 +01:00
parent 4174554260
commit d0bea51cd4
4 changed files with 4 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ private:
const float bwMax = 500;
const float bwMin = 100;
const float bbSampRate = 500;
const float bbSampRate = 6000;
std::string uiPrefix;
float snapInterval = 10;