discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] constellation soft decoder


From: Alfredo Muniz
Subject: Re: [Discuss-gnuradio] constellation soft decoder
Date: Sun, 15 Dec 2013 23:00:21 -0500

Seems like a strange error for C++. I usually get for loop errors with C where you can't declare variables in the for loop. Perhaps try to declare j outside the for loop.

AM KC3BBL


On Sun, Dec 15, 2013 at 7:05 PM, Miklos Maroti <address@hidden> wrote:
Hi Guys,

Constellation soft decoder crashes for constellation_bpsk() and
constellation_8psk(). I could not find the cause of this problem, the
back trace on my machine points to

gnuradio/gr-digital/lib/constellation.cc:286
     for(int j = 0; j < k; j++) {

which does not make any sense. Any idea what could go wrong?

Miklos

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]