You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Goal: reduce CPU load of acquisition in
search
stateWe 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
andrx.py
Skills: Python, numpy, basic DSP, e.g. you can understand dot product and exp(-j \omega n)
The text was updated successfully, but these errors were encountered: