[Discuss-gnuradio] VRT-branch bug?

2010-03-26 Thread Per Zetterberg
Dear UHD developers and all, I hope you don't stop reading this because it's about the obsolete VRT-branch. It may apply to UHD as well. Everything I have tried with the VRT-branch has worked until today. This is nice because I have been looking for the transmit at time t functionality for

[Discuss-gnuradio] Burg spectral estimation

2010-03-26 Thread Martin Braun
Hi, we've done some work to our 'Spectral Estimation Toolbox' and added Burg's algorithm for spectral estimation. It's all on CGRAN, see https://www.cgran.org/wiki/SpecEst Things aren't 100% perfect, probably due to the high number of multiplications numerical accuracy is sometimes a bit off

Re: [Discuss-gnuradio] VRT-branch bug?

2010-03-26 Thread Per Zetterberg
The problem seems to be solved. I need to set the header to: hdr.header = VRTH_PT_IF_DATA_NO_SID | VRTH_START_OF_BURST | VRTH_TSI_OTHER | VRTH_TSF_REAL_TIME_PS; where TSI seems to mean time stamp seconds and TSF mean time stamp fractional seconds. The unit is in tics of the 100MHz

[Discuss-gnuradio] error running usrp_rx_cfile.py

2010-03-26 Thread Lebowski80
Hello everyone, I'm trying to capture a signal with the USRP board and save it into a file using the script usrp_rx_cfile.py. When I try to run the script I get the following error: File ./usrp_rx_cfile.py, line 16, in module class my_graph(gr.flow_graph): AttributeError: 'module' object

Re: [Discuss-gnuradio] Burg spectral estimation

2010-03-26 Thread Matt Ettus
On 03/26/2010 07:05 AM, Martin Braun wrote: Hi, we've done some work to our 'Spectral Estimation Toolbox' and added Burg's algorithm for spectral estimation. It's all on CGRAN, see https://www.cgran.org/wiki/SpecEst Things aren't 100% perfect, probably due to the high number of multiplications

[Discuss-gnuradio] Question about hier block

2010-03-26 Thread Axel Belliard
Hi I'm trying to make a very simple hier block. ( see the code below). When I execute my top block i get no error, but the data seems to never enter the hier block ( the print-line prints : ()). What am I doing wrong? my hier block# from gnuradio import gr class

[Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-26 Thread Mike Benonis
I hate to post yet another install issues thread, but I'm stuck for the moment here. During make, I get the following error: make[5]: Entering directory `/home/shared/gnuradio/gnuradio-core/src/lib' /bin/bash ../../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Woverloaded-virtual

Re: [Discuss-gnuradio] Questions about WBX daugtherboard

2010-03-26 Thread Damien S.
Thanks John and Matt for your answers. Indeed Matt, in my band of interest there is DTV signals since I'm trying to record them !! :). Unfortunately, i can't put the enclosure because the SMA connector is to big to close the box. Indeed the MCX to SMA bulkhead connector wasn't in my package

Re: [Discuss-gnuradio] Burg spectral estimation

2010-03-26 Thread Brian Padalino
On Fri, Mar 26, 2010 at 10:05 AM, Martin Braun martin.br...@kit.edu wrote: Hi, we've done some work to our 'Spectral Estimation Toolbox' and added Burg's algorithm for spectral estimation. It's all on CGRAN, see https://www.cgran.org/wiki/SpecEst Things aren't 100% perfect, probably due to

Re: [Discuss-gnuradio] Finding the USRP2's CPLD source code

2010-03-26 Thread Matt Ettus
On 03/25/2010 04:20 AM, G Wildebeest wrote: Hi all, I'm poking around the USRP2's CPLD, the XC9572, mainly just to understand exactly how the U2 boots, and so looking for the Verilog source code that goes into the CPLD. I find usrp2/fpga/boot_cpld/boot_cpld.v, but this file has a comment that

Re: [Discuss-gnuradio] Questions about WBX daugtherboard

2010-03-26 Thread Matt Ettus
On 03/26/2010 09:44 AM, Damien S. wrote: Thanks John and Matt for your answers. Indeed Matt, in my band of interest there is DTV signals since I'm trying to record them !! :). Unfortunately, i can't put the enclosure because the SMA connector is to big to close the box. Indeed the MCX to SMA

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-26 Thread Eric Blossom
On Fri, Mar 26, 2010 at 12:39:30PM -0400, Mike Benonis wrote: I hate to post yet another install issues thread, but I'm stuck for the moment here. During make, I get the following error: make[5]: Entering directory `/home/shared/gnuradio/gnuradio-core/src/lib' /bin/bash ../../../libtool

Re: [Discuss-gnuradio] Question about hier block

2010-03-26 Thread Eric Blossom
On Fri, Mar 26, 2010 at 05:23:34PM +0100, Axel Belliard wrote: Hi I'm trying to make a very simple hier block. ( see the code below). When I execute my top block i get no error, but the data seems to never enter the hier block ( the print-line prints : ()). What am I doing wrong? You're

Re: [Discuss-gnuradio] Burg spectral estimation

2010-03-26 Thread Jens Elsner
Hi Brian, we've done some work to our 'Spectral Estimation Toolbox' and added Burg's algorithm for spectral estimation. It's all on CGRAN, see https://www.cgran.org/wiki/SpecEst This is good stuff; thanks for sharing! If you don't mind, I am curious of your experience of the Burg versus

[Discuss-gnuradio] USRP2 transmit to USRP1 issue

2010-03-26 Thread Phillip Walsh
The question: Has anyone gotten benchmark_tx.py (or tunnel.py) to work from USRP2 to USRP1? I have built a fairly in-depth CSMA/CA MAC on top of the simple carrier sensing in 'tunnel.py' to test the performance in some protocol variations. My setup works great with the USRP1s which I designed

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-26 Thread Mike Benonis
On 26-Mar-10 17:07, Eric Blossom wrote: It may be that you have boost installed in more than one place. Try using: $ ./configure --with-boost=/opt/boost_1_42_0 ... $ make make check sudo make install Eric I've done ./configure and specified the boost location as you suggested,

Re: [Discuss-gnuradio] Burg spectral estimation

2010-03-26 Thread Robert McGwier
Jens: Have you considered and rejected Pisarenko estimtion techniques or just not tried them yet? Thank you for your efforts Bob On Fri, Mar 26, 2010 at 6:58 PM, Jens Elsner jpels...@1c3.de wrote: Hi Brian, we've done some work to our 'Spectral Estimation Toolbox' and added Burg's