Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
a2014a52
Commit
a2014a52
authored
Dec 23, 2021
by
luis_pereira87
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase SSS phase hypothesis resolution
parent
b830090a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
openair1/PHY/NR_REFSIG/sss_nr.h
openair1/PHY/NR_REFSIG/sss_nr.h
+7
-3
No files found.
openair1/PHY/NR_REFSIG/sss_nr.h
View file @
a2014a52
...
...
@@ -63,18 +63,22 @@
/************** VARIABLES *****************************************/
#define PHASE_HYPOTHESIS_NUMBER (
7
)
#define PHASE_HYPOTHESIS_NUMBER (
16
)
#define INDEX_NO_PHASE_DIFFERENCE (3)
/* this is for no phase shift case */
EXTERN
const
int16_t
phase_re_nr
[
PHASE_HYPOTHESIS_NUMBER
]
#ifdef INIT_VARIABLES_SSS_NR_H
=
{
16383
,
25101
,
30791
,
32767
,
30791
,
25101
,
16383
}
// -pi/3 ---- pi/3
=
{
16384
,
20173
,
23571
,
26509
,
28932
,
30791
,
32051
,
32687
,
32687
,
32051
,
30791
,
28932
,
26509
,
23571
,
20173
,
16384
}
#endif
;
EXTERN
const
int16_t
phase_im_nr
[
PHASE_HYPOTHESIS_NUMBER
]
#ifdef INIT_VARIABLES_SSS_NR_H
=
{
-
28378
,
-
21063
,
-
11208
,
0
,
11207
,
21062
,
28377
};
// -pi/3 ---- pi/3
=
{
-
28377
,
-
25821
,
-
22762
,
-
19260
,
-
15383
,
-
11207
,
-
6813
,
-
2286
,
2286
,
6813
,
11207
,
15383
,
19260
,
22762
,
25821
,
28377
}
#endif
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment