Skip to content
Snippets Groups Projects
Commit 5f4c42ca authored by Cristian Galperti's avatar Cristian Galperti
Browse files

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
...@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment