Keep RTW profile for all octave resolutions
This commit is contained in:
+1
-1
@@ -868,7 +868,7 @@ export function buildRtaRuntimeConfig(CONFIG = {}) {
|
||||
const bpoMode = CONFIG.RTA_BPO_MODE || '1_3';
|
||||
const layout = CONFIG.RTA_BAR_LAYOUT === 'rtw' ? 'rtw' : 'iec';
|
||||
const rtwProfile = layout === 'rtw';
|
||||
const runtimeBpoMode = rtwProfile ? '1_3' : bpoMode;
|
||||
const runtimeBpoMode = bpoMode;
|
||||
return {
|
||||
engine: rtwProfile ? 'iir' : (CONFIG.RTA_ENGINE || 'iir'),
|
||||
fftSize: CONFIG.FFT_SIZE || 4096,
|
||||
|
||||
Reference in New Issue
Block a user