On Tue, Jun 21, 2011 at 10:01 PM, Ben Reynwar wrote:
> On Tue, Jun 21, 2011 at 5:53 PM, Tom Rondeau wrote:
>> On Tue, Jun 21, 2011 at 8:13 PM, Ben Reynwar wrote:
>>>
>>> Hi all,
>>>
>>> I'm having difficulty working out how to import modules when doings
>>> tests, since for the tests the python
Hi Tom It worked finally.After 2-3 link failure messages it got installed.
I saw some posts in the forum that gnuradio.org is down hence thought that
it might be relate to that.
Tom Rondeau wrote:
>
> On Wed, Jun 22, 2011 at 1:58 PM, sumitstop
> wrote:
>
>>
>> I was trying to install GNURadio
Hi Edmar. The problem is solved now with the same lines of code
i.e. .Its installed finally.
git clone http://gnuradio.org/git/gnuradio.git
Actually it was abnormally late as well as gave many warnings of failures.
Also since I saw many posts in the forum these days that gnuradio.org is
dow
On Wed, Jun 22, 2011 at 10:05 PM, Edmar Candeia Gurjao <
ecand...@dee.ufcg.edu.br> wrote:
> Hi Tom,
>
> the right link is git clone git://gnuradio.org/gnuradio
>
> Edmar
Yes, that's what I said before :)
To make it clear here, there are two ways of getting to the repos (also
found at http://gnu
Hi Tom,
the right link is git clone git://gnuradio.org/gnuradio
Edmar
2011/6/22 Tom Rondeau
> On Wed, Jun 22, 2011 at 9:14 PM, Edmar Candeia Gurjao <
> ecand...@dee.ufcg.edu.br> wrote:
>
>> Hi Sumit,
>>
>> I had the same error and I solved it typing git clone
>> http://gnuradio.org/git/gnuradi
On Wed, Jun 22, 2011 at 9:14 PM, Edmar Candeia Gurjao <
ecand...@dee.ufcg.edu.br> wrote:
> Hi Sumit,
>
> I had the same error and I solved it typing git clone
> http://gnuradio.org/git/gnuradio (without .git).
>
Are you sure? That shouldn't work (and doesn't for me).
Tom
> Beyond this, after
Hi Sumit,
I had the same error and I solved it typing git clone
http://gnuradio.org/git/gnuradio (without .git).
Beyond this, after make install I tried to test with typing from gnuradio
import gr in Python console and an error appears, I tried to use grc and I
receive a message asking if PYTHONP
On Wed, Jun 22, 2011 at 2:13 PM, Philip Balister wrote:
>
> Did you rerun configure adding -fPIC to CFLAGS? I ddi get the library to
> build as a shared library.
That worked for me.
Thomas
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
h
On Tue, Jun 14, 2011 at 1:22 PM, wrote:
> Hi,
>
> I have looked at the python examples tagging where a trigger signal is used
> to insert "burst" tags at various stream sample locations. However, what I
> would like to do is add a tag at the first sample of a packet. The tag will
> be called "sen
On Thu, Jun 16, 2011 at 9:52 AM, Martin Braun wrote:
> Hi everyone,
>
> there's new stuff on our CGRAN repositories you might enjoy.
>
> * Channel Coding Toolbox
>
> We've created a new toolbox for channel coding stuff.
> https://www.cgran.org/wiki/chancoding
>
> It includes some simple bit-based
On Wed, Jun 22, 2011 at 12:43 PM, Nick Foster wrote:
> On Thu, 2011-06-23 at 00:03 +0900, Songsong Gee wrote:
> > Hi,
> >
> >
> > I'm trying to calculate BER for my communication system (just FSK and
> > other simple schemes)
> >
> >
> > I use two PCs and two USPRs for a TX and a RX.
> > Altough
On Wed, Jun 22, 2011 at 2:29 PM, Thomas Tsou wrote:
> On Wed, Jun 22, 2011 at 4:25 AM, Tom Rondeau
> wrote:
> > Martin,
> > That was odd. When I clicked on your link, it too me to:
> > http://gnuradio.org/redmine/wiki/gnuradio/
> >
> > That's the old-style Redmine layout. The new one is:
> > htt
On Wed, Jun 22, 2011 at 1:58 PM, sumitstop
wrote:
>
> I was trying to install GNURadio with the following commands
> # Install GNU Radio from git
>
> git clone http://gnuradio.org/git/gnuradio.git
>
> cd gnuradio
> ./bootstrap
> ./configure
> make
>
> after typing this in the terminal it displays
On 06/22/2011 08:06 PM, Morgan Redfield wrote:
Hi everyone,
I built and installed fftw with neon support for my E100 following the
instructions here: http://www.vesperix.com/arm. Now I'm trying to
recompile gnuradio to take advantage of that. Unfortunately, I get an
error when I run make.
Did
yeah it was actually quiet while downloading
thanks
Alexandru Csete wrote:
>
> On Wed, Jun 22, 2011 at 7:58 PM, sumitstop
> wrote:
>
>>
>> I was trying to install GNURadio with the following commands
>> # Install GNU Radio from git
>>
>> git clone http://gnuradio.org/git/gnuradio.git
>>
On Wed, Jun 22, 2011 at 4:25 AM, Tom Rondeau wrote:
> Martin,
> That was odd. When I clicked on your link, it too me to:
> http://gnuradio.org/redmine/wiki/gnuradio/
>
> That's the old-style Redmine layout. The new one is:
> http://gnuradio.org/redmine/projects/gnuradio/wiki
> Which makes more log
On Wed, Jun 22, 2011 at 7:58 PM, sumitstop
wrote:
>
> I was trying to install GNURadio with the following commands
> # Install GNU Radio from git
>
> git clone http://gnuradio.org/git/gnuradio.git
>
> cd gnuradio
> ./bootstrap
> ./configure
> make
>
> after typing this in the terminal it displays
I was trying to install GNURadio with the following commands
# Install GNU Radio from git
git clone http://gnuradio.org/git/gnuradio.git
cd gnuradio
./bootstrap
./configure
make
after typing this in the terminal it displays
Initialized empty Git repository in /home/cogwsn/gnuradio/.git/
and
Hi everyone,
I built and installed fftw with neon support for my E100 following the
instructions here: http://www.vesperix.com/arm. Now I'm trying to
recompile gnuradio to take advantage of that. Unfortunately, I get an
error when I run make.
I'm running configure with the added --enable-shared
Hi,
I was building an 8-channel system using N210s. I got a 10MHz/1PPS OCXO
clock from jackson labs and applied it across all channels. The result is
that all channels got phase-locked but still with a random phase offset
between channel-to-channel. The bad thing is that this phase offset is
rando
On Thu, 2011-06-23 at 00:03 +0900, Songsong Gee wrote:
> Hi,
>
>
> I'm trying to calculate BER for my communication system (just FSK and
> other simple schemes)
>
>
> I use two PCs and two USPRs for a TX and a RX.
> Altough I managed to run flow graphs for TX and RX simultaneously,
> either TX
Hi,
I'm trying to calculate BER for my communication system (just FSK and other
simple schemes)
I use two PCs and two USPRs for a TX and a RX.
Altough I managed to run flow graphs for TX and RX simultaneously,
either TX or RX should start earlier than the other.
It results that RX USRP receives
On Wed, Jun 22, 2011 at 07:25:43AM -0400, Tom Rondeau wrote:
> On Wed, Jun 22, 2011 at 3:20 AM, Martin Braun wrote:
>
> Hi guys,
>
> I now get 404 messages when trying to access gnuradio.org. Is this still
> some caching trouble from my side, or does anyone else see this? It
> wo
On Wed, Jun 22, 2011 at 3:20 AM, Martin Braun wrote:
> Hi guys,
>
> I now get 404 messages when trying to access gnuradio.org. Is this still
> some caching trouble from my side, or does anyone else see this? It
> works if I go through shannon.gnuradio.org (and they should be the
> same... or not?
I searched and read about bt878 and possibly the pcHdtv card being used as a
gnuradio source. Can anyone add or comment as to the status of this ?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss
Hi guys,
I now get 404 messages when trying to access gnuradio.org. Is this still
some caching trouble from my side, or does anyone else see this? It
works if I go through shannon.gnuradio.org (and they should be the
same... or not?).
MB
--
Karlsruhe Institute of Technology (KIT)
Communications
26 matches
Mail list logo