[USRP-users] USRP N300 - Set RX bandwidth

2021-02-25 Thread Puertas Blanco, Roberto via USRP-users
Hello, I noticed that RX bandwidth is fixed to 100MHz, although the AD9371 datasheet specifies an adjustable range of 8 to 100MHz. Why is this parameter fixed? double magnesium_radio_control_impl::set_rx_bandwidth( const double bandwidth, const size_t chan) { std::lock_guard l(_set_lock)

Re: [USRP-users] USRP N300 - Set RX bandwidth

2021-02-25 Thread Marcus D. Leech via USRP-users
On 02/25/2021 11:30 AM, Puertas Blanco, Roberto via USRP-users wrote: Hello, I noticed that RX bandwidth is fixed to 100MHz, although the AD9371 datasheet specifies an adjustable range of 8 to 100MHz. Why is this parameter fixed? double magnesium_radio_control_impl::set_rx_bandwidth( c