[Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Wolfgang Buesser
I am trying to install gnuradio on a new computer running suse 12.3 to use it with my usrp. upon cmake I keep getting the message: Could Not find PythonLibs. Any hint what rpm or sources I need to install on Suse 12.3 would be great. Or maybe what libraries cmake is looking for. python is

Re: [Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Erik Jakobsen
Wolfgang. For opensuse 12.3 the repos are here: http://download.opensuse.org/repositories/home:/dl8fcl/ GL 73s Erik OZ4KK I am trying to install gnuradio on a new computer running suse 12.3 to use it with my usrp. upon cmake I keep getting the message: Could Not find PythonLibs.

[Discuss-gnuradio] GSOC ideas [802.11 and OpenCL]

2013-05-01 Thread 2_...@libero.it
Hi all, yesterday during the meeting on IRC someone tell about https://github. com/guruofquality/gras/wiki/Opencl. At the beginning, thank you for your advice, is impossible know everything (: It could be a good way to write different GNU Radio blocks which have openCL code using __global

Re: [Discuss-gnuradio] usrp_n200_r3_fpga.bin build error

2013-05-01 Thread Rahman, Muhammad Mahboob Ur
Hi Ian, USRP specific questions (especially FPGA/Hardware) are best directed at the USRP mailing list, rather than the GNURadio one. You are right in your suggestion :) It's hard to say exactly what has caused this error, but basically it;s failing to identify the module name that is the

Re: [Discuss-gnuradio] usrp_n200_r3_fpga.bin build error

2013-05-01 Thread Ian Buckley
OK, if you have yet to change any files from the default and that is the result of a build then I strongly suspect the ISE version. 2013.1 has not been used to try to build any of the USRP databases yet. 2012.4 (14.4) is known to work for N200, and production images for N200 as supplied by

[Discuss-gnuradio] HOw to send and receive packets in grc?

2013-05-01 Thread karimkhan
We can send and receive data using USRP in grc, but what if we want to do the same in packet format? Like I am working with some pre recorded USRP file and want to see all packet I am receiving from it that what is the procedure. I have created packet sniffer in java but no idea how to work in

Re: [Discuss-gnuradio] HOw to send and receive packets in grc?

2013-05-01 Thread M. Ranganathan
You will need an IP layer on top of gnu radio to introduce the notion of IP packets. Luckily there is an easy way to do it in linux using tunneling -- i.e. via the dev/tun interface. Read more about it (uncle google knows where information can be found). As an example, you can look at

Re: [Discuss-gnuradio] usrp_n200_r3_fpga.bin build error

2013-05-01 Thread Rahman, Muhammad Mahboob Ur
Hi Ian, I have tried to build using 14.4; it took me about 40 minutes but eventually the process finished gracefully. So, we will stick to 14.4 for the time being. Now, I can see u2plus.bin file in /build-N200R3. I hope this is the intended file; i.e., it is equivalent to pre-compiled

[Discuss-gnuradio] gr_timer.h on next branch

2013-05-01 Thread Alexandru Csete
Greetings, There is a gr_timer.h header in the gnuradio/next installation directory, however, when I try to use this class I get receiver.cpp:(.text+0x1ccf): undefined reference to `gr_make_timer(void (*)(gr_timer*, void*), void*)' receiver.cpp:(.text+0x1d6a): undefined reference to

Re: [Discuss-gnuradio] usrp_n200_r3_fpga.bin build error

2013-05-01 Thread Ian Buckley
Correct, all the build products for N series USRP's are prefixed u2plus when they are generated directly via ISE, the name of the build directory identifies the specific hardware they are built for. On May 1, 2013, at 1:27 PM, Rahman, Muhammad Mahboob Ur mahboob-rah...@uiowa.edu wrote: Hi

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-05-01 Thread Alex Zhang
Veghihat, Hope this can help you http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2012-October/005376.html On Mon, Apr 29, 2013 at 8:24 AM, vegihat vegihat vegihatd...@gmail.comwrote: Well as you advice me, i set the --lo-offset=1M , for the following command uhd_rx_cfile -a

Re: [Discuss-gnuradio] gr_timer.h on next branch

2013-05-01 Thread Johnathan Corgan
On Wed, May 1, 2013 at 2:15 PM, Alexandru Csete oz9...@gmail.com wrote: There is a gr_timer.h header in the gnuradio/next installation directory, however, when I try to use this class I get receiver.cpp:(.text+0x1ccf): undefined reference to `gr_make_timer(void (*)(gr_timer*, void*),