discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DQPSK constellation


From: Cinaed Simson
Subject: Re: DQPSK constellation
Date: Mon, 9 Jan 2023 14:20:37 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Hi Ali - please state the version of gnuardio you're using and post the flowgraph used to generate your problem.

-- Cinaed

On 1/8/23 23:56, Ali G. Dezfuli wrote:
Hi all,
I've managed to get to the same signal of the block "Constellation Modulator" by using these blocks in concatenation:

{  --> repack bits --> differential encoder --> constellation encoder (or: chunks to symbols) --> polyphase arbitrary resampler --> }

and tried them for bpak, qpsk, 8psk, and 16qam, and all OK.

This command digital.constellation_dqpsk().points() gets the following points:

[(1.4142135381698608+1.4142135381698608j), (-1.4142135381698608+1.4142135381698608j), (-1.4142135381698608-1.4142135381698608j), (1.4142135381698608-1.4142135381698608j)]

which is different from the documentation of DQPSK which says:
01 | 00
-------
11 | 10
I wonder how I can get the same result for DQPSK by using the above series of blocks.

thanks



          

        



reply via email to

[Prev in Thread] Current Thread [Next in Thread]