Hi,
I would like to run the example from the GNURadio adaptation for Zynq (
http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq), but I am not able
to run it, it gives me a coredump.
I managed to create the bootable card, at least I think so as the example
does not work.
What I did:
ze
On Oct 27, 2014 6:36 PM, "Jeff Long" wrote:
>
> On 10/27/2014 04:40 PM, Andy Walls wrote:
>>
>> On Thu, 2014-07-31 at 12:01 -0400, discuss-gnuradio-requ...@gnu.org
>> wrote:
>>
>>> Message: 5
>>> Date: Wed, 30 Jul 2014 18:42:14 +0200
>>> From: Daniele Nicolodi
>>> To: GNURadio
>>> Subject: [Disc
On 10/27/2014 08:55 PM, Will Lunden wrote:
> Dear Martin,
>
> Thanks for clearing that up for me. The problem is, I have inherited
> a variety of python programs which all want to call usrper. Is there
> no currently supported command that works in a similar way?
What tasks do you need from usrpe
On 10/28/2014 12:58 AM, Daniele Nicolodi wrote:
> This is to inform you that I'm giving up trying to transition the swig
> bindings to generate builtin classes. I may revisit this decision if
> I'll get encouraging answers from swig developers on the swig mailing
> lists, but I believe this is very
On 28/10/14 11:54, Martin Braun wrote:
> On 10/28/2014 12:58 AM, Daniele Nicolodi wrote:
>> This is to inform you that I'm giving up trying to transition the swig
>> bindings to generate builtin classes. I may revisit this decision if
>> I'll get encouraging answers from swig developers on the swig
From:
Jeff Long
Subject:
Re: [Discuss-gnuradio] Filter in
rational resampler
Date:
Tue, 28 Oct 2014 04:31:30 -0400
> On Oct 27, 2014 6:36 PM, "Jeff Long" wrote:
> >
> > On 10/27/2014 04:40 PM, Andy Walls wrote:
> >>
> >> On Thu, 2014-07-31 at 12:01 -0400, address@hidden
> >> wrote:
> >>
> >>>
On 10/28/2014 07:47 AM, Andy Walls wrote:
From:
Jeff Long
Subject:
Re: [Discuss-gnuradio] Filter in
rational resampler
Date:
Tue, 28 Oct 2014 04:31:30 -0400
On Oct 27, 2014 6:36 PM, "Jeff Long" wrote:
On 10/27/2014 04:40 PM, Andy Walls wrote:
On Thu, 2014-07-31 at 12:01 -0400, address@hid
Hello lists,
at this point, we are releasing our UHD version 3.8.0. There were some
minor changes since the release candidate, but mainly regarding
documentation, the Boost version and minor build fixes to make sure UHD
works on all platforms.
You can get this release by either pulling master bra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 28.10.2014 14:47, Andy Walls wrote:
> Right, or something similar. Basically design_filter() should
> design the narrower of the required anti-image postfilter or
> anti-alias prefilter.
>
> Section 12.6 on page 691 of this book has a nice expl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 23.10.2014 01:39, Lev Serebryakov wrote:
> (1) Why rational resampler doesn't take decimation in account when
> calculates bandwidth? It design filter which will correctly reject
> all images in upsample, but looks like aliasing is possibly when
I know we have been talking over email, but I wanted to post this for
everyone to see.
The Zynq build wiki has gotten a little out of date and over the next few
weeks I'll be updating it to fix various issues that have been brought up.
As well, there has been a lot great work on the Open Embedded
Doug,
that commit is in master. Note that it's old, and committed *before* the
3.7 API change, so the changes are moved to the corresponding new block
in gr-blocks.
M
On 10/28/2014 06:54 PM, Anderson, Douglas J. wrote:
> Hi all,
>
> I was looking into the possibility of adding a reset ability (
Taking a quick look at a branch of that hash tag, the Reset function simply
sets d_nitems = 0. There are 4 helper functions within the Skip Head block
of old that are not in the current one; namely setting the number of items
to skip, checking how many items are to be skipped, checking how many it
Hi all,
I was looking into the possibility of adding a reset ability (ala the head
block) to skiphead.
In my search to find out if it had already been done, I came up with this
commit message:
commit 9aabbe0601919c9fecd46e4e418e5c94183fca45
Author: Tom Rondeau
Date: Thu Jul 5 22:01:45 2012
Hi Folks,
A quick question on CPU affinity when using hier blocks. I can set the
affinity in each of the blocks that makes up the heir block, but I can
also set it once I instantiate my hier block in my main flowgraph.
Anyone know the behaviour in this case ? If I leave all the blocks
within the
Hey there! i'm working on a proyect of comunications and i need to get my
serial data stream into gnuradio companion, so i'm looking for a block (2
actually) that can make this work, i tried to install pyserial and
gr-pyserial but repository is down, so i'm looking for alternatives, that
make me sk
I can look into my repos. Those blocks were meant for a customer who
specifically had to interact with a GR app through serial, due to legacy
interfaces/software. This allow them the interface to a GNU Radio app
through virtual serial connections (ie. SOCAT), just as if they were
connected to an
Also, I just checked. The repo works fine through https but not ssh...
:shrugs:
On Tue, Oct 28, 2014 at 11:41 AM, John Malsbury <
jmalsbury.perso...@gmail.com> wrote:
> I can look into my repos. Those blocks were meant for a customer who
> specifically had to interact with a GR app through ser
Hi list.
I am trying to write a hierarchical block in c++ in an OOT module.
I create the block with the gr_modtool and try to make a very simple
hier block. The only relevant changes to the template are:
in the ...impl.cc:
#include
...
testhier::make()... unchanged
...
gr::blocks::copy::sptr
Thanks for this, your git-fu is much stronger than mine!
I wonder why the mutator func for d_nitems didn't make it into the current
version. At least for me, it's really useful to have.
Anyway, looks like it won't be too bad to graft in. Thanks again.
-Doug
From
Tom,
Thanks for the quick bug fix Re: the number sinks. In the interim I've been
troubleshooting by dumping output to a binary file and discovered other
mistakes on my part. But once again I'm at an impasse. I captured some data
which I view in the terminal using xxd -b filename.
The interesting
Hi Julian,
this really depends on how your serial data gets into your PC, but
assuming you're on linux and have the data coming in over a properly
configured character device (ie. something that appears as /dev/ttyS* or
the like), you could just use the file source and open that device.
Greetings,
On 10/28/2014 06:34 PM, Marcus Müller wrote:
Hi Julian,
this really depends on how your serial data gets into your PC, but
assuming you're on linux and have the data coming in over a properly
configured character device (ie. something that appears as /dev/ttyS*
or the like), you could just use
Agreed, but as soon as device setup is through with your device (thus
the "properly configured character device") and your reading program
behaves nicely (which I'd expect GR's file_sink to do), just reading
from a character device should work, if I'm not mistaken.
However, this brings us to a new
Hello all,
I have installed gnuradio using build-gnuradio. How do I go about gr-drm or
another project that is not there by detault?
If i use pybombs, it brings in source code for all the dependencies. Is
this the right way to bring in gr-drm?
thanks
Rachel
_
If there was a MIMO project on CGRAN you can find it archived still:
https://web.archive.org/web/20140822005337/https://www.cgran.org/
I need to just link to this on the explanation...
On Oct 28, 2014 9:19 PM, "이재훈" wrote:
> Dear
>
>
>
>
>
> Hi, my name is jaehoon Lee and a graduate student at S
26 matches
Mail list logo