Skip to content

correlation peak calculation optimization #5

@jmfriedt

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?

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