matlab file updates

This commit is contained in:
Imants Pulkstenis
2020-06-10 12:03:18 +03:00
parent bcfcc84975
commit 7b8c2a59cc
10 changed files with 33 additions and 33 deletions
@@ -0,0 +1,38 @@
open_system('ld3_fixed_point2');
open_system('gm_ld3_fixed_point2');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/Delay', 'user1');
hilite_system('ld3_fixed_point2/IIR/Delay', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/Delay1', 'user1');
hilite_system('ld3_fixed_point2/IIR/Delay1', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/Subtract1', 'user1');
hilite_system('ld3_fixed_point2/IIR/Subtract1', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/Subtract2', 'user1');
hilite_system('ld3_fixed_point2/IIR/Subtract2', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/a(2)', 'user1');
hilite_system('ld3_fixed_point2/IIR/a(2)', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIR/a(3)', 'user1');
hilite_system('ld3_fixed_point2/IIR/a(3)', 'user1');