Why does pssIndices = np.arange((635-63), (635+64)) in the example. How did the values 635 come. #32
amulamoottil
started this conversation in
General
Replies: 1 comment 2 replies
-
thats because the ssb grid starts with ofdm symbol 0 but ssb starts at symbol 2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Why does pssIndices = np.arange((635-63), (635+64)) in the example have 635. How did the values 635 come. I know PSS is Mapped to 127 active sub carriers around the center of SSB block. But still cannot figure why the 635
Beta Was this translation helpful? Give feedback.
All reactions