필터 지우기
필터 지우기

Filter Design for SHM Feature Engineering

조회 수: 3 (최근 30일)
Luke Megonigal
Luke Megonigal 2021년 2월 22일
답변: Hari 2024년 4월 24일
Hello,
My research involves feature engineering signals. I am wondering if anyone can point me in the right direction for using/designing filters to generate features for classification and regression analyses of signals. I found a good source video about using the peaks of filters. However, it is a shot in the dark for me to develop the right filter. Let me know if anyone can point me in the right direction.
Luke

답변 (1개)

Hari
Hari 2024년 4월 24일
Hi Luke Megonigal,
To guide you in filter design for feature engineering in signals, consider the following tools/function in MATLAB:
1. Filter Design Tools in MATLAB:
  • "designfilt" Function: MATLAB provides the "designfilt" function, which allows for the design of digital filters based on specifications you provide. This function is versatile and supports various filter types and design methods.
  • Filter Designer App: For a more interactive approach, MATLAB's Filter Designer app provides a graphical interface for designing and analyzing filters. It can be particularly useful if you're exploring different filter designs and their effects on your signal.
2. Feature Extraction Using Filtered Signals:
  • Once you have designed a suitable filter, apply it to your signal using the "filter" function in MATLAB. Analyze the filtered signal to identify features of interest, such as peaks, which can be detected using the "findpeaks" function.
  • Consider extracting various statistical features from the filtered signal, such as mean, standard deviation, skewness, and kurtosis, which might be relevant for your classification or regression models.
Iterative Design and Validation: Filter design for feature engineering is often an iterative process. You may need to experiment with different filter types, parameters, and extracted features to find the combination that provides the most discriminative or predictive power for your application.
References for further exploration:
Hope this helps!

카테고리

Help CenterFile Exchange에서 Digital and Analog Filters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by