Dataset Preprocessing for Internal Combustion Engine Fault Classification (Dataset Preprocessing)
收藏IEEE2026-04-17 收录
下载链接:
https://ieee-dataport.org/documents/dataset-preprocessing-internal-combustion-engine-fault-classification-dataset
下载链接
链接失效反馈官方服务:
资源简介:
This code presents the implementation of a pre-processing pipeline for the database of an internal combustion engine of a car that will be used for fault detection using a Deep Learning model. The process begins with setting up Google Drive to access the dataset, importing the necessary libraries for audio processing and machine learning, and defining a function to extract MFCC coefficients from fixed-padding audio files. Next, it prepares the data, extracting the features from the audio files located in the specified path, organizes them into NumPy arrays, normalizes the features, encodes the class labels using LabelEncoder, divides the data into training, validation, and test sets using stratification to ensure that the distribution of classes is similar in each set.
提供机构:
Thyago Leite de Vasconcelos Lima; Abel Cavalcante Lima Filho; Norah Nadia Sánchez Torres; Oswaldo Hideo Ando Junior; Joylan Nunes Maciel



