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)