High phase noise on Lime xtrx

Can you check if you are able to receive correct test signal:

Load default settings:

You should get:

If you still seeing discontinuities in received signal, then something wrong with your software setup and data receive path.
I cannot reproduce your issue with GW 1.19 and limesuiteNG 0.2.0-g8023cde0, there are no discontinuities when using test signal or when using signal generator.

Test signal looks correct

The data streams look fine, and you’re likely seeing a similar issue as discussed in this thread:

You can try bypassing the DC Corrector and the DC Tracking Loop in the RxTSP tab to check if this resolves the issue.

Regards,
Vytautas

Thanks, it worked.

There are some distortions when increasing the sampling rate.

sample rate: 10 ms/s


sample rate: 50 ms/s

sample rate: 80 ms/s

sample rate: 100 ms/s

sample rate: 120 ms/s (gain 20)

In code i use:

SetParameter(0, 0, "DC_BYP_RXTSP", 1); 
SetParameter(0, 0, "DCLOOP_STOP", 1);

Is this correct?

There are also signal distortions when increasing gain:
sample rate: 120 ms/s (gain 40)


Is it possible to bypass them?