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

조회 수: 1 (최근 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에서 Vibration Analysis에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by