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

correlation peak calculation optimization #5

Open
jmfriedt opened this issue Jan 3, 2023 · 0 comments
Open

correlation peak calculation optimization #5

jmfriedt opened this issue Jan 3, 2023 · 0 comments

Comments

@jmfriedt
Copy link
Member

jmfriedt commented Jan 3, 2023

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?

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