7d39176e27ea97ff7dcc7576976503e9591e92f4
The code changes add a new file `time_domain_features.py` that contains a `FeatureExtractor` class. This class calculates various time domain features for a given dataset. The features include mean, max, peak, peak-to-peak, RMS, variance, standard deviation, power, crest factor, form factor, pulse indicator, margin, kurtosis, and skewness. The class takes a file path as input and reads the data from a CSV file. It assumes the data to analyze is in the first column. The calculated features are stored in a dictionary. The commit message suggests that the purpose of the changes is to add a new class for time domain feature extraction.
The file is empty.
Description
Languages
TeX
63.9%
Jupyter Notebook
20.2%
Python
15.3%
Shell
0.6%