Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit carrier frequency in Costas PLL #5

Open
daniestevez opened this issue Nov 12, 2017 · 0 comments
Open

Limit carrier frequency in Costas PLL #5

daniestevez opened this issue Nov 12, 2017 · 0 comments

Comments

@daniestevez
Copy link

Currently, the carrier frequency for the Costas loop is not limited:
https://github.com/BatchDrake/sigutils/blob/master/sigutils/pll.c#L242

This can cause a false lock. For instance, an 8-PSK signal may lock with an order 4 Costas PLL at a carrier frequency equal to the actual carrier frequency +/- pi/4 radians/symbol.

The carrier frequency should probably be limited to an offset of less than pi/8 radians/symbol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant