> -Original Message-
> From: [EMAIL PROTECTED] [mailto:discuss-
>
> On Sun, Mar 04, 2007 at 06:20:07PM -0500, [EMAIL PROTECTED] wrote:
>
> > I want to do constellation mapping in pyhton. I have code that does
> > a gr.packed_to_unpacked_bb and then gr.chunks_to_symbols_bc using a
> > con
On Sun, Mar 04, 2007 at 06:20:07PM -0500, [EMAIL PROTECTED] wrote:
> I want to do constellation mapping in pyhton. I have code that does
> a gr.packed_to_unpacked_bb and then gr.chunks_to_symbols_bc using a
> constellation of:
>
> constellation=array((1+1j,1-1j,-1-1j,-1+1j),Complex)
Use this:
I want to do constellation mapping in pyhton. I have code that does a
gr.packed_to_unpacked_bb and then gr.chunks_to_symbols_bc using a constellation
of:
constellation=array((1+1j,1-1j,-1-1j,-1+1j),Complex)
My understanding is that this is the constellation mapping for QPSK. I want to
do con