mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fixed typo in the readme + Fixed bandwidth and NFM and AM demodulators
This commit is contained in:
parent
5a2b0c9d79
commit
bd427d23b3
@ -194,7 +194,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const float bwMax = 15000;
|
const float bwMax = 15000;
|
||||||
const float bwMin = 6000;
|
const float bwMin = 1000;
|
||||||
const float bbSampRate = 15000;
|
const float bbSampRate = 15000;
|
||||||
|
|
||||||
std::string uiPrefix;
|
std::string uiPrefix;
|
||||||
|
@ -183,7 +183,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const float bwMax = 50000;
|
const float bwMax = 50000;
|
||||||
const float bwMin = 6000;
|
const float bwMin = 1000;
|
||||||
const float bbSampRate = 50000;
|
const float bbSampRate = 50000;
|
||||||
|
|
||||||
std::string uiPrefix;
|
std::string uiPrefix;
|
||||||
|
@ -338,7 +338,7 @@ To solve, this, simply downgrade to libusb1.3
|
|||||||
|
|
||||||
If you also have the SoapySDR module loaded (not necessarily enabled), this is a bug in libhackrf. It's caused by libhackrf not checking if it's already initialized.
|
If you also have the SoapySDR module loaded (not necessarily enabled), this is a bug in libhackrf. It's caused by libhackrf not checking if it's already initialized.
|
||||||
The solution until a fixed libhackrf version is released is to completely remove the soapy_source module from SDR++. To do this, delete `modules/soapy_source.dll` on windows
|
The solution until a fixed libhackrf version is released is to completely remove the soapy_source module from SDR++. To do this, delete `modules/soapy_source.dll` on windows
|
||||||
or `/usr/share/sdrpp/plugins/soapy_source.so` on linux.
|
or `/usr/lib/sdrpp/plugins/soapy_source.so` on linux.
|
||||||
|
|
||||||
## Issue not listed here?
|
## Issue not listed here?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user