Dear All,
The code:
db_flexrf_1800_tx_mimo_b::db_flexrf_1800_tx_mimo_b(usrp_basic *usrp, int
which)
: db_flexrf_1800_tx(usrp, which)
{
d_common->R_DIV(1);
}
should be:
db_flexrf_1800_tx_mimo_b::db_flexrf_1800_tx_mimo_b(usrp_basic *usrp, int
which)
: db_flexrf_1800_tx(usrp, which)
{
d_common->R_DIV(16);
}
In “db_base::tune” (which has been removed with an “#if 0” in
eb/cppdb-wip),
the argument “chan” is a bit strange (at least for me). If I hardcode
“chan=d_which” inside the function the funcionality makes more sense
(i.e.
the argument is no longer used).
BR/
Per