I replaced my WBX boards with rev 3 and it looks like its working now.
However, I would still like to be able to run the calibration routines on
the rev 2 versions. Are you guys going to support this?
- Jan
sirjanselot wrote:
>
> My UHD version is UHD_003.004.000-325-g7e296167
>
&
gt; I used the cal routines on my USRP2+WBX
> just this past weekeend and they worked just fine. So perhaps you have
> the transiently-broken version of UHD.
>
> Perhaps Josh can comment--I
> don't have the GIT tags of the broken instance at my fingertips right
> now.
>
&
.X.Y" and for your USRP1 it would be "type=usrp1"
>
>
> Otherwise, it just grabs the first USRP device it finds.
>
> On Mon, 19
> Mar 2012 07:47:03 -0700 (PDT), sirjanselot wrote:
>
>> Hello,
>>
>> I was
> running the calibration routines
Hello,
I was running the calibration routines for 3 USRP N210s and one 1 USRP
radio. I had them all connected at once to my computer and all of a sudden
it says Error: RX dboard has empty serial!
How do I know which board has an empty serial and how do I fix this?
Does the calibration routines
Hello I am trying to synchronize two USRPs together using the MIMO cable.
I tried to set the clock and time source to the MIMO cable and it says that
this feature is not available in this version.
Is this true or am I missing something?
How do this?
-- Opening a USRP2/N-Series device...
Trac
Hello,
I have a question in bit truncation.
Say I have a 14-bit FM waveform, digitized. Underneath that signal
assuming they are both in the same frequency, there is another signal say
an AM signal. The difference between the two is about 40 dB. Is there way
such that I can remove the AM sig
Hello,
How can I uninstall UHD drivers? I would like to upgrade to the new ones
that were recently released.
I tried to make uninstall but that doesn't work.
- Jan
--
View this message in context:
http://old.nabble.com/Uninstalling-UHD-tp32570056p32570056.html
Sent from the GnuRadio mailing
difference in power between the high-powered signal and the low-power. But
now if I think about it no matter what I will be limited to my Dynamic
Range.
Marcus D. Leech wrote:
>
> On 01/13/2011 10:33 AM, Euripedes Rocha Filho wrote:
>> Why not just buy a USRP + WBX?
>>
>&g
Hello,
I am looking to buy an Altera DSP FPGA Kit (DSP Development Kit, Stratix III
Edition) for school research but I'm not sure how i am going to build an
RF-Front End for it. I am looking to receive signals up to +30 dBm from 30
MHz - 2 GHz with bandwidths up to 50 MHz.
This kit comes with
scheduler handle them. GNU Radio uses
> Intel's TBB already, so if you feel for some reason that your particular
> block(s) need more parallelization, then that's probably the best way to
> go.
>
> My US$0.02, for what it's worth. - MLD
>
> On Jan 10, 2011, at
Hello All,
I've been writing my own signal processing blocks and I noticed that
gnuradio only uses one of my cores.
I'm not sure if it is using just one core for my blocks or for all
processing.
Is gnuradio written to take advantage of multicore processing?
I have been writing my blocks in ge
I did, but it still picks the old version.
I also noticed it picks an version of python, instead of the one I manually
installed.
Is it possible that it picks the version that it first sees?
Eric Blossom wrote:
>
> On Fri, Nov 05, 2010 at 11:14:53AM -0700, sirjanselot wrote:
>&g
sirjanselot wrote:
>
> I did, but it still picks the old version.
>
> I also noticed it picks an older version of python, instead of the one I
> manually installed.
>
> Is it possible that it picks the version that it first sees?
>
> Eric Blossom wrote:
>&g
Hello,
I have two SWIG versions in my machine. I am using Centos 5.5. One is
installed using repositories and the other is installed using source. Since
Centos doesn't update their repositories on a regular basis, I had to
install a more advanced version of SWIG manually.
When I try the ./con
Hello,
Is there a way to decrease the A/D quantization error for low input signals?
I've been sending -50dBm to about -70 dBm sine waves to my USRP 1 radio and
the quantization noise is there.
Is there a way for me to reduce it effectively?
Thanks.
--
View this message in context:
http://ol
Yes with 40 dB attenuation.
Somehow I didn't see your post.
Marcus D. Leech wrote:
>
> On 10/06/2010 11:41 AM, sirjanselot wrote:
>> I meant TXA to RXB.
>>
>> sirjanselot wrote:
>>
>>> Thank you for your response.
>>>
>>&
tput of gr-sounder.py, but that
is what the debugger told me.
Any thoughts on this or comments?
Also can someone please show me how to open the file output of gr-sounder.py
using python?
Thanks!
- Jan
Martin Braun-4 wrote:
>
> On Tue, Oct 05, 2010 at 11:43:53AM -0700, sirjanselot
I meant TXA to RXB.
sirjanselot wrote:
>
> Thank you for your response.
>
> I've tried gr sounder but from the looks of it, it is only accurate when
> you use the LFRX/TX or the RFX boards.
>
> I have a WBX transciever and when I tried it on my first sh
5, 2010 at 11:43:53AM -0700, sirjanselot wrote:
>> Hello,
>>
>> I'm trying to figure out how to measure the impulse response of a channel
>> its coefficients.
>
> Hello sirjanselot,
>
> the channel sounder which is part of GNU Radio works, but has no
Hello,
I'm trying to figure out how to measure the impulse response of a channel
its coefficients.
If you have any information on how to do that, please let me know.
Thank you.
- Jan
--
View this message in context:
http://old.nabble.com/How-do-you-measure-the-channel-impulse-response--tp2
.
I did fix it. I put self.result_data = self.dst.data() in the print_data
method and made the necessary changes and it worked.
Josh Blum-2 wrote:
>
>
>
> On 09/22/2010 12:01 PM, sirjanselot wrote:
>>
>> Hello,
>>
>> I tried to print what data gr_vector
Hello,
I tried to print what data gr_vector_sink_f contains in the following code:
#!/usr/bin/env python
import howto
from gnuradio import gr, gru
from gnuradio.gr import firdes
from optparse import OptionParser
from gnuradio import blks2
class howto_square (gr.top_block):
def __init__
Yup this works.
That was pretty confusing.
Jan
Josh Blum-2 wrote:
>
> we had to rename the executable for some reason
>
> try to run gnuradio-companion
>
> -Josh
>
> On 08/04/2010 12:51 PM, sirjanselot wrote:
>>
>> Hey Guys,
>>
>> I go
Hey Guys,
I got this error when I tried to run grc:
jaco...@godfather-desktop:~/gnuradio-3.3.0$ grc
The program 'grc' can be found in the following packages:
* gnuradio-companion
* grc
Try: sudo apt-get install
However, when I ran ./configure it states that it will make grc. I don't
know ho
Hey guys,
Has anyone ever tried to make an active canceller using the USRP radios?
Basically what I would like to do is use the USRP radio to receive two
channels, one which has the noise and the other has the same noise + a
signal of interest. The goal is to use an algorithm that finds the
coe
25 matches
Mail list logo