[Discuss-gnuradio] Error building gnuradio on USRP E100

2011-03-20 Thread Ingmar Meins
In response to Josh's announcement I have grabbed the latest git of UHD and GNURADIO and tried to build it on my E100. I followed the instructions from the usrpe1xx-FAQ. UHD built and installed okay but GNURADIO fails with the following errors: Is this a case of the UHD from git://ettus.source

[Discuss-gnuradio] gr_shared_ptr.i vs boost_shared_ptr.i

2011-03-20 Thread Ben Reynwar
Hi all, I've been trying every now again to create classes in gnuradio that are not signal processing blocks but are wrapped up in the same way used boost::shared_ptr and SWIG. I haven't been able to replicate how it's done for the signal processing blocks. I have been able to get the same thing

Re: [Discuss-gnuradio] Where can I find C++ source code of an API

2011-03-20 Thread Ben Reynwar
The basic idea in gnuradio is that you're stringing signal processing blocks together. There's some scheduling going to work out when different blocks are doing number crunching which I know nothing about. Each block has a "work" or a "general_work" function that is called by the scheduler (I thi

[Discuss-gnuradio] what the relation between the amplitude set in program and voltage of the received signal

2011-03-20 Thread Yan Nie
Dear all, I'm using USRP1 with LFRX plug-in. Could you please tell me what's the relation between the amplitude that we set in program and the voltage of the received signal. For instance, if I receive a signal whose amplitude read from the received data file is 2000 units, what's the correspon

Re: [Discuss-gnuradio] Where can I find C++ source code of an API

2011-03-20 Thread Fengyuan Gong
Hi, Ben, >From line 59 of gr_probe_avg_mag_sqrd_c.cc, mag_sqrd is the "input" variable. mag_sqrd comes from pointer in at line 58. Pointer in comes from pointer input_item at line 55. I know &input_item is a parameter of function work at line 52. My question is that where will work function be cal

Re: [Discuss-gnuradio] Where can I find C++ source code of an API

2011-03-20 Thread Ben Reynwar
Maybe I'm misunderstanding your question. It looks to me like line 59 of gr_probe_avg_mag_sqrd_c.cc is calling the filter function. So "input" in that function is just the value that is being passed in there. On Sun, Mar 20, 2011 at 2:27 PM, Fengyuan Gong wrote: > Hi, Ben, > I know where to find

[Discuss-gnuradio] USRP-1 For Sale

2011-03-20 Thread William Pretty Security Inc
Hello All; For financial reasons, I am forced to sell my USRP-1 system. My loss is you gain :o) http://cgi.ebay.ca/ws/eBayISAPI.dll?ViewItem &item=130499894015 Enjoy . Bill A prisoner of war is a man who tries to

[Discuss-gnuradio] Where can I find C++ source code of an API

2011-03-20 Thread Fengyuan Gong
Hi, I am a new learner of gnuradio. I want to know how gnuradio do carrier sensing. In the following function, def carrier_sensed(self): """ Return True if we think carrier is present. """ #return self.probe.level() > X return self.probe.unmuted() I don

Fwd: Re: [Discuss-gnuradio] new feature work: qtgui support in grc

2011-03-20 Thread Iain Young, G7III
Rsending, since my original email seemed to have gone into the black hole... Original Message Subject: Re: [Discuss-gnuradio] new feature work: qtgui support in grc Date: Sat, 19 Mar 2011 19:32:57 + From: Iain Young, G7III To: Discuss-gnuradio@gnu.org Hey Josh On 02/03/1

Re: [Discuss-gnuradio] GRC cannot find USRP N210

2011-03-20 Thread Josh Blum
You will need to install gnuradio from the master branch: http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Gnuradio-UHD -Josh On 03/20/2011 12:20 AM, Pavel Sajjad wrote: > > Hi all, > > I was trying to work with USRP N210, but unfortunately GRC shows no USRP > device detected. But when I

[Discuss-gnuradio] GRC cannot find USRP N210

2011-03-20 Thread Pavel Sajjad
Hi all, I was trying to work with USRP N210, but unfortunately GRC shows no USRP device detected. But when I type uhd_find_devices; my USRP is shown. I use version 3.3. Can anyone advise me what to do? Best Regards, Pavel