mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed typo in the readme + Fixed bandwidth and NFM and AM demodulators
This commit is contained in:
@ -194,7 +194,7 @@ private:
|
||||
}
|
||||
|
||||
const float bwMax = 15000;
|
||||
const float bwMin = 6000;
|
||||
const float bwMin = 1000;
|
||||
const float bbSampRate = 15000;
|
||||
|
||||
std::string uiPrefix;
|
||||
|
@ -183,7 +183,7 @@ private:
|
||||
}
|
||||
|
||||
const float bwMax = 50000;
|
||||
const float bwMin = 6000;
|
||||
const float bwMin = 1000;
|
||||
const float bbSampRate = 50000;
|
||||
|
||||
std::string uiPrefix;
|
||||
|
Reference in New Issue
Block a user