mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
Use IF bandwidth lower than true bw for anti aliasing
This commit is contained in:
parent
f7e3591606
commit
f634da73b4
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ RspDuo::RspDuo(std::string _type, uint32_t _fc,
|
||||||
std::unordered_map<int, sdrplay_api_Bw_MHzT> ifBandwidthMap = {
|
std::unordered_map<int, sdrplay_api_Bw_MHzT> ifBandwidthMap = {
|
||||||
{2000000, sdrplay_api_BW_1_536},
|
{2000000, sdrplay_api_BW_1_536},
|
||||||
{1000000, sdrplay_api_BW_0_600},
|
{1000000, sdrplay_api_BW_0_600},
|
||||||
{500000, sdrplay_api_BW_0_600},
|
{500000, sdrplay_api_BW_0_300},
|
||||||
{250000, sdrplay_api_BW_0_300},
|
{250000, sdrplay_api_BW_0_200},
|
||||||
{125000, sdrplay_api_BW_0_200},
|
{125000, sdrplay_api_BW_0_200},
|
||||||
{62500, sdrplay_api_BW_0_200}
|
{62500, sdrplay_api_BW_0_200}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue