[Discuss-gnuradio] Random behavior?

2010-11-08 Thread Jakub Moskal
Hi, We are experimenting with two USRP1's (each with RFX2400) and noticed some strange behavior. We use the /usr/local/share/gnuradio/examples/digital/benchmark_rx[tx].py. We run it once and the number of corrupted/lost packets is rather small, say 0-2%. Without modifying any default values of par

Re: [Discuss-gnuradio] ubuntu 10.10 source build pre-requisites

2010-10-31 Thread Jakub Moskal
I just upgraded 10.04 to 10.10 and compiled gnuradio from git repository without any problems, thus I would just use instructions for 10.04. Jakub On Wed, Sep 29, 2010 at 6:55 PM, Arturo Rinaldi wrote: >  Are there any news about the pre-requisites for source build for the new > upcoming Ubuntu

Re: [Discuss-gnuradio] OS X 10.6, x86-64 built from GIT fails at 'make check'

2010-10-29 Thread Jakub Moskal
Thank you Michael for your efforts. Would that mean it is just an issue with the test, not with the gnuradio compilation itself? Jakub On Thu, Oct 28, 2010 at 9:19 PM, Michael Dickens wrote: > The issue is in > "gnuradio-core/src/filter/qa_gri_fir_filter_with_buffer_ccc.cc".  The > ERR_DELTA i

[Discuss-gnuradio] FEC

2010-06-22 Thread Jakub Moskal
Hi, I'm using the digital/benchmark_*.py from the GIT repository and am getting a very low ratio of corrupt packets, usually under 0.5%. I use the default gmsk modulation, USRP1's with RFX2400 and run the benchmark with a frequency of 2.4G. Would this low ratio suggest that the FEC is being applie

[Discuss-gnuradio] Modulation scheme change on fly

2010-06-22 Thread Jakub Moskal
Hi, I would like to be able to change modulation scheme and other parameters on the fly, from within a separate process. I'm using a modified version of the tunnel.py from the GIT repository, which instead of forwarding the packets to/from TUN/TAP device, acts as a CORBA server with registered cal

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-04-12 Thread Jakub Moskal
Mon, Apr 12, 2010 at 8:44 AM, Tom Rondeau wrote: > On 3/7/2010 3:31 PM, Eric Blossom wrote: >> >> On Thu, Mar 04, 2010 at 02:45:54PM -0500, Jakub Moskal wrote: >> >>> >>> Hi everyone, >>> >>> I am trying to use the GNU-Radio+USRP to implemen

Re: [Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-06 Thread Jakub Moskal
ens wrote: > On Mar 4, 2010, at 2:45 PM, Jakub Moskal wrote: >> >> Last question.. I own to USRPs and I successfully installed the >> gnuradio with grc on two MacBooks (10.6.2). Examples run fine, but >> when it comes to the tunnel.py I cannot make the TUN/TAP interface t

[Discuss-gnuradio] Enabling the cognitive radio with GNU Radio+USRP

2010-03-04 Thread Jakub Moskal
Hi everyone, I am trying to use the GNU-Radio+USRP to implement a cognitive radio use case in which radios exchange information (XML-based documents) between each other in order to achieve a defined goal (e.g. to improve connectivity), without disturbing the usual communication. I have several que

Re: [Discuss-gnuradio] Simultaneous RX/TV with RFX2400

2009-04-13 Thread Jakub Moskal
Hi Michael, my intention is to allow a communication between two USRP's hooked up to two different computers. Each USRP has one RFX2400 daughterboard and one antenna connected to the Tx/Rx port. I have a more of a CS than ECE background and my focus here is on the application level. I would like

[Discuss-gnuradio] Simultaneous RX/TV with RFX2400

2009-04-08 Thread Jakub Moskal
Hi, I've been browsing through the mailing list archives to find some examples of simultaneous rx/tx but with no luck. I have two USRP's, each equipped with RFX2400 and one antenna, attached to TX/RX. I would like these two radios to talk to each other in an asynchronous fashion - a radio can rece

Re: [Discuss-gnuradio] Software Communication Architecture (SCA) and GNU Radio

2009-04-02 Thread Jakub Moskal
Sheng, are you familiar with OSSIE project (http://ossie.mprg.org) ? It's an open source SCA implementation and they use USRP as their RF front end. Perhaps that could be a better place to start. However, I'm not sure what is your ultimate goal. Jakub 2009/4/2 sheng : > Hi, > > Basically, SCA an

[Discuss-gnuradio] USRP2 on Mac OS X

2009-02-28 Thread Jakub Moskal
Hello, I am debating whether to buy USRP or USRP2.. Is there any progress on the USRP2 drivers for the Mac OS X? It seems that the USRP2 FAQ hasn't been updated for a while - as far as this issue is concerned. Thanks, Jakub. ___ Discuss-gnuradio maili

[Discuss-gnuradio] USRP monitoring

2009-02-24 Thread Jakub Moskal
Hello all, I recently installed gnuradio (3.2.x) on my machine (OS X) and was wondering about purchasing the USRP. It seems that usrp2 is currently only supported on Linux, so I guess I shouldn't get that one. Can anyone recommend daughterboards that would be best for simple communication, e.g. fo

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-11 Thread Jakub Moskal
Hi Michael, that would be great. I actually want to use CORBA along with GNU Radio, so that would be perfect. Thanks a lot for your help. Jakub On Wed, Feb 11, 2009 at 10:39 AM, Michael Dickens wrote: > On Feb 11, 2009, at 12:15 AM, Jakub Moskal wrote: >> >> unfortunately I do n

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
38 PM, Michael Dickens wrote: > On Feb 10, 2009, at 1:35 PM, Jakub Moskal wrote: >> >> I checkout the latest trunk, bootstrap finished without any warnings. >> The configure finished in the same way as it did for the 3.1 release. >> However, when trying to compile I get th

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
[gr_msg_queue.lo] Error 1 Any ideas? 3.1 compiled without any problem and I was able to run some examples that didn't require USRP. Thanks! Jakub On Tue, Feb 10, 2009 at 12:05 PM, Michael Dickens wrote: > Hi Jakob - Good to hear you got GNU Radio running on your OSX install. All > of

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
Michael, thank you for help! It turned out that I had set the DYLD_LIBRARY_PATH for my Matlab, so that I could interface it with Java. Also, the PKG_CONFIG_PATH hadn't been set at all. After removing the DYLD_LIBRARY_PATH and setting the PKG_CONFIG_PATH I managed to compile 3.1 release from svn. I

[Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-09 Thread Jakub Moskal
Hello.. After installing all necessary libraries using MacPorts and following instructions from Jon Jacky (http://staff.washington.edu/jon/gr-osx/gr-osx.html), the make check fails on my MacBook Pro.. Ignoring that and issuing 'make install' leads to the same error when trying to import gnuradio i

[Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-09 Thread Jakub Moskal
Hello.. After installing all necessary libraries using MacPorts and following instructions from Jon Jacky (http://staff.washington.edu/jon/gr-osx/gr-osx.html), the make check fails on my MacBook Pro.. Ignoring that and issuing 'make install' leads to the same error when trying to import gnuradio i