Use IF bandwidth lower than true bw for anti aliasing

This commit is contained in:
30hours 2024-09-19 12:59:26 +00:00
parent f7e3591606
commit f634da73b4

View file

@ -60,8 +60,8 @@ RspDuo::RspDuo(std::string _type, uint32_t _fc,
std::unordered_map<int, sdrplay_api_Bw_MHzT> ifBandwidthMap = {
{2000000, sdrplay_api_BW_1_536},
{1000000, sdrplay_api_BW_0_600},
{500000, sdrplay_api_BW_0_600},
{250000, sdrplay_api_BW_0_300},
{500000, sdrplay_api_BW_0_300},
{250000, sdrplay_api_BW_0_200},
{125000, sdrplay_api_BW_0_200},
{62500, sdrplay_api_BW_0_200}
};