();
Best,
Ceren
From: discuss-gnuradio-bounces+ceren.karakose=outlook@gnu.org
on behalf of
Adrian Musceac
Sent: Friday, December 6, 2024 12:32
To: discuss-gnuradio@gnu.org
Subject: Re: Symbol Sync Block Python Source File Passing Wrong Constellation
On
On Friday, 6 December 2024 10:30:33 EET Ceren Karaköse wrote:
> Hi all,
>
> I'm using Symbol Sync from core GNU library. Although when Gardner TED is
> selected, the parameters section **do not**have any option to define a
> slicer constellation, the generated python file passes qpsk.base as slice
Hi Ceren,
I believe the Gardner TED does not use or require a constellation
(unlike some of the other TEDs supported by Symbol Sync). Thus, the
constellation you supply in the call to symbol_sync_cc() is ignored. You
can read through the C++ code to make sure that this is indeed the case.
Be