Hello,
I am getting the following error when trying to use either FDD or EFDD with multistep configuration with 1 reference sensor and 3 roving sensors:
Cell In[1], line 303
msp.MPE_fromPlot("FDD", freqlim=(0,freq_threshold))
File C:\Python39\envs\pyoma2\lib\site-packages\pyoma2\OMA.py:202 in MPE_fromPlot
self[name].mpe_fromPlot(*args, **kwargs)
File C:\Python39\envs\pyoma2\lib\site-packages\pyoma2\algorithm\fdd.py:191 in mpe_fromPlot
Fn_FDD, Phi_FDD = FDD_funct.FDD_MPE(
File C:\Python39\envs\pyoma2\lib\site-packages\pyoma2\functions\FDD_funct.py:293 in FDD_MPE
diffS1S2 = Sval[0, 0, idxlim[0] : idxlim[1]] / Sval[1, 1, idxlim[0] : idxlim[1]]
IndexError: index 1 is out of bounds for axis 0 with size 1
Hello,
I am getting the following error when trying to use either FDD or EFDD with multistep configuration with 1 reference sensor and 3 roving sensors: