Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shweta Shrivastava
openairinterface5G
Commits
aacc3761
Commit
aacc3761
authored
Apr 22, 2021
by
Khodr Saaifan
Committed by
Thomas Schlichter
Apr 22, 2021
Browse files
Fix zero-forcing for 2 layers
parent
8530989d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
View file @
aacc3761
This diff is collapsed.
Click to expand it.
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
View file @
aacc3761
...
...
@@ -804,7 +804,7 @@ void nr_dlsch_channel_compensation(int32_t **rxdataF_ext,
NR_DL_FRAME_PARMS
*
frame_parms
,
uint8_t
nb_aatx
,
uint8_t
symbol
,
uint8_t
start_symbol
,
int
length
,
uint8_t
first_symbol_flag
,
uint8_t
mod_order
,
uint16_t
nb_rb
,
...
...
@@ -888,13 +888,15 @@ void nr_dlsch_channel_level_median(int **dl_ch_estimates_ext,
int
start_point
);
void
nr_dlsch_detection_mrc
(
int
**
rxdataF_comp
,
int
***
rho
,
int
**
dl_ch_mag
,
int
**
dl_ch_magb
,
short
n_tx
,
short
n_rx
,
unsigned
char
symbol
,
unsigned
short
nb_rb
);
int
***
rho
,
int
**
dl_ch_mag
,
int
**
dl_ch_magb
,
int
**
dl_ch_magr
,
short
n_tx
,
short
n_rx
,
unsigned
char
symbol
,
unsigned
short
nb_rb
,
int
length
);
void
nr_dlsch_detection_mrc_core
(
int
**
rxdataF_comp
,
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