Keep RTW profile for all octave resolutions
This commit is contained in:
@@ -1104,12 +1104,10 @@ function wireHandlers(env) {
|
||||
CONFIG.RTA_BAR_LAYOUT = val;
|
||||
if (val === 'rtw') {
|
||||
CONFIG.RTA_ENGINE = 'iir';
|
||||
CONFIG.RTA_BPO_MODE = '1_3';
|
||||
CONFIG.RTA_IIR_ORDER = 6;
|
||||
CONFIG.RTA_FREQ_RANGE = 'norm';
|
||||
const forced = {
|
||||
opt_rtaEngine: 'iir',
|
||||
opt_rtaBpo: '1_3',
|
||||
opt_rtaOrder: '6',
|
||||
opt_rtaFreq: 'norm',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user