discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Replacing USRP package with UHD package


From: Songsong Gee
Subject: [Discuss-gnuradio] Replacing USRP package with UHD package
Date: Sat, 16 Mar 2013 17:53:11 +0900

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

reply via email to

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