matlab-extract-rotating-machinery-features
Installation
SKILL.md
Rotating Machinery Feature Extraction
Extract predictive features from rotating machinery data for condition monitoring and fault detection applications. This skill covers the essential feature extraction workflow steps and algorithms specialized to rotating machinery.
When to Use
- User has uniformly-sampled time series data representing rotating machinery sensor measurements stored as matrix,
timetable, or cell array variables. - User is building a condition monitoring or fault detection system for rotating machinery.
- User wants to process rotating machinery data for feature extraction.
- User wants to select most predictive features and construct a health indicator from features.
- User is deploying condition monitoring and fault detection systems.
- User has high-frequency vibration data and wants feature-based data reduction for efficient condition monitoring.
When NOT to Use
- User has non-time-series data such as images, videos, or tabular (unordered) data.
- User wants fault classification (as opposed to fault detection) with two or more fault classes. Use
classificationLearnerinstead. - User has time series data (labeled or unlabeled) and wants to build anomaly detection models. Use
timeSeriesAnomalyDetectorinstead. - User has very low-frequency data not suitable for statistical or spectral feature extraction.