Re: QPSK looks like 8PSK: Need for Symbol Sync Performance Improvements at High Speed

2025-02-11 Thread Ceren Karaköse
worth to disable the FLL (and give the modem a signal for which the FLL is not needed) in order to see if the FLL is indeed disturbing the Costas loop. Best, Daniel. On 04/02/2025 12:50, Ceren Karaköse wrote: > Hi all, > > I have a receiver for QPSK modulated signal. I'm using Sym

Re: GNU Radio textbook publication announcement

2024-12-30 Thread Ceren Karaköse
Dear Hervé and Dear Jean-Michel, Congratulations and thank you for your efforts in expanding the knowledge base! I've already requested the book to be added to the company's digital library. Best of wishes, Ceren From: discuss-gnuradio-bounces+ceren.karakose=out

Re: Symbol Sync Block Python Source File Passing Wrong Constellation

2024-12-06 Thread Ceren Karaköse
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

Symbol Sync Block Python Source File Passing Wrong Constellation

2024-12-06 Thread Ceren Karaköse
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 slicer argument as follows: self.digital_symbol_sync_xx_0_0_0 = d

Re: Signal source block periodic phase deviation problem

2024-11-09 Thread Ceren Karaköse
Hi Engin, The phase is constant. You're observing a constant phase sinusoid in real-time (using time sink) within a specified duration (which is determined by the number of points parameter of time sink). The time sink graph gets updated in real-time, hence the jitters seem to be happening. Fo

Re: dvbt2 transmitter can not be real-time with LimeSDR

2024-09-30 Thread Ceren Karaköse
Hi all, This is my point of view on the issue: 15M sample rate is equal to 960M bits/sec data transmission from your USB port to your SDR device. 960M = 15M samples * 32 bits/sample (lime sdr sink/source working with 32 bit float) * 2 (because Inphase and Quadrature assuming you're working with

Symbol Sync Block Still in Sync but Symbols are Incorrect

2024-01-03 Thread Ceren Karaköse
Hi all, First off, thank you for all the amazing work you've put into this community. I'm working with 1.024M baud QPSK signal with sample rate of 4.096M. This symbol sync block works perfectly 99% of time. I can successfully demodulate input symbols, perform convolutional decoding and find syn