I have a python code that uses usrp package from gnuradio However, as GNUradio gets updated, usrp package is deprecated and uhd package is recommended.
Thus, is there any way to modifying the code to use uhd package instead of usrp package? Is it okay to just replace* *'from gnuradio import usrp' with 'from gnuradio import uhd' ? FYI, my code use both RX and TX
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio