Re: [Discuss-gnuradio] UHD accessing metadata

2010-05-06 Thread Per Zetterberg
Josh, Could you make example application for transmission as well. I think it would help greatly. BR/ Per Quoting Josh Blum : gnuradio does not offer any kind of sample decoration. So, the metadata is present in the simple uhd source block, and dropped on its way out of the block. You wo

Re: [Discuss-gnuradio] How to set up MP-Benchmark Test PowerPC Processors (using Altivec)

2010-05-06 Thread Marcus D. Leech
On 05/06/2010 11:01 PM, Eric Blossom wrote: > > The cgran version shows the speedup pretty well, but you need to be > using big FFTs to see the win, where big >= 4096 points. > > I laugh heartily at your puny FFTs of only 4096 points :-) I regularly do FFTs with 1Hz resolution over bandwidths o

Re: [Discuss-gnuradio] How to set up MP-Benchmark Test PowerPC Processors (using Altivec)

2010-05-06 Thread Eric Blossom
On Wed, May 05, 2010 at 06:50:36PM +0200, matty wrote: > Is it generally possible to use qa_fft.py or the CGRAN gcellized FFT as > offloaded portion, > because i want to analyse the benefits of the SPEs on some GNU Radio code. > Therefore a benchmark result like this ( > http://gnuradio.org/redmine

Re: [Discuss-gnuradio] FITS File storage and reading

2010-05-06 Thread Mir M. Ali
I would just store the data using gr.file_sink and format it accordingly by writing a routine. But if you want to build a block that stores the data in the format you require then you can build a block yourself and add it to the grc. To add it to grc you can look at this page, http://gnuradio.org/

Re: [Discuss-gnuradio] USRP2 + WBX

2010-05-06 Thread Jason Abele
On Thu, May 06, 2010 at 06:12:33PM -0500, Evan Chen wrote: > Hello everyone, > > I just got the USRP2+WBX recently. And I used the famous "usrp2_fft.py" as a > starting point. > > The problem I met is that the curve plotted by the usrp2_fft.py seemed to be > abnormal. Sometimes, the amplitude of

Re: [Discuss-gnuradio] WBX usage

2010-05-06 Thread Jason Abele
On Thu, May 06, 2010 at 08:23:49PM +0200, Gaetano Mendola wrote: > On Thu, May 6, 2010 at 8:15 PM, Josh Blum wrote: > > On 05/06/2010 07:17 AM, Gaetano Mendola wrote: > >> > >> Hi all, > >> in order to use the new WBX daughterboards, do I have to get the new > >> libusrp2 from git ? > >> > > > > T

Re: [Discuss-gnuradio] USRP2 + WBX

2010-05-06 Thread Josh Blum
You probably need to load the SD card with the txrx_wbx.bin firmware: http://gnuradio.org/releases/usrp2-bin/trunk/ -Josh On 05/06/2010 04:12 PM, Evan Chen wrote: Hello everyone, I just got the USRP2+WBX recently. And I used the famous "usrp2_fft.py" as a starting point. The problem I met is

[Discuss-gnuradio] USRP2 + WBX

2010-05-06 Thread Evan Chen
Hello everyone, I just got the USRP2+WBX recently. And I used the famous "usrp2_fft.py" as a starting point. The problem I met is that the curve plotted by the usrp2_fft.py seemed to be abnormal. Sometimes, the amplitude of the curve was around -150 dB, and sometimes it went below -400 dB. An an

Re: [Discuss-gnuradio] audio_portaudio_source error during building gnuradio

2010-05-06 Thread Josh Blum
I know that some UHD functionality requires at least boost-1.38, but I'm not sure about the trunk in the current state. theres a minimum of boost 3.6 for the uhd FWIW -Josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gn

Re: [Discuss-gnuradio] audio_portaudio_source error during building gnuradio

2010-05-06 Thread Mattias Kjellsson
The version I downloaded is Configured GNU Radio release 3.3git-740-ge445 for build I have installed 3.3git-720 successfully without any error. Anyone can tell me that where and how can I download 3.3git-720? thank you regards, han What version of boots are you using, and have the c

Re: [Discuss-gnuradio] UHD accessing metadata

2010-05-06 Thread Josh Blum
gnuradio does not offer any kind of sample decoration. So, the metadata is present in the simple uhd source block, and dropped on its way out of the block. You would need to make some kind of c++ app in gnuradio or maybe standalone to deal with the metatdata. I dont know another way. Also, t

[Discuss-gnuradio] UHD accessing metadata

2010-05-06 Thread Criss Swaim
I have been working with the uhd version of gnuradio and have attached a gps unit to the usrp2 to set the pps. So far, I have not figured out how to extract the time (secs and nsecs) metadata for a signal sample. This is mostly due to my limited C++ coding skills. Has anyone successfully extract

Re: [Discuss-gnuradio] WBX usage

2010-05-06 Thread Josh Blum
I'm planning to buy a WBX this week - how about the support for USRP1 (I have one w/ serial number> 500), is it in the gnuradio current git? How about the next gnuradio release w/ the wbx support? WBX support for the USRP1 can be found in the current gnuradio git master. Other thing - will

Re: [Discuss-gnuradio] WBX usage

2010-05-06 Thread Rafael Diniz
Hi people, > On 05/06/2010 07:17 AM, Gaetano Mendola wrote: >> Hi all, >> in order to use the new WBX daughterboards, do I have to get the new >> libusrp2 from git ? >> > > To actually answer your question, if you dont want to experiment with > the uhd drivers. You will need to checkout the git ma

Re: [Discuss-gnuradio] audio_portaudio_source error during building gnuradio

2010-05-06 Thread jamhan
The version I downloaded is Configured GNU Radio release 3.3git-740-ge445 for build I have installed 3.3git-720 successfully without any error. Anyone can tell me that where and how can I download 3.3git-720? thank you regards, han -- View this message in context: http://old.nabble.co

Re: [Discuss-gnuradio] WBX usage

2010-05-06 Thread Gaetano Mendola
On Thu, May 6, 2010 at 8:15 PM, Josh Blum wrote: > On 05/06/2010 07:17 AM, Gaetano Mendola wrote: >> >> Hi all, >> in order to use the new WBX daughterboards, do I have to get the new >> libusrp2 from git ? >> > > To actually answer your question, if you dont want to experiment with the > uhd driv

[Discuss-gnuradio] audio_portaudio_source error during building gnuradio

2010-05-06 Thread jamhan
Hi, all My system is Ubuntu 9.04. I use git and install gnuradio from source. After install all the package, I run $ ./bootstrap $ ./configure $ make However, there is error happens audio_portaudio_source.cc:91: error: no matching function for call to ‘boost::unique_lock::unique_lock()’

Re: [Discuss-gnuradio] WBX usage

2010-05-06 Thread Josh Blum
I was going to make a more formal announcement, but here it goes: I pushed WBX support to the UHD master just now. Instructions here: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki For those of you using the gnuradio gr-uhd component, i recommend rebuilding gr-uhd after buildi

Re: [Discuss-gnuradio] Valve Problem

2010-05-06 Thread Josh Blum
When in the open state, the valve is internally 2 blocks. A null sink, and a null source + head(0) The valve will "eat" all incoming samples without back-pressure. If you have no throttling, the means 100% CPU utilization. I would put a throttle before the valve block. -JOsh On 05/06/2010 01:

[Discuss-gnuradio] WBX usage

2010-05-06 Thread Gaetano Mendola
Hi all, in order to use the new WBX daughterboards, do I have to get the new libusrp2 from git ? Regards Gaetano Mendola -- cpp-today.blogspot.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discus

[Discuss-gnuradio] a problem about the scope_sink in GRC

2010-05-06 Thread intermilan
hello all: I am a newer to the Gnuradio. And recently I use USRP and GRC to make some examples. But I have a problem about the scope_sink in the GRC. there are some block which I used in my graph: signal_source->packet_encoder->Gmsk_mod->USRP_sink

Re: [Discuss-gnuradio] reprogram the CPLD of USPR2

2010-05-06 Thread Matt Ettus
On 05/02/2010 01:54 PM, jimmy nu wrote: Dear Matt, Thanks a lot for your reply. I have Xilinx 10.1 installed (ISE, chipscope...). I also have a Xilinx USB platform cable 2 which is connected to both USRP2 and my PC. So can you help to identify the programming process: 1. I modify boot_cpld.v a

Re: [Discuss-gnuradio] New trunk incompatible with old USRPs?

2010-05-06 Thread Eric Blossom
On Tue, May 04, 2010 at 01:57:14AM +0200, Vincenzo Pellegrini wrote: > Hi everybody, > I have notice an oddity with recent trunks.. since I updated a couple of > months ago, my USRP (#541) is not working any more with the current trunk. > When I try to send out an 8MHz band, samples get consumed by

[Discuss-gnuradio] question, get the receive signal strength

2010-05-06 Thread Li Mei-Wen
Hi: How can I get the receive signal strength (db) from usrp_wfm_rcv.py or benchmark_rx.py. Or have other way can do? Thanks in advance. Mei-Wen Li (Emily) National Cheng-Kung University Dept. of Computer Science and Information Engineering emily7...@hotmail.com

[Discuss-gnuradio] Valve Problem

2010-05-06 Thread Umair Naeem
I am trying to control my flow graph using a valve block. I have "Probe Avg Mag^2" and "Number Sink" blocks after the "valve". I want to control this valve with a "Variable Chooser" block. I put the ID od variable chooser block in the "open" field of the valve so that if the variable chooser va