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

4 次查看(过去 30 天)
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!

回答(1 个)

Ayush Modi
Ayush Modi 2024-1-19
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!

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by