Re: [Discuss-gnuradio] UHD and gr_block_executor error: "source produced no output. We're marking it DONE."

2011-08-03 Thread Ulrika Uppman
Hello, We have been seeing a similar problem when we tried to change a top block by stopping it and then creating a new top block. First it looked like the problem was related to the synchronization of uhd sources, see http://lists.gnu.org/archive/html/discuss-gnuradio/2011-05/msg00441.html (Th

Re: [Discuss-gnuradio] GPS query get_mboard_sensors("gps_locked") fails sometimes

2011-08-03 Thread Bastien Auneau
with gps_time, I also got once UHD Error: get_nmea(): unsupported GPS or no GPS detected UHD Error: get_token: too few token in reply UHD Error: get_token: too few token in reply then it prints out always the same value, which is not the right time After this, I make another run, UHD does

Re: [Discuss-gnuradio] Bandwidth switching per symbol

2011-08-03 Thread bjoernm
Hi, I'm using the UCLA ZIGBEE PHY implementation by Thomas Schmid: Does anyone have an idea, how I could build a connection/communication between the files/functions in the files: - ucla_clock_recovery_ff_mm.cc - ucla_ieee802_15_4_packet_sink.cc such that a variable within clock_recovery is

Re: [Discuss-gnuradio] GPS query get_mboard_sensors("gps_locked") fails sometimes

2011-08-03 Thread Bastien Auneau
Some more details _ when Jackon Labs GPS detected as Generic NMEA GPS device, no need to power cycle USRP to get back to normal. It just happen randomly to be 3 times in a row when I tested it, but it's as random as other problem with gps_time and gps_locked _ when some problem occurs (GPS device d

Re: [Discuss-gnuradio] the program stops unpredictedly

2011-08-03 Thread Minhoo Kim
Tom, Thank you for your help first of all. I actually need the file_source to be replayed, meaning not just repeated over and over, after the frequency is changed. I also have to make sure that the file_source is played just once for each frequency change. Would that still not require a stop? Al

[Discuss-gnuradio] ignoring every second entry in shift register

2011-08-03 Thread bjoernm
Hi, I'm using UCLA ZigBee Phy by thomas schmid: Now i try to ignore every second entry of the variable d_shift_reg in the file ucla_ieee802_15_4_packet_sink.cc. Does anyone have an idea how i could implement something like that? best regards and thank you for any answers, Bjorn _

Re: [Discuss-gnuradio] GPS query get_mboard_sensors("gps_locked") fails sometimes

2011-08-03 Thread Nick Foster
OK. My guess is the timeout requirement for communicating with the Firefly has changed with new firmware, and I'm not waiting long enough between commands. I'll poke at it today. --n On Wed, 2011-08-03 at 15:44 +0200, Bastien Auneau wrote: > Some more details > _ when Jackon Labs GPS detected as

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

2011-08-03 Thread Thomas Tsou
On Tue, Aug 2, 2011 at 7:31 PM, Lin HUANG wrote: > This link is for download. > https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/GetSources > But the username seems not usable. You have to contact the server > administrator to get an account. I couldn't find any contact information for th

Re: [Discuss-gnuradio] N210 XCVR2450

2011-08-03 Thread Josh Blum
On 08/03/2011 12:09 PM, Burak Kelleci wrote: > Hi, > > I have replaced XCVR2450 with LFTX and checked the output using an > oscilloscope. I have applied an AM signal with 100KHz carrier > frequency and 10KHz message signal frequency. I selected the > amplitudes so that total signal amplitude is

Re: [Discuss-gnuradio] N210 XCVR2450

2011-08-03 Thread Nick Foster
On Wed, 2011-08-03 at 22:09 +0300, Burak Kelleci wrote: > Hi, > > I have replaced XCVR2450 with LFTX and checked the output using an > oscilloscope. I have applied an AM signal with 100KHz carrier frequency and > 10KHz message signal frequency. I selected the amplitudes so that total > signal a

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

2011-08-03 Thread Alexander Chemeris
Hi Lin, On Wed, Aug 3, 2011 at 06:31, Lin HUANG wrote: > This link is for download. > https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/GetSources > But the username seems not usable. You have to contact the server > administrator to get an account. Yes, their approach to open-source is s

Re: [Discuss-gnuradio] New build-gnuradio

2011-08-03 Thread Steve Mcmahon
Hello Marcus: Thank you very much for continuing to actively develop this script. It's a terrific contribution to the community. I know, at least for myself, I've used it several times and it's been very helpful. I would like to make a suggestion. Could you give the script knowledge about its

[Discuss-gnuradio] Timestamps USRP N210

2011-08-03 Thread Sebastian Bader
Hello everyone, I am currently working with multiple receivers of USRP N210s. I would like to correlate the received signal of multiple receivers and therefore require them to start sampling at the same time. Is there a good way to implement that? Regarding to that issue I was curious to see samp

Re: [Discuss-gnuradio] New build-gnuradio

2011-08-03 Thread Marcus D. Leech
On 08/03/2011 06:02 PM, Steve Mcmahon wrote: Hello Marcus: Thank you very much for continuing to actively develop this script. It's a terrific contribution to the community. I know, at least for myself, I've used it several times and it's been very helpful. I would like to make a suggestion.

Re: [Discuss-gnuradio] Timestamps USRP N210

2011-08-03 Thread Josh Blum
On 08/03/2011 05:08 PM, Sebastian Bader wrote: > Hello everyone, > > I am currently working with multiple receivers of USRP N210s. I would > like to correlate the received signal of multiple receivers and > therefore require them to start sampling at the same time. Is there a > good way to imple

[Discuss-gnuradio] anyone help me understand usrp fpga code fragment which count rssi

2011-08-03 Thread Page Jack
the code below is in sdr_lib/rssi.v I don't understand especially this line: rssi_int <= #1 rssi_int + abs_adc - rssi_int[25:10]; wire [11:0] abs_adc = adc[11] ? ~adc : adc; reg [25:0] rssi_int; always @(posedge clock) if(reset | ~enable) rssi_int <= #1 26'd0; else

[Discuss-gnuradio] error related to -ImportError: and swig_import_helper()

2011-08-03 Thread patiljagdish154
hi all , i have write comedi block while running program i am getting error Traceback (most recent call last): File "/home/jagdish/top_block.py", line 13, in import comedi File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40, in from comedi_swig import * File "

[Discuss-gnuradio] error related to -ImportError: and swig_import_helper()

2011-08-03 Thread patiljagdish154
hi all , i have write comedi block while running program i am getting error Traceback (most recent call last): File "/home/jagdish/top_block.py", line 13, in import comedi File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40, in from comedi_swig import * File "

Re: [Discuss-gnuradio] anyone help me understand usrp fpga code fragment which count rssi

2011-08-03 Thread Colby Boyer
On Wed, Aug 3, 2011 at 6:30 PM, Page Jack wrote: > the code below is in sdr_lib/rssi.v I don't understand especially this > line: rssi_int <= #1 rssi_int + abs_adc - rssi_int[25:10]; > > wire [11:0] abs_adc = adc[11] ? ~adc : adc; > >reg [25:0] rssi_int; >always @(posedge clock) >