how to prepare numeric data for classification of faults to import in deep network designer app in matlab

Answers (2)

That's a big Q? with no background...I'd suggest this could be a good place to use <MATLAB Copilot> as well as look at the examples provided for something that seems at least somewhat simimlar to whatever it is you have in mind.
Hi. Does MMC stanf for modular multilevel converter?
For fault classification people often start with extracting features from time-series data. Once you have features you can use them for fault classification.
For feature extraction I recommend checking out Diagnostic Feature Designer app in Predictive Maintenance Toolbox, please take a look at the examples here: https://www.mathworks.com/help/predmaint/examples.html?s_tid=CRUX_topnav&category=rotating-machinery
This example in particular shows how to use extracted features for classification with a deep neural network (you can specify network architecture using Deep Network Designer app or programmatically as the example does):
HTH.
Arkadiy

Categories

Asked:

on 7 Jun 2026

Community Treasure Hunt

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

Start Hunting!