Sunday, July 27, 2014

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

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