While using the function rpmordermap, the order resolution specified in the argument of the function does not match the actual order resolution.
1 view (last 30 days)
Show older comments
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!
0 Comments
Answers (1)
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!
0 Comments
See Also
Categories
Find more on Vibration Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!