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
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
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
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
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
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
_
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
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
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
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
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
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
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
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.
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
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
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 "
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 "
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)
>
19 matches
Mail list logo