[Discuss-gnuradio] Help! ImportError: cannot import name usrp

2008-10-28 Thread Joreen Tan
Hi, Just started on this project again and faced with this problem with the gnuradio-3.1.3 version using fedora 9. The error message occured when i was running gr-utils/src/python/usrp_fft.py I am logging in as root. The error reported is as shown: Traceback (most recent call last): File

[Discuss-gnuradio] Can I enable the doxygen support now?

2008-10-28 Thread Bruhtesfa Ebrahim
Hey all, I am new to the linux world, I am just learning all the things ,so my questions may be too simple or answered previously.so I ask excuse for this. i.e. After a long effort I have successfully installed GNU radio on MAC OS X 10.5, but i have not enabled the doxygen support when i

[Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread C.cc Jay
Dear jorren check your python path your python can not found the module. In my memory, you can find some discussion here (same error message) Joreen Tan wrote: ... The error reported is as shown: Traceback (most recent call last): File usrp_fft.oy, line 24, in module from gnuradio import

[Discuss-gnuradio] Re: RFID data packet

2008-10-28 Thread C.cc Jay
Dear andrea I want to develop ISO 14443-A, Can you tell me, how to find ASK100% python module. Or I must rewrite this part of the code. Andrea Farulli wrote: I have to develop a system for RFID operating in the 433 MHz frequency band (ISO 18000-7) transmission with the GNU radio python

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-10-28 Thread Santi Ortega
*USRP_SPECTRUM_SENSE.PY* How can I use the *self.max_freq* and *self.min_freq* like a global variable? I want to use it in the *def main_loop(tb):* but if I use it *That's the given error:* *Traceback (most recent call last): File ./spectrum_output.py, line 309, in module main_loop(tb)

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-10-28 Thread Eric Blossom
On Tue, Oct 28, 2008 at 11:43:15AM +, Santi Ortega wrote: *USRP_SPECTRUM_SENSE.PY* How can I use the *self.max_freq* and *self.min_freq* like a global variable? I want to use it in the *def main_loop(tb):* but if I use it Please see the Python tutorial. It and lots of other good stuff

Re: [Discuss-gnuradio] Can I enable the doxygen support now?

2008-10-28 Thread Michael Dickens
On Oct 28, 2008, at 4:45 AM, Bruhtesfa Ebrahim wrote: After a long effort I have successfully installed GNU radio on MAC OS X 10.5, but i have not enabled the doxygen support when i configure it. So, should I remove all the installation and configure again to enable the doxygen support? or

Re: [Discuss-gnuradio] URSP/Gnuradio for amateur radio usage

2008-10-28 Thread rafael2k
thats true Chris, Thanks for the information. but none runs gnuradio, usually PowerSDR is used. bye, rafael diniz Em Monday 27 October 2008, Chris Albertson escreveu: On Mon, Oct 27, 2008 at 8:36 PM, rafael2k [EMAIL PROTECTED] wrote: There are others SDR radios out there that were made for

RE: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Joreen Tan
Hi, my python path is correct but i can't find any past discussions regarding the same error message on google. May i check where can i find the past discussions? Date: Tue, 28 Oct 2008 12:13:32 +0100 From: [EMAIL PROTECTED] To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Re:

RE: [Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Joreen Tan
Hi, sorry, it was a typing mistake. I realised that gr-usrp, usrp and gr-utils weren't configured so was wondering if that is the main cause of the problem? Cos i checked that the python path is correct. Joreen Date: Tue, 28 Oct 2008 17:17:26 +0100 From: [EMAIL PROTECTED] To:

[Discuss-gnuradio] Re: Help! ImportError: cannot import name usrp

2008-10-28 Thread Patrick Strasser
Joreen Tan wrote am 2008-10-28 08:04: Hi, Just started on this project again and faced with this problem with the gnuradio-3.1.3 version using fedora 9. The error message occured when i was running gr-utils/src/python/usrp_fft.py I am logging in as root. The error reported is as

Re: [Discuss-gnuradio] Anyone using GNU Radio for doppler radar application

2008-10-28 Thread Martin DvH
On Tue, 2008-10-28 at 20:15 +0100, Bruhtesfa Ebrahim wrote: Thank you Micheal ! I have installed the doxygen now using macports. By the way I am using USRP+Tx and RX daughterboards on OS X 10.5 for doppler radar application. Anyone, having experience on using GNU radio for doppler radar?

Re: [Discuss-gnuradio] Re: RFID data packet

2008-10-28 Thread George Nychis
C.cc Jay wrote: Dear andrea I want to develop ISO 14443-A, Can you tell me, how to find ASK100% python module. Or I must rewrite this part of the code. Dan, Do you know if any of the RFID code done at UDub/Intel is going to be published soon? :) - George

Re: [Discuss-gnuradio] Re: RFID data packet

2008-10-28 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 28, 2008, at 4:10 PM, George Nychis wrote: C.cc Jay wrote: Dear andrea I want to develop ISO 14443-A, Can you tell me, how to find ASK100% python module. Or I must rewrite this part of the code. Do you know if any of the RFID code done

[Discuss-gnuradio] Updating old 802.15.4 code to latest release

2008-10-28 Thread Leslie Choong
Hi everyone, I'm currently updating Thomas Schmid's old 802.15.4 demodulation code. It has been tested and works with at least revision 7596 of the gnuradio trunk. I've been trying to update the code to work with the latest release of Gnuradio (3.1). I've looked at examples converting from