Skip to main content
. 2021 Jun 22;23(7):789. doi: 10.3390/e23070789
Algorithm 3 Bearing fault identification.
  Input: Feature frequency fc
     Fault frequency set fd = [fi fo fb fr]
     Frequency tolerance tol
  Output: Bearing status d
  for Ha = 1 to 5
  d = abs(fdfc × Ha)
  if min(d) < tol
   break
  end if
  end