How to implement PCA to differentiate the signals from each other.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi i have 88345x4 data set of fault and healthy gearbox, now how do i apply PCA for this data set and how can i differentiate them using PCA analysis using matlab
0 Kommentare
Antworten (1)
John Navarro
am 2 Feb. 2021
By PCA did you mean Principal component analysis?
If so, PCA does not extract features, it evaluates their correlation and indicates the more useful ones. PCA is employed for feature selection, no feature extraction. It should be done according the expertise, the case of study, and the features of interest.
PCA will indicate which features would be more useful as classification criteria.
I recommend you to check documentation of other toolboxes related to classification and feature extraction (machine learning and statitics toolbox) and PM toolbox, instead of only information regarding signal processing toolbox.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!