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

Speed up Acquisition #2

Open
drowe67 opened this issue Jun 26, 2024 · 0 comments
Open

Speed up Acquisition #2

drowe67 opened this issue Jun 26, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@drowe67
Copy link
Owner

drowe67 commented Jun 26, 2024

Goal: reduce CPU load of acquisition in search state

We can probably subsample the time/freq grid and still get acceptable results.
Need to verify based on ctests, possibly code up new ctests if not comprehensive enough
Maybe able to use FFTs to speed correlation computations
Refs: radae.pdf, acquisition code in dsp.py and rx.py
Skills: Python, numpy, basic DSP, e.g. you can understand dot product and exp(-j \omega n)

@drowe67 drowe67 added the help wanted Extra attention is needed label Jun 26, 2024
drowe67 added a commit that referenced this issue Aug 17, 2024
drowe67 added a commit that referenced this issue Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant