Re: [Discuss-gnuradio] Questions about OOK mod and demod

2012-07-18 Thread Brian Padalino
On Wed, Jul 18, 2012 at 2:49 PM, lliao003 wrote: > > Hi all! > > I am a rookie and I am working about OOK mod and demod. I have few questions > following: > > I modify the digital_constellation.cc file as > > d_constellation[0]=gr_complex(0,0) > d_constellation[0]=gr_complex(1,0) > > like this, I

[Discuss-gnuradio] Questions about OOK mod and demod

2012-07-18 Thread lliao003
Hi all! I am a rookie and I am working about OOK mod and demod. I have few questions following: I modify the digital_constellation.cc file as d_constellation[0]=gr_complex(0,0) d_constellation[0]=gr_complex(1,0) like this, I think after re-make, I already achieve OOK mod. However, in order to