How to implement PCA to differentiate the signals from each other.
5 views (last 30 days)
Show older comments
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 Comments
Answers (1)
John Navarro
on 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 Comments
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction 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!