discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] pfb_clock_sync fails with high signal amplitudes


From: Milos Milosavljevic
Subject: [Discuss-gnuradio] pfb_clock_sync fails with high signal amplitudes
Date: Sun, 11 Mar 2018 14:36:19 +0000

Dear All,

I am using the pfb_clock_sync to estimate the timing offset in my QPSK receiver and I have a problem that I would like to ask about.

Basically if the amplitude of the incoming signal is set relatively high (havent checked what actual threshold is) the flowgraph just hangs. After the process of elimination I discovered that it is actually the pfb_clock_sync block that causes this. Then I put some printf statements in the code and found out that the d_k (phase) value becomes -NaN when signal amplitude becomes high. The same thing is with the d_error from here d_error = (error_i + error_r) / 2.0. 

I suspect it is due to some filtering (either the RC or diff filter).

Do you have any suggestions on where this might be coming from?

Any comments will be highly appreciated.

Many thanks,

Kind Regards
Milos


reply via email to

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