Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Optimize PSS block #1

Open
djanderson opened this issue Jun 1, 2016 · 0 comments
Open

Optimize PSS block #1

djanderson opened this issue Jun 1, 2016 · 0 comments

Comments

@djanderson
Copy link
Contributor

djanderson commented Jun 1, 2016

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)
@djanderson djanderson changed the title Optomize PSS block Optimize PSS block Aug 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant