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
zzha zzha
OpenXG-RAN
Commits
6b6528cc
Commit
6b6528cc
authored
May 02, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert H_awgn_mimo in simulator
parent
4f2854f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
targets/ARCH/rfsimulator/simulator.c
targets/ARCH/rfsimulator/simulator.c
+0
-7
No files found.
targets/ARCH/rfsimulator/simulator.c
View file @
6b6528cc
...
...
@@ -705,17 +705,10 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest
}
else
{
// no channel modeling
#if 0
double
H_awgn_mimo
[
4
][
4
]
=
{{
1
.
0
,
0
.
2
,
0
.
1
,
0
.
05
},
//rx 0
{
0
.
2
,
1
.
0
,
0
.
2
,
0
.
1
},
//rx 1
{
0
.
1
,
0
.
2
,
1
.
0
,
0
.
2
},
//rx 2
{
0
.
05
,
0
.
1
,
0
.
2
,
1
.
0
}};
//rx 3
#else
double
H_awgn_mimo
[
4
][
4
]
=
{{
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
//rx 0
{
0
.
0
,
1
.
0
,
0
.
0
,
0
.
0
},
//rx 1
{
0
.
0
,
0
.
0
,
1
.
0
,
0
.
0
},
//rx 2
{
0
.
0
,
0
.
0
,
0
.
0
,
1
.
0
}};
//rx 3
#endif
sample_t
*
out
=
(
sample_t
*
)
samplesVoid
[
a
];
int
nbAnt_tx
=
ptr
->
th
.
nbAnt
;
//number of Tx antennas
...
...
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