Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
4e8e7079
Commit
4e8e7079
authored
Jul 07, 2016
by
Elena Lukashova
Browse files
Some more clean up + adding second option for a precoder.
parent
aa69c550
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_TRANSPORT/dci_tools.c
View file @
4e8e7079
This diff is collapsed.
Click to expand it.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
4e8e7079
This diff is collapsed.
Click to expand it.
openair1/SIMULATION/TOOLS/random_channel.c
View file @
4e8e7079
...
...
@@ -51,7 +51,7 @@ void fill_channel_desc(channel_desc_t *chan_desc,
struct
complex
**
R_sqrt
,
double
Td
,
double
sampling_rate
,
double
channel_bandwidth
,
double
channel_bandwidth
,
double
ricean_factor
,
double
aoa
,
double
forgetting_factor
,
...
...
@@ -81,7 +81,7 @@ void fill_channel_desc(channel_desc_t *chan_desc,
chan_desc
->
delays
[
i
]
=
((
double
)
i
)
*
delta_tau
;
}
else
chan_desc
->
delays
=
delays
;
chan_desc
->
delays
=
delays
;
chan_desc
->
Td
=
Td
;
chan_desc
->
sampling_rate
=
sampling_rate
;
chan_desc
->
channel_bandwidth
=
channel_bandwidth
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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