Borrar filtros
Borrar filtros

While using the function rpmordermap, the order resolution specified in the argument of the function does not match the actual order resolution.

4 visualizaciones (últimos 30 días)
I am using the function rpmordermap as follows:
[map,order,rpm,time,res] = rpmordermap(Ia,Fs,rpm,0.05,"Scale","dB","Window","hann");
In the argument of the function, the order resolution is set to 0.05. This does not match the values in the 'order' column as they are:
I can't find the reason why the distance between these values is not equal to the specified order resolution of 0.05.
Any help on this problem is greatly appreciated!

Respuestas (1)

Ayush Modi
Ayush Modi el 19 de En. de 2024
Hi Olivier,
As per my understanding, you would like to understand why the distance between the values in Order attribute is not equal to the specified order resolution (res) i.e. 0.05. Upon reviewing the "rpmordermap" function's MathWorks documentation, I found the following description in the input argument "res":
"The actual order resolution may differ slightly from the specified value."
Please refer to the following MathWorks documentation for more information on how the actual order is determined:
Hope this helps!

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by