Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
5f4c42ca
Commit
5f4c42ca
authored
5 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
MARTe reproc of 63078 very close to real ACQ
400 us offset in wavegens and missing signbits still to be resolved
parent
bd57ee54
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/functions/SCDconf_setCODEconf.m
+1
-1
1 addition, 1 deletion
code/functions/SCDconf_setCODEconf.m
with
1 addition
and
1 deletion
code/functions/SCDconf_setCODEconf.m
+
1
−
1
View file @
5f4c42ca
...
@@ -10,7 +10,7 @@ function [] = SCDconf_setCODEconf(varargin)
...
@@ -10,7 +10,7 @@ function [] = SCDconf_setCODEconf(varargin)
else
else
codeconfname
=
varargin
{
1
};
codeconfname
=
varargin
{
1
};
end
end
fprintf
(
'Setting configurationSettings = %s at
tcv
level ...\n'
,
codeconfname
);
fprintf
(
'Setting configurationSettings = %s at
configurations.sldd
level ...\n'
,
codeconfname
);
d
=
Simulink
.
data
.
dictionary
.
open
(
'configurations.sldd'
);
d
=
Simulink
.
data
.
dictionary
.
open
(
'configurations.sldd'
);
dd
=
getSection
(
d
,
'Configurations'
);
dd
=
getSection
(
d
,
'Configurations'
);
activeconf
=
dd
.
getEntry
(
'configurationSettings'
);
activeconf
=
dd
.
getEntry
(
'configurationSettings'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment