Re: [Discuss-gnuradio] TX/RX with USRPN200 and GNURadio

2014-10-20 Thread Martin Braun
> I have Ubuntu 12.04 in this PC > http://www.amazon.com/HP-FF825AV-Workstation-2-8GHz-nVidia/dp/B00B90WIGE > (Quad Core and 12GB RAM). > With the scheme with loop I have: > > Generating: "/home/caruiz_ext/Escritorio/generadoresGNU/top_block.py" > > Generating: "/home/caruiz_ext/Escritorio/genera

Re: [Discuss-gnuradio] Works with GR 3.6, breaks with 3.7

2014-10-20 Thread Martin Braun
On 10/18/2014 05:57 PM, Luke Berndt wrote: > The Band Edge FLL works great for me too, on 3.6. Does anyone know if > there were changes to it or surrounding blocks in 3.7 that would make it > stop working? None of the DSP was changed, if it worked before it should(TM) still work. The reason we say

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Martin Braun
Daniele, this is interesting. However, I'm not 100% clear about the implications this would have (i.e. which changes are necessary). Is it just the build flag, and then of course the accompanying limitations listed in the manual (those would not be a problem, as far as I can tell)? One thing I ca

Re: [Discuss-gnuradio] Looking for 802.11 MAC & PHY Package

2014-10-20 Thread Martin Braun
On 10/16/2014 11:50 AM, Vanush Vaswani wrote: > Is it possible to do 11ac on SDR? Vanush, the answer to *any* question of the type "can we do standard X on SDR" is always 'yes'. Are you planning to do this yourself, or are you looking for a finished solution? Also, what's your goals? M > > On

Re: [Discuss-gnuradio] TX/RX with USRPN200 and GNURadio

2014-10-20 Thread Carlos Alberto Ruiz Naranjo
I have this flowgraph: sampleTX is a recorded signal of 5 minutes. ​ 2014-10-20 9:23 GMT+02:00 Martin Braun : > > I have Ubuntu 12.04 in this PC > > http://www.amazon.com/HP-FF825AV-Workstation-2-8GHz-nVidia/dp/B00B90WIGE > > (Quad Core and 12GB RAM). > > With the scheme with loop I have: >

[Discuss-gnuradio] Guided Tutorials - Experience

2014-10-20 Thread Vlad Stoica
Hello, I did 2 of the Guided Tutorials - Programming GNU Radio in Python and C++ and want to tell you about my experiences. First thanks for making this tutorials! They really help me to get a good start with GNU Radio. Tutorial with Python: Since I don t have any programming experience in

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Daniele Nicolodi
Hello Martin, thank you for reviewing this idea. I'm already working on a branch with the required changes. The required changes are the build flag and some adjustment to the SWIG bindings. With builtin object classes there isn't anymore a python wrapper class therefore it is not possible to fidd

[Discuss-gnuradio] Transmitting bursts with GRC by inserting SOB and EOB

2014-10-20 Thread Frederik Wing
Hello, I am trying to implement a burst transmitter using GNU Radio Companion and an USRP N210 with WBX board. My problem is when inserting zeros as "gap" between the bursts the USRP is transmitting a non-neglectable carrier signal (due to DC offset I guess?). So I want to try inserting tx_so

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Martin Braun
On 10/20/2014 11:19 AM, Daniele Nicolodi wrote: > Hello Martin, > > thank you for reviewing this idea. I'm already working on a branch with > the required changes. > > The required changes are the build flag and some adjustment to the SWIG > bindings. With builtin object classes there isn't anymo

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Daniele Nicolodi
On 20/10/14 11:50, Martin Braun wrote: > On 10/20/2014 11:19 AM, Daniele Nicolodi wrote: >> Hello Martin, >> >> thank you for reviewing this idea. I'm already working on a branch with >> the required changes. >> >> The required changes are the build flag and some adjustment to the SWIG >> bindings.

Re: [Discuss-gnuradio] TX/RX with USRPN200 and GNURadio

2014-10-20 Thread Carlos Alberto Ruiz Naranjo
Another question. I have a GPS receiver ( http://u-blox.com/images/downloads/Product_Docs/LEA-NEO-6T_ProductSummary_%28GPS.G6-HW-09020%29.pdf ) with a Osmo board ( http://openbsc.osmocom.org/trac/wiki/osmo-lea6t-gps ) Can I directly connect the USRP (WBX) to the GPS receiver? Can I damage the WBX

Re: [Discuss-gnuradio] Guided Tutorials - Experience

2014-10-20 Thread Martin Braun
Vlad, thanks for going through the guided tutorials, and thanks for your feedback. We'll address those soon and fix the tutorials. As for your solution, I'm not sure. I recommend putting a couple of print statements so you can tell what's going on. cheers, M On 10/20/2014 10:06 AM, Vlad Stoica

Re: [Discuss-gnuradio] Transmitting bursts with GRC by inserting SOB and EOB

2014-10-20 Thread Martin Braun
A couple of comments, maybe this helps you on your tracks: - You're using an ancient UHD version. Is there a reason you can't use a newer one? - In current GNU Radio, you can use 'length tags' to mark bursts, if that's any help. - You'll know if your USRP hasn't acknowledged tx_eob if you see 'U's

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Martin Braun
On 10/20/2014 12:16 PM, Daniele Nicolodi wrote: >> Having to write .i files for everything would be a nuisance, given that >> we mostly got rid of that in 3.7. > > I don't understand what you mean with this. We have .i files for > everything! For out-of-tree modules they are auto-generated by > gr

Re: [Discuss-gnuradio] TX/RX with USRPN200 and GNURadio

2014-10-20 Thread Martin Braun
On 10/20/2014 12:33 PM, Carlos Alberto Ruiz Naranjo wrote: > Another question. > > I have a GPS receiver ( > http://u-blox.com/images/downloads/Product_Docs/LEA-NEO-6T_ProductSummary_%28GPS.G6-HW-09020%29.pdf > ) with a Osmo board ( http://openbsc.osmocom.org/trac/wiki/osmo-lea6t-gps ) > > Can I

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Daniele Nicolodi
On 20/10/14 13:46, Martin Braun wrote: > On 10/20/2014 12:16 PM, Daniele Nicolodi wrote: >>> Having to write .i files for everything would be a nuisance, given that >>> we mostly got rid of that in 3.7. >> >> I don't understand what you mean with this. We have .i files for >> everything! For out-of

Re: [Discuss-gnuradio] Writing a Radio Driver

2014-10-20 Thread Tristan Martin
Harrison, On option is to start with Nutaq's software package for the Zedboard (http://nutaq.com/en/products/zeptosdr). This software package includes GNU Radio sink/source blocks on PC to get your samples from the ADC through your Zynq into your user land on the PC. It also includes those sam

[Discuss-gnuradio] Import block

2014-10-20 Thread Fernando Rodríguez Brizuela
Hi, I am a new user of GNURadio and I am interested in use the Import block, to import the PSK.PY file, according to a tutorial that I am reading. The problem is that file doesn' t exists in the file sytem of my GNURADIO. When I try to paste it (after download the file from the page of GNURadio),

Re: [Discuss-gnuradio] Import block

2014-10-20 Thread Jeff Long
Fernando, Set the PYTHONPATH environment variable to include the location of the file you want to import, then re-run gnuradio-companion (or the generated Python file). In bash: export PYTHONPATH=$PYTHONPATH:/some/other/directory Then you can put 'import psk' in an Import block. - Jeff On

Re: [Discuss-gnuradio] Import block

2014-10-20 Thread Jeff Long
On 10/20/2014 03:42 PM, Jeff Long wrote: Fernando, Set the PYTHONPATH environment variable to include the location of the file you want to import, then re-run gnuradio-companion (or the generated Python file). In bash: export PYTHONPATH=$PYTHONPATH:/some/other/directory Then you can put 'impor

Re: [Discuss-gnuradio] Transmitting bursts with GRC by inserting SOB and EOB

2014-10-20 Thread Frederik Wing
Thank you Martin for your fast response! > - You're using an ancient UHD version. Is there a reason you can't use a > newer one? I am using Ubuntu 14.04 LTS and just pulled GNU Radio and UHD from the packet sources. There is no newer version available. And I don't like to compile myself unless it i

Re: [Discuss-gnuradio] Compiling SWIG python bindings with -builtin option

2014-10-20 Thread Johnathan Corgan
On 10/20/2014 05:06 AM, Daniele Nicolodi wrote: > I'll try to have a branch with my changes ready to review soon, so we > can talk about something more concrete. I just wanted to chime in and say that when you have a branch for review I'll be happy to test it. As Martin mentioned, it would likel

[Discuss-gnuradio] OpenBTS-UMTS

2014-10-20 Thread Mostafa Alizadeh
Hi all, Is there anyone who used OpenBTS-UMTS with USRPs? I want to know is there possible to run this openBTS on USRP with UHD? And if it is, what is the configuration process? Thanks in advance, Mostafa __

Re: [Discuss-gnuradio] OpenBTS-UMTS

2014-10-20 Thread mleech
Have you tried the OpenBTS mailing lists? OpenBTS is *NOT* a Gnu Radio application, although it uses the same hardware as some Gnu Radio apps, it's not a Gnu Radio app itself. On 2014-10-20 15:15, Mostafa Alizadeh wrote: > Hi all, > > Is there anyone who used OpenBTS-UMTS [2] with USR

Re: [Discuss-gnuradio] OpenBTS-UMTS

2014-10-20 Thread Mostafa Alizadeh
No, I didn't try OpenBTS mailing list, but I think this is possible to run the BTS over USRPs with some specific UHD configuration. Thank you for your hint. OpenBTS isn't even a GNURadio app. Did you try it? On Mon, Oct 20, 2014 at 3:17 PM, wrote: > Have you tried the OpenBTS mailing lists?

Re: [Discuss-gnuradio] OpenBTS-UMTS

2014-10-20 Thread Neel Pandeya
Hello Mostafa Alizadeh: OpenBTS and OpenBTS-UMTS do not use the GNU Radio framework at all, and so you don't need to install GNU Radio in order to use them. To use OpenBTS and OpenBTS-UMTS with USRP radios, you will need to install UHD [1], which you should install before installing OpenBTS and O

Re: [Discuss-gnuradio] OpenBTS-UMTS

2014-10-20 Thread Mostafa Alizadeh
I will ask the opentBTS-UMTS mailing list. I hop to find a wag y to run the BTS on a USRP. Best On Oct 20, 2014 11:04 PM, "Neel Pandeya" wrote: > > Hello Mostafa Alizadeh: > > OpenBTS and OpenBTS-UMTS do not use the GNU Radio framework at all, and so you don't need to install GNU Radio in order t

Re: [Discuss-gnuradio] Transmitting bursts with GRC by inserting SOB and EOB

2014-10-20 Thread Marcus Müller
Hello Frederik, On 10/20/2014 05:53 PM, Frederik Wing wrote: Thank you Martin for your fast response! - You're using an ancient UHD version. Is there a reason you can't use a newer one? I am using Ubuntu 14.04 LTS and just pulled GNU Radio and UHD from the packet sources. There is no newer ver

Re: [Discuss-gnuradio] Looking for 802.11 MAC & PHY Package

2014-10-20 Thread Vanush Vaswani
Learn 802.11. hehe. On Mon, Oct 20, 2014 at 6:38 PM, Martin Braun wrote: > On 10/16/2014 11:50 AM, Vanush Vaswani wrote: >> Is it possible to do 11ac on SDR? > > Vanush, > > the answer to *any* question of the type "can we do standard X on SDR" > is always 'yes'. > > Are you planning to do this y