diff --git a/code/notebooks/03_feature_extraction.ipynb b/code/notebooks/03_feature_extraction.ipynb index f659f23..5995086 100644 --- a/code/notebooks/03_feature_extraction.ipynb +++ b/code/notebooks/03_feature_extraction.ipynb @@ -186,6 +186,103 @@ "plt.grid(True)\n", "plt.show()" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Print Time-domain Features" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
| \n", + " | Mean | \n", + "Max | \n", + "Peak (Pm) | \n", + "Peak-to-Peak (Pk) | \n", + "RMS | \n", + "Variance | \n", + "Standard Deviation | \n", + "Power | \n", + "Crest Factor | \n", + "Form Factor | \n", + "Pulse Indicator | \n", + "Margin | \n", + "Kurtosis | \n", + "Skewness | \n", + "
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", + "0.448061 | \n", + "1.579213 | \n", + "1.579213 | \n", + "2.048687 | \n", + "0.819284 | \n", + "0.470467 | \n", + "0.723008 | \n", + "0.671226 | \n", + "1.927553 | \n", + "1.828509 | \n", + "3.524548 | \n", + "2.067638 | \n", + "1.917716 | \n", + "0.412307 | \n", + "