On Tue, Jun 26, 2012 at 9:07 PM, sibar002 <sibar002@ucr.edu> 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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment