how to prepare numeric data for classification of faults to import in deep network designer app in matlab
Show older comments
how to prepare numeric data for classification of faults in MMC to import in deep network designer app in matlab
Answers (2)
dpb
on 7 Jun 2026
0 votes
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.
Arkadiy Turevskiy
on 8 Jul 2026
0 votes
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
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!