Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread Josh Blum
Are we talking about comedi support? That was patched pretty recently to work with recent versions of libcomedi. See commit: http://gnuradio.org/cgit/gnuradio.git/commit/?id=8cb0981894000e8239ee2425b4e99ded9841604a sorry to ask this question , will you tell me the process to installed and

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154
i had compile the code and installed the block successfully. but now while running i am getting error. Traceback (most recent call last): File /home/jagdish/top_block.py, line 13, in module import comedi File /usr/local/lib/python2.6/dist-packages/comedi/__init__.py, line 40, in module

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154
i had installed gnuradio -3.2.2.tar.gz and used following command to installed cd path to gnuradio-3.2.2 ./configure make make check sudo make install after that i am getting error while starting GRC from command line . will you tell me how to unistalled the gnuradio -3.2.2 or other solution to

Re: [Discuss-gnuradio] doubt about linking library to gnuradio

2011-08-17 Thread patiljagdish154
i am attaching the whole folder that i used to installed the block . please check http://old.nabble.com/file/p32277516/gr-comedi%2B.tar.gz gr-comedi+.tar.gz Josh Blum-2 wrote: Are we talking about comedi support? That was patched pretty recently to work with recent versions of libcomedi.

Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Alexandru Csete
On Wed, Aug 17, 2011 at 5:08 AM, Marcus M gnu.f...@gmail.com wrote: Actually I wanted to profile some classes that I wrote for my gnuradio application. In these classes I use gr_complex and the gri_fftw class. As I do not know how to use gprof in a gnuradio application I thought I will use the

Re: [Discuss-gnuradio] uhd firmware and fpga image

2011-08-17 Thread Marcus D. Leech
On 08/17/2011 07:14 AM, sma s wrote: Hello, I am trying to use the usrp2 board with uhd. The firmware and fpga image for uhd: http://www.ettus.com/downloads/uhd_releases/master_images/ doesn't seem to work. I have tried the same with the usrp2 firmware and fpga image and things are fine.

Re: [Discuss-gnuradio] LTE LTE-Advanced using GNU Radio

2011-08-17 Thread Alexander Chemeris
Thank you, I will try. Do you know what flavor of LTE do they implement? Is it something which can be useful in Europe, or it's only Chinese version of LTE? On Mon, Aug 8, 2011 at 13:47, Lin HUANG huanglin.b...@gmail.com wrote: Try this: http://www.openairinterface.org/overview/page1011.en.htm

Re: [Discuss-gnuradio] raw input data for those without hardware

2011-08-17 Thread Alexander Chemeris
Ben, I'm a bit late, but may be this will be helpful: http://signals.radioscanner.ru/base/ Site is in Russian, but signal names are in English and you could also use Google Translate: http://translate.google.com/translate?hl=ensl=ruu=http://signals.radioscanner.ru/base Hope this helps. On Sun,

Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Marcus Müller
Hi Marcus M (cool name, actually), gr_complex is an STL complexfloat, so you won't need the complete GR core to use it: gnuradio-core/src/lib/runtime/gr_complex.h:typedef std::complexfloatgr_complex; gri_fft requires only gr_complex (see above) and gr_sys_paths, which is essentially

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
Hi Nick, On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote: On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote: 1) Did anybody use this external SRAM on USRP2 before? According to the FAQ page the usual FPGA build is not using it.

[Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Julio Héctor Aguilar Renteria
Dear The usrp2 can work with an microsoft .net ? Sincerely, Julio Hector Aguilar Renteria ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Marcus D. Leech
On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote: Dear The usrp2 can work with an microsoft .net ? Sincerely, Julio Hector Aguilar Renteria The UHD API for the hardware, and the Gnu Radio signal processing framework are all native C++ code and Python. But with some amount of

Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Josh Blum
On 08/17/2011 10:05 AM, Marcus D. Leech wrote: On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote: Dear The usrp2 can work with an microsoft .net ? Sincerely, Julio Hector Aguilar Renteria The UHD API for the hardware, and the Gnu Radio signal processing framework are all

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote: On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote: Hi Nick, On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote: On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote: 1) Did anybody use this

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Colby Boyer
On Wed, Aug 17, 2011 at 10:50 AM, Nick Foster n...@ettus.com wrote: On Wed, 2011-08-17 at 21:47 +0400, Alexander Chemeris wrote: On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote: On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote: Hi Nick, On Sat, Aug 13,

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Alexander Chemeris
On Wed, Aug 17, 2011 at 21:50, Nick Foster n...@ettus.com wrote: On Wed, 2011-08-17 at 21:47 +0400, Alexander Chemeris wrote: On Wed, Aug 17, 2011 at 21:15, Nick Foster n...@ettus.com wrote: On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote: Hi Nick, On Sat, Aug 13, 2011 at

Re: [Discuss-gnuradio] How to link gnuradio library with applications outside of gnuradio/usrp?

2011-08-17 Thread Marcus M
@Alexander, thanks for your reply, it worked like a charm. On Wed, Aug 17, 2011 at 8:48 AM, Marcus Müller g...@mueller-marcus.eu wrote: Hi Marcus M (cool name, actually), gr_complex is an STL complexfloat, so you won't need the complete GR core to use it:

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2

2011-08-17 Thread Nick Foster
On Wed, 2011-08-17 at 18:00 +0400, Alexander Chemeris wrote: Hi Nick, On Sat, Aug 13, 2011 at 02:41, Nick Foster n...@ettus.com wrote: On Fri, 2011-08-12 at 23:26 +0100, Nemanja Trecakov wrote: 1) Did anybody use this external SRAM on USRP2 before? According to the FAQ page the usual

Re: [Discuss-gnuradio] The usrp2 can work with an microsoft .net ?

2011-08-17 Thread Julio Hector Aguilar Renteria
thanks, will review On Wed, Aug 17, 2011 at 12:13 PM, Josh Blum j...@ettus.com wrote: On 08/17/2011 10:05 AM, Marcus D. Leech wrote: On 17/08/2011 12:41 PM, Julio Héctor Aguilar Renteria wrote: Dear The usrp2 can work with an microsoft .net ? Sincerely, Julio Hector Aguilar

[Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
I tried to use usrp2 on windows with the newest sd card image. Worked on ubuntu. But on windows, when I plug in the Ethernet cable and the power, initially windows shows acquiring network address, connected firewalled. After a few seconds, (I think it is when the image has been loaded from sd

Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Marcus D. Leech
On 08/17/2011 11:19 PM, Kyle Zhou wrote: I tried to use usrp2 on windows with the newest sd card image. Worked on ubuntu. But on windows, when I plug in the Ethernet cable and the power, initially windows shows acquiring network address, connected firewalled. After a few seconds, (I think

[Discuss-gnuradio] Errors provoke in latest GnuRadio/GRC

2011-08-17 Thread Marcus D. Leech
Using GRC, instantiating a UHD Source block, and modify its parameters. Provokes errors from Python: File /usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py, line 73, in _handle_changed self._update_gui() File /usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Param.py,

Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
On 18 August 2011 13:29, Marcus D. Leech mle...@ripnet.com wrote: ** On 08/17/2011 11:19 PM, Kyle Zhou wrote: I tried to use usrp2 on windows with the newest sd card image. Worked on ubuntu. But on windows, when I plug in the Ethernet cable and the power, initially windows shows

[Discuss-gnuradio] Someone working with a framework .net and usrp2

2011-08-17 Thread Julio Hector Aguilar Renteria
Dear, Someone working with a framework .net and usrp2 Sincerely, Julio Héctor Aguilar R. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Marcus D. Leech
On 08/18/2011 12:09 AM, Kyle Zhou wrote: Yes, I did configured it as static IP 192.168.10.1 Actually windows did show 'connected, firewalled'. but after a few seconds, it turned to unplugged. This is weird to me. Well, if it really is configured for a static IP, you might see if there's a way

Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged

2011-08-17 Thread Kyle Zhou
-Original Message- From: Marcus D. Leech [mailto:mle...@ripnet.com] Sent: Thursday, 18 August 2011 2:16 PM To: Kyle Zhou Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] usrp2 on windows - network cable unplugged On 08/18/2011 12:09 AM, Kyle Zhou wrote: Yes, I did