Skip to content

correlation peak calculation optimization #5

Description

@jmfriedt

At the moment each iteration is independent of the previous ones and no assumption on the stability of the signal is done. The correlation calculation as iFFT(FFTxFFT*) on an N-long code requires N.ln2(N) multiplications.
Assuming we know the next correlation peak is close to the previous one (+/-1), does a time-domain calculation save time with the 3xN multiplications?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions