discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] digital_constellation.cc


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] digital_constellation.cc
Date: Tue, 26 Jun 2012 22:29:07 -0400

On Tue, Jun 26, 2012 at 9:07 PM, sibar002 <address@hidden> wrote:
>
> Hello,
>
> I have been trying to modify certain parts of the digital_constellation.cc
> file, but I am unable to see the changes that I make. I have made changes to
> the bpsk section of this file. I am making the d_constellation[0] variable
> equal to gr_complex(1,0). I am trying to see my result by printing a
> variable called s_p that I created in the bpsk.py file.
>
> s_p = digital_swig.constellation_bpsk().points()
>
> I should be seeing ((1,0),(1,0)) for my points after I make the file, but I
> continue to see ((-1,0),(1,0)). I was wondering someone could give me some
> advice on what I'm doing wrong. I would greatly appreciate any help.
>
> Sam


Sam,
Make sure you run 'make install' afterwards to install it properly.

Tom



reply via email to

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