Hi Tom, I tried running the uhd_fft.py script with the USRP1, but I run into an error with
RuntimeError: LookupError: KeyError: cannot set this property in void usrp1_impl::mboard_set(const wax::obj&, const wax::obj&) at /home/csboyer/uhd/host/lib/usrp/usrp1/mboard_impl.cpp:392 due to a call in the .py file: self.u.set_clock_config(uhd.clock_config.internal(), uhd.ALL_MBOARDS) I checked around in the source, but it seems to be a generic error flag in a switch case statement. On Mon, May 16, 2011 at 2:53 AM, Tom Rondeau <[email protected]> wrote: > Hi list, > I just wanted to point out that last week I added a couple of UHD-based > examples to the GNU Radio master git branch. > You can find these in: gr-uhd/apps > They are replicas of usrp2_fft.py and usrp2_rx_cfile.py, which are two of > the most widely used scripts, but lacking UHD implementation in the tree. > While we want to make a more full-blown spectrum analyzer app using UHD, I > wanted to make these first steps in order to provide more support for UHD > apps as well as show how to use them. > Also, when you install GNU Radio, these scripts will be installed into > $(prefix)/bin. > Tom > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
