Feature extraction from a signal and classification

31 ビュー (過去 30 日間)
Harry
Harry 2017 年 2 月 19 日
コメント済み: Liyifei LiYiFei 2023 年 4 月 24 日
I was wondering if anyone could help me with a few steps or even code to get started on feature extraction from a signal. I would like to extract the features of a signal and then classify them in the classification learner app.
The data I have is a vibration signal that varies between a set of healthy bearings and bearings that are faulty.
The aim is to extract the features and then compare them in the classification app with each other to identify when bearings are faulty.
Any help is appreciated!
Thanks
  3 件のコメント
Harry
Harry 2017 年 2 月 26 日
I uploaded the signals and the code.
Thank you
Liyifei LiYiFei
Liyifei LiYiFei 2023 年 4 月 24 日
你好,我也有和你相似的问题,你解决了吗,如何对信号进行特征提取并进行故障分类

サインインしてコメントする。

回答 (7 件)

Abel Babu
Abel Babu 2017 年 2 月 22 日
編集済み: Abel Babu 2017 年 2 月 22 日
Hi Harry,
This MATLAB example would be a good starting point:
The example deals with the classification of physiological signals but the features used here can be applied to classification of signals in general. The extracted features can then be fed as features for the classification app.
As suggested by Image Analyst, spectral analysis can be used to generate more features as well.
Abel
  3 件のコメント
Jan
Jan 2017 年 2 月 22 日
+1. For Matlab all signals are a list of numbers only and it does not matter what the signal means physically.
Aditya Baru
Aditya Baru 2018 年 5 月 2 日
編集済み: Aditya Baru 2018 年 5 月 2 日
The new Predictive Maintenance Toolbox has a lot of capabilities that support this kind of workflow, so you could check out its documentation for more information.

サインインしてコメントする。


Zhao Lu
Zhao Lu 2021 年 3 月 22 日
MATLAB has EMD function, for EEMD, the code can be downloaded from

Rahmawati Rahmawati
Rahmawati Rahmawati 2018 年 5 月 2 日
halo everyone, I am rahma and i am totally newbie in EEG data analysis. I got an assignment to make a classification between two conditions using spectral powers based on Raw EEG data which has been given by my Professor. but to be honest i don't know how to start with this. and here are the state: Sampling rate: 512 HZ Channel position: POz, PO1, PO2, PO3, PO4, Oz, O1, O2
any help and hints are totally helpful for me.
Thanks in advance.
  1 件のコメント
Smith Khare
Smith Khare 2019 年 9 月 25 日
One need complete dataset to process and understand, then after the main work starts

サインインしてコメントする。


karthikeyan chandrasekar
karthikeyan chandrasekar 2019 年 1 月 8 日
hi everyone can anyone tell me how to extract features using PCA for a signal ,i.e 8190x2 signal which is in text[matrix] format.
Thankyou in advance
  1 件のコメント
John Navarro
John Navarro 2021 年 2 月 2 日
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.

サインインしてコメントする。


Zhao Lu
Zhao Lu 2021 年 3 月 15 日
Use EMD or EEMD or CEEMDAN
  3 件のコメント
John Navarro
John Navarro 2021 年 3 月 22 日
Signal Processing. Neither of these options are in MATLAB, as far as I know.
Maybe in a forum as function made by other users.
EMD and VMD are the most similar functions you would find in the program.

サインインしてコメントする。


litha Mbangeni
litha Mbangeni 2021 年 4 月 23 日
Can I simulate CEEMDAN in matlab
  2 件のコメント
Smith Khare
Smith Khare 2021 年 4 月 23 日
Yes... There is a toolbox available. You can use it to analyze the signal
Smith Khare
Smith Khare 2021 年 4 月 23 日
https://github.com/ron1818/PhD_code/blob/master/EMD_EEMD/ceemdan.m
The above link could be of interest to you

サインインしてコメントする。


Shrey Joshi
Shrey Joshi 2022 年 5 月 18 日
you can start by using features provided in feature extraction mode of signal labeler app.
https://www.mathworks.com/help/signal/ug/extract-signal-features.html

カテゴリ

Help Center および File ExchangeVibration Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by