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
oai
openairinterface5G
Commits
5e9a85b1
Commit
5e9a85b1
authored
Sep 07, 2018
by
Cedric Roux
Browse files
Merge remote-tracking branch 'origin/fix-unwanted-comment-end' into develop_integration_2018_w36
parents
cbdc8f66
4f56f4ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/TOOLS/lte_dfts.c
View file @
5e9a85b1
...
...
@@ -3099,7 +3099,7 @@ void dft128(int16_t *x,int16_t *y,int scale)
dft64
((
int16_t
*
)(
xtmp
+
32
),(
int16_t
*
)(
ytmp
+
16
),
1
);
if
(
LOG_DUMPFLAG
(
DEBUG_DFT
))
{
LOG_M
(
"dft128a.m"
,
"dfta"
,
ytmp
,
64
,
1
,
1
);
LOG_M
(
"dft128b.m"
,
"dftb"
,
ytmp
+
16
,
64
,
1
,
1
);
*/
LOG_M
(
"dft128b.m"
,
"dftb"
,
ytmp
+
16
,
64
,
1
,
1
);
}
for
(
i
=
0
;
i
<
16
;
i
++
)
{
bfly2_16
(
ytmpp
,
ytmpp
+
16
,
...
...
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