and "self made" S&C: http://pastebin.com/r88MKGEv
BR
Julius
On 14.07.2015 19:17, Martin Braun wrote:
On 14.07.2015 10:03, Julius Durst wrote:
Hi Martin,
I don't exactly understand what you mean. I connected the Tag Debug to
both outputs of Schmidl&Cox, but that does no
27;t think statefulness is the
issue. Maybe you just have super-full buffers or something like that.
The packet detection is the most stable part -- can you see if that
works? Just use the Schmidl&Cox block from the rx and see if it prints tags?
M
On 14.07.2015 08:26, Julius Durst wrote:
Hi l
Hi list,
I want to reconfigure an OFDM system. For this, I am so far simply
trying to reconnect the tx and rx in the loopback example from the
gr-digital ofdm examples. I made only very small modifications to it
with two selector blocks, so now the flowgraph looks like this:
http://i.imgur.co
Hi,
I forgot to edit the CMakeList.txt to add the GR components that I used
(the line set(GR_REQUIRED_COMPONENTS... ).
I still find it strange, that on one PC I got a linker error (which
obviously was the Issue and led me to the solution) and the other one
builds without complaint but okay.
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
Thank you very much for your effort. I will have a look into it.
I came up with an other idea. I put my block and the filter-block in one
hier-block (written in python, not in the GRC of course), in which I can
pass the filter-block as parameter to my block, and use only that
hier-block in the
On 19.08.2014 14:25, Koslowski, Sebastian (CEL) wrote:
On 08/19/2014 01:07 PM, Julius Durst wrote:
Hi,
how can I pass an other block from my flowgraph to a self written block
in the gnuradio-companion? What I want to do is invoking a method of
that passed block in my own one (or maybe there
Hi,
how can I pass an other block from my flowgraph to a self written block
in the gnuradio-companion? What I want to do is invoking a method of
that passed block in my own one (or maybe there's an other way to do that?).
I have tried passing the ID of the block to a parameter of type "raw",