Skip to content

Coarse Frequency Synchronization without knowing modulation order. #78

Description

@kiran809576

Hey,
I tried the Coarse Frequency Synchronization on the QPSK signal, it is working fine.
I modified as:
psd = np.fft.fftshift(np.abs(np.fft.fft(samples ** 4)))
samples = samples * np.exp(-1j2np.pimax_freqt/4.0)
But the problem is - in my work I don't know about the order of modulation technique (in fact, I don't know even the modulation technique).

Can you help me in coarse freq sync without knowing the order of the modulation technique?
And the other doubt is, does it work for any digital modulation scheme?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions