Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
8825a664
Commit
8825a664
authored
Apr 22, 2021
by
sfn
Committed by
Thomas Schlichter
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix zero-forcing for 2 layers
parent
bd533e75
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
269 additions
and
246 deletions
+269
-246
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
+259
-238
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
+10
-8
No files found.
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
View file @
8825a664
This diff is collapsed.
Click to expand it.
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
View file @
8825a664
...
@@ -804,7 +804,7 @@ void nr_dlsch_channel_compensation(int32_t **rxdataF_ext,
...
@@ -804,7 +804,7 @@ void nr_dlsch_channel_compensation(int32_t **rxdataF_ext,
NR_DL_FRAME_PARMS
*
frame_parms
,
NR_DL_FRAME_PARMS
*
frame_parms
,
uint8_t
nb_aatx
,
uint8_t
nb_aatx
,
uint8_t
symbol
,
uint8_t
symbol
,
uint8_t
start_symbol
,
int
length
,
uint8_t
first_symbol_flag
,
uint8_t
first_symbol_flag
,
uint8_t
mod_order
,
uint8_t
mod_order
,
uint16_t
nb_rb
,
uint16_t
nb_rb
,
...
@@ -888,13 +888,15 @@ void nr_dlsch_channel_level_median(int **dl_ch_estimates_ext,
...
@@ -888,13 +888,15 @@ void nr_dlsch_channel_level_median(int **dl_ch_estimates_ext,
int
start_point
);
int
start_point
);
void
nr_dlsch_detection_mrc
(
int
**
rxdataF_comp
,
void
nr_dlsch_detection_mrc
(
int
**
rxdataF_comp
,
int
***
rho
,
int
***
rho
,
int
**
dl_ch_mag
,
int
**
dl_ch_mag
,
int
**
dl_ch_magb
,
int
**
dl_ch_magb
,
short
n_tx
,
int
**
dl_ch_magr
,
short
n_rx
,
short
n_tx
,
unsigned
char
symbol
,
short
n_rx
,
unsigned
short
nb_rb
);
unsigned
char
symbol
,
unsigned
short
nb_rb
,
int
length
);
void
nr_dlsch_detection_mrc_core
(
int
**
rxdataF_comp
,
void
nr_dlsch_detection_mrc_core
(
int
**
rxdataF_comp
,
int
**
rxdataF_comp_i
,
int
**
rxdataF_comp_i
,
...
...
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