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
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
When the pss block enters tracking state, I currently have it rescan the entire half-frame every n half-frames that pass through the block, where n is set by the track_every parameter. I should:
call srslte_pss_synch_find_pss with a smaller (1 subframe?) input buffer centered on the location of the expected peak
only have it re-search entire half-frame if I can't find the peak in that window (if tracking drops)
The text was updated successfully, but these errors were encountered:
When the pss block enters tracking state, I currently have it rescan the entire half-frame every
n
half-frames that pass through the block, wheren
is set by thetrack_every
parameter. I should:The text was updated successfully, but these errors were encountered: