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
wangjie
OpenXG-RAN
Commits
79489496
Commit
79489496
authored
May 10, 2021
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Smoothing the frequency response
parent
2a644209
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
572 additions
and
29 deletions
+572
-29
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
+270
-15
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.c
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.c
+21
-0
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.h
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.h
+14
-1
openair1/PHY/NR_UE_ESTIMATION/nr_dl_channel_estimation.c
openair1/PHY/NR_UE_ESTIMATION/nr_dl_channel_estimation.c
+267
-13
No files found.
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
View file @
79489496
This diff is collapsed.
Click to expand it.
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.c
View file @
79489496
...
@@ -239,3 +239,24 @@ short filt8_dcll2[8] = {
...
@@ -239,3 +239,24 @@ short filt8_dcll2[8] = {
short
filt8_dclh2
[
8
]
=
{
short
filt8_dclh2
[
8
]
=
{
0
,
0
,
0
,
0
,
1489
,
2979
,
4468
,
5958
};
0
,
0
,
0
,
0
,
1489
,
2979
,
4468
,
5958
};
short
filt8_avlip0
[
8
]
=
{
16384
,
16384
,
16384
,
16384
,
16384
,
16384
,
16384
,
15019
};
short
filt8_avlip1
[
8
]
=
{
13653
,
12288
,
10923
,
9557
,
8192
,
6827
,
5461
,
4096
};
short
filt8_avlip2
[
8
]
=
{
2731
,
1365
,
0
,
0
,
0
,
0
,
0
,
0
};
short
filt8_avlip3
[
8
]
=
{
2731
,
4096
,
5461
,
6827
,
8192
,
9557
,
10923
,
12288
};
short
filt8_avlip4
[
8
]
=
{
13653
,
15019
,
16384
,
15019
,
13653
,
12288
,
10923
,
9557
};
short
filt8_avlip5
[
8
]
=
{
8192
,
6827
,
5461
,
4096
,
2731
,
1365
,
0
,
0
};
short
filt8_avlip6
[
8
]
=
{
13653
,
15019
,
16384
,
16384
,
16384
,
16384
,
16384
,
16384
};
openair1/PHY/NR_UE_ESTIMATION/filt16a_32.h
View file @
79489496
...
@@ -169,4 +169,17 @@ extern short filt8_dcll2[8];
...
@@ -169,4 +169,17 @@ extern short filt8_dcll2[8];
extern
short
filt8_dclh2
[
8
];
extern
short
filt8_dclh2
[
8
];
extern
short
filt8_avlip0
[
8
];
extern
short
filt8_avlip1
[
8
];
extern
short
filt8_avlip2
[
8
];
extern
short
filt8_avlip3
[
8
];
extern
short
filt8_avlip4
[
8
];
extern
short
filt8_avlip5
[
8
];
extern
short
filt8_avlip6
[
8
];
#endif
#endif
openair1/PHY/NR_UE_ESTIMATION/nr_dl_channel_estimation.c
View file @
79489496
This diff is collapsed.
Click to expand it.
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