Sunday, July 27, 2014

Re: [Discuss-gnuradio] Problem with large number of inputs.

Mostafa,

I do not think you have truly run the complete codes using Qtcreator, because that doesn't have a gnuradio runtime (the scheduler).
At the other hand, your problem sounds more like a c++ coding error rather than gnuradio-specific.
The helpful approach is

1).  Put up the OOT into github.
      This should be the simplest but complete OOT.

2).  Provide a big picture of what you try to accomplish.
      From experience many amateur programmers write codes wrong from the ground up, and yet expect others to troubleshoot.
      When this happens, the only way to help is to start with the big picture of what you wish to accomplish.

From previous experience you refused to reveal the big picture but emphasize others to look at your existing buggy codes.
Please be reminded that this is an open forum and nobody get paid for helping you.


On Mon, Jul 28, 2014 at 7:39 AM, Mostafa Alizadeh <m.alizadehee@gmail.com> wrote:
I forgot to say, I'm using Qtcreator to debug my GNURadio codes I do not need any others! 

The prgram is terminated at line in which I read from the input for the first time i.e. : 

y_p[i][k] = 0;
                    for (int j=0; j<N_FS_phich(d_normal_cp); j++)
                    {
                        y_p[i][k] = y_p[i][k] + in[i*8+j][k];
                    }

Best, 


On Mon, Jul 28, 2014 at 4:05 AM, Mostafa Alizadeh <m.alizadehee@gmail.com> wrote:
Yes you're right about casting between "in" and "input_items", however, I think this problem is somehow related to the large number input ports! I don't why!

Here is the whole block: 

#ifdef HAVE_CONFIG_H
#include "config.h"

No comments:

Post a Comment