discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Bugs/issues with trondeau/dbs and eb/cppdb-wip


From: Per Zetterberg
Subject: [Discuss-gnuradio] Bugs/issues with trondeau/dbs and eb/cppdb-wip
Date: Thu, 16 Oct 2008 13:40:32 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]