Add files for FIR and IIR filter - not tested

This commit is contained in:
Imants Pulkstenis
2020-06-09 22:28:53 +03:00
parent 01e4a4b6d3
commit 682207dfa1
66 changed files with 13930 additions and 43 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/IIF/Delay', 'user1');
hilite_system('ld3_fixed_point2/IIF/Delay', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIF/Delay1', 'user1');
hilite_system('ld3_fixed_point2/IIF/Delay1', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIF/Subtract1', 'user1');
hilite_system('ld3_fixed_point2/IIF/Subtract1', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIF/Subtract2', 'user1');
hilite_system('ld3_fixed_point2/IIF/Subtract2', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIF/a(2)', 'user1');
hilite_system('ld3_fixed_point2/IIF/a(2)', 'user1');
cs.HiliteType = 'user1';
cs.ForegroundColor = 'black';
cs.BackgroundColor = 'cyan';
set_param(0, 'HiliteAncestorsData', cs);
hilite_system('gm_ld3_fixed_point2/IIF/a(3)', 'user1');
hilite_system('ld3_fixed_point2/IIF/a(3)', 'user1');