From 8f9fdc4db22ee4c209e4e7c0b49c192d151486fd Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:48:52 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- advanced_programming/task_2_result_pictures/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/advanced_programming/task_2_result_pictures/README.md b/advanced_programming/task_2_result_pictures/README.md index 02a91aa..9cce961 100644 --- a/advanced_programming/task_2_result_pictures/README.md +++ b/advanced_programming/task_2_result_pictures/README.md @@ -9,3 +9,13 @@ Basic: Scaled by divison max() for every individual frequency band: ![image1.png](image1.png) + +## 3 + +without preparing the data via /= std: + +![image2.png](image2.png) + +with equalizing the power via /= std (obviously not the best idea in this case): + +![image3.png](image3.png)