pytutorial/advanced_programming/task_2_result_pictures/README.md
David Rotermund 8f9fdc4db2
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2024-02-19 15:48:52 +01:00

333 B

Mandatory Tasks

2

Basic:

image0.png

Scaled by divison max() for every individual frequency band:

image1.png

3

without preparing the data via /= std:

image2.png

with equalizing the power via /= std (obviously not the best idea in this case):

image3.png