From 6c839eeaad68af0244c9a5d5dc83e5905298da83 Mon Sep 17 00:00:00 2001 From: Brian Tabone Date: Sat, 23 Jun 2018 15:32:10 -0500 Subject: [PATCH] Formatting cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceee098..868c928 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Discreet Fourier Transform Implementation with filters and visualization. In these examples a sample rate of 8000 samples/second was used on a 100hz sine wave (synthetic sample) with whitenoise added to the signal. Here we are looking at the first 100 milliseconds of the signal. -High Pass Filter: +## High Pass Filter: ![Screenshot](Docs/HighPassExample.png) -Low Pass Filter: +## Low Pass Filter: ![Screenshot](Docs/LowPassExample.png)