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. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio