source: ResearchApps/PHY/Rate Change Filters/set_mults.m

Last change on this file was 1730, checked in by murphpo, 12 years ago

Sysgen 13.4 version of rate_change_filters core/code

File size: 372 bytes
Line 
1
2embeddedMults = 'off';
3%embeddedMults = 'on';
4
5subsys = {[bdroot '/Rx Path/2-Ch Decimation B/ROMS & Mults'], [bdroot '/Tx Path/2-Ch Interp B/Mults & ROMs']};
6
7for s = 1:length(subsys)
8    clear mults
9    mults = find_system(subsys{s}, 'ReferenceBlock', 'xbsIndex_r4/Mult');
10   
11   
12    for m=1:length(mults)
13        set_param(mults{m}, 'use_embedded', embeddedMults);
14    end
15end
Note: See TracBrowser for help on using the repository browser.