Clear Filters
Clear Filters

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

4 views (last 30 days)
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!

Answers (1)

Ayush Modi
Ayush Modi on 19 Jan 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!

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!