Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Windowed transformation and Bearing Fault example #1

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

lucianolorenti
Copy link
Owner

This PR includes some additional transformer, in particular, the class SplitIntoWindows. This class splits the window into multiple windows. Unlike using sliding windows, this allows you to transform each window independently.

An example of using this class is provided. The example tries to be similar to the one presented here [1]. The MFPT dataset is also included in the library.
The example basically:

  • splits the signals into windows
  • performs a band-pass filter whose frequency bands are obtained through a kurtogram (Code for doing the kurtogram is also added)
  • Compute the envelope of the filtered signal
  • Extract features from the envelope
  • Classify the features extracted in each window, intro three classes: NORMAL, OUTER_RACE_FAULT, INNER_RACE_FAULT

[1] https://it.mathworks.com/help/predmaint/ug/Rolling-Element-Bearing-Fault-Diagnosis.html

@lucianolorenti lucianolorenti changed the base branch from main to devel June 3, 2021 14:41
Base automatically changed from devel to main August 24, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant