Hi,
I tried these and it fixed the problem.
ln -s /usr/bin/sdcc-asx8051 /usr/bin/asx8051
ln -s /usr/bin/sdcc-aslink /usr/bin/aslink
Earlier I had tried exporting /usr/libexec/sdcc to PATH, but that didn't fix it.
Thanks,
Arya
On Wed, Nov 10, 2010 at 7:24 PM, Eric Blossom wrote:
> On Wed, Nov
On Wed, Nov 10, 2010 at 07:13:17PM -0800, Arya Santini wrote:
> Hi List,
>
> I'm trying to build GNU Radio from source, and when I run ./configure,
> I see USRP is not going to be built under the heading : "The following
> components were skipped either because you asked not to build them or
> the
On 11/10/2010 07:13 PM, Arya Santini wrote:
Hi List,
I'm trying to build GNU Radio from source, and when I run ./configure,
I see USRP is not going to be built under the heading : "The following
components were skipped either because you asked not to build them or
they didn't pass configuratio
Hi List,
I'm trying to build GNU Radio from source, and when I run ./configure,
I see USRP is not going to be built under the heading : "The following
components were skipped either because you asked not to build them or
they didn't pass configuration checks:"
gcell
usrp
gr-usrp
gr-gcell
gr-audio
Hi, all,
I write a DBPSK modulation/demodulation program in GNU and python. But the main
frame cannot compile correctly. Can you help me to check it? Thanks.
from gnuradio import gr
from gnuradio import audio
from array import array # Array
import wx
import os # Operatin
A possible explanation for 1) is the following:
Your flowgraph is so simple that essentially
in the 1st case the source/sink blocks are blocking most of the time
(after having produced their data), while the resampler is using 100% of
the one of the cores?
This however does not explain the beh
Thanks Josh! Problem solved after I adjust the bit rate.
One more question, what is the maximum bit rate in USRP1? Also, what is the
default sampling rate in benchmark_tx.py and benchmark_rx.py?
Based on Nyquist theorem, the sampling rate should be at least twice of the
baseband bandwidth, is the
Hello, dear GNU-Radio community,
Some last weeks I am coping with how to run and reconfigure gr.top_block
on the fly, didn't manage, so I thought, maybe someone out there could
give me some hint.
I am writing an application which is expected to send different test
signal through USRP2 - to te
Hello:
I am trying to sync up the clocks on two USRP2 boards. How do I use the
external reference clock "REF CLOCK" input on the USRP2 board? What does this
input take? My understanding is that it takes a 10 MHz sine wave, 1 volt
peak-to-peak.
And how do I enable this input? Do I need to set a
Hello,
I recently downloaded and installed gnuradio 3.3 and all of the
dependencies listed on
http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall. I then
uninstalled 3.3 and reverted to 3.2.2 and now I can't import wx.
I have fedora 11. Somebody on an Ubuntu forum fixed it by installing
On Wed, Nov 10, 2010 at 11:51:26AM -0500, George S. Williams wrote:
> Hello,
>
> Is it possible to take input from both the right and left input
> channels of a sound card?
>
> And, can they both be processed in the same flowgraph?
>
> I've spent some time with Google this morning and haven't fo
Hello,
Is it possible to take input from both the right and left input channels
of a sound card?
And, can they both be processed in the same flowgraph?
I've spent some time with Google this morning and haven't found an answer.
Thanks in advance,
George
___
Thank you so much for your reply, Steven. I tried to use gr.message_source to push the new data into the msg_queue? As my understanding, the msg_queue push new data by using msg_queue.insert_tail(gr_message_sptr msg. The new data pushed into the msg_queue need to be the type of gr_message_sptr. How
From: tianxia...@hotmail.com
To: thilo.moeni...@googlemail.com
Subject: RE: [Discuss-gnuradio] question on howto write a new block
Date: Wed, 10 Nov 2010 16:50:53 +0800
Thank you all for the reply.
Now I try to install the gnuradio-3.3.0,and then I will try it the way Martins
told me.
14 matches
Mail list logo