here the web page sent me.
>
> I have forwarded my original email below and hope it shows up as you
> expected.
>
> Any info you can provide on this problem would be greatly appreciated.
>
> Thanks!
> Mike Heese
>
>
>
>
>
> Forwarded conversation
> Subject: R
Hello all,
I've just created a block called "sliding_fft". The _impl.h file looks
like:
#include
namespace gr {
namespace lte_dl_rx {
class sliding_fft_impl : public sliding_fft
{
private:
fft::fft_complex *d_fft;
uint d_fft_size;
uint count;
public
Hi,
I have individuated the error and we are near the solution, thanks to all.
I just remember the error that appear when I try to run a simulation of my
new block "power":
Traceback (most recent call last):
File "/home/simone/Scrivania/top_block.py", line 228, in
tb = top_block()
File
On Wed, Sep 3, 2014 at 9:57 AM, Simone Ciccia S210664 <
simone.cic...@studenti.polito.it> wrote:
> Very thanks for the immediate answer,
>
> Sorry, I forgot that I passed two arguments when the block was created:
>
> $insert valid arguments: float reference, float alpha
>
> while "unsigned
Very thanks for the immediate answer,
Sorry, I forgot that I passed two arguments when the block was created:
$insert valid arguments: float reference, float alpha
while "unsigned int d_counter" is a normal variable initialized in the
constructor.
now, in the file power_control_impl.h
On Wed, Sep 3, 2014 at 9:17 AM, Simone Ciccia S210664 <
simone.cic...@studenti.polito.it> wrote:
> Hi,
> I created a C++ block with gr_modtool,
> following the commands:
>
> $ gr_modtool newmod PWagc
> $ gr_modtool add -t general power_control
>
> I written and compiled my block with commands:
>
>
Hi,
I created a C++ block with gr_modtool,
following the commands:
$ gr_modtool newmod PWagc
$ gr_modtool add -t general power_control
I written and compiled my block with commands:
$cmake ../ && make && sudo make install && sudo ldconfig
Until this point all seems ok, but when I open gnuradio