Digital_constellation.cc

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

View this message in context:
http://old.nabble.com/digital_constellation.cc-tp34075958p34075958.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, Jun 26, 2012 at 9:07 PM, sibar002 [email protected] wrote:

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