Normalisation rgb reh c

3 次查看(过去 30 天)
Charly
Charly 2024-5-4
编辑: Charly 2024-6-6
f

回答(1 个)

Bora Eryilmaz
Bora Eryilmaz 2024-5-9
编辑:Bora Eryilmaz 2024-5-9
There is a set of commands in the Signal Processing Toolbox and the Predictive Maintenance Toolbox for handling time-domain and frequency-domain data associated with a rotation rate so that the data can be "normalized" with respect to a rotation speed.
For frequency-domain data, see the orderspectrum and ordertrack commands. This demo can also be helpful: https://www.mathworks.com/help/signal/ug/order-analysis-of-a-vibration-signal.html
For locating important frequencies to identify faults in the rotating systems, you can also check this example:
  2 个评论
Bora Eryilmaz
Bora Eryilmaz 2024-5-10
For healthy data, you can probably use a moving average of the healthy signal values over a fixed window length and compare it to a fault threshold, where the threshold is either a generic value (say, 150% of the normal mean for that pump) or has to be specified per pump (based on pump size, etc.). So, instead of standardizing the amplitudes, you can look into standardizing the change in amplitude and compare that to the threshold, where the threshold could be a function of pump size, power, etc.
Hope this helps.
Bora Eryilmaz
Bora Eryilmaz 2024-5-10
For a given pump model, if the fault threshold really depends on the usage history of a particular pump (of that model), you would still need some indicators (also called condition variable or operating point) to differentiate the pumps with respect to their individual use cases.
Could you create some condition variables as differentiators of those use cases, such as:
  • Continuously-used vs. intermittently-used pump
  • High- vs low-temperature fluid
  • Corrosive vs non-corrosive fluid
  • Soft vs hard foundation at installation site

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Design Condition Indicators Interactively 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by