Fixed typo in the readme + Fixed bandwidth and NFM and AM demodulators

This commit is contained in:
AlexandreRouma
2021-09-13 19:22:32 +02:00
parent 5a2b0c9d79
commit bd427d23b3
3 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ private:
}
const float bwMax = 15000;
const float bwMin = 6000;
const float bwMin = 1000;
const float bbSampRate = 15000;
std::string uiPrefix;

View File

@ -183,7 +183,7 @@ private:
}
const float bwMax = 50000;
const float bwMin = 6000;
const float bwMin = 1000;
const float bbSampRate = 50000;
std::string uiPrefix;