IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Joshua Gay
IEEE P1765 Recommended Practice for EVM Measurement and Uncertainty Evaluation
Commits
d3cc8cbe
Commit
d3cc8cbe
authored
Jun 29, 2021
by
Martin Hudlicka
Browse files
Updated code
parent
d7e207aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
03 P1765 Baseline EVM Algorithms/OFDM/F_Save_Results.m
View file @
d3cc8cbe
...
...
@@ -11,7 +11,7 @@ function F_Save_Results(EVMrms_pct, tau0, G_OPT)
G_OPTamp
=
abs
(
G_OPT
);
G_OPTphase
=
angle
(
G_OPT
)
*
180
/
pi
;
% degrees
fname
=
strcat
(
structGlobal
.
filename
,
'_baseline
.txt'
);
fname
=
strcat
(
structGlobal
.
filename
_results
,
'
.txt'
);
fid
=
fopen
(
fullfile
(
structGlobal
.
evm_results_folder
,
fname
),
'w'
);
fprintf
(
fid
,
'\n\n'
);
fprintf
(
fid
,
'%s\n'
,
'OFFICIAL RESULTS'
);
...
...
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