Hi Vamsi - Glad to hear you worked out the issue. Cheers! - MLD

On Sun, Apr 2, 2017 at 4:21 PM, Vamsi Krishna Adsumilli <[email protected]>
wrote:

> Thanks for the reply.
> We were able to narrow down the issue. After generating a OOT module using
> gr_modtool, i have incorrectly edited the following lines, which caused the
> issue.
>
>             in_sig=numpy.complex64,
>             out_sig=numpy.complex64)
>
> Where it should have been
>
>             in_sig=[numpy.complex64],
>             out_sig=[numpy.complex64])
>
> I faced new issues each time I restart using GNURadio on MAC, so I
> initially jumped to that conclusion, I’m sorry about the confusion.
>
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to