From ea986b164b8eec41146a070ecd3f20be91e9d65f Mon Sep 17 00:00:00 2001 From: Brian Tabone Date: Sun, 24 Jun 2018 13:57:35 -0500 Subject: [PATCH] Updated link to youtube video Added video with high and low pass examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187d50f..5e0890d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Discrete 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. ## Signal and Synthesis in action -[![Signal and Synthesis in action](https://github.com/hybridmachine/DSP/blob/master/Docs/Signals%20And%20Synthesis%20in%20Action%20Video%20Thumbnail.png)](https://youtu.be/7jlWwE01DHk "S&S in action") +[![Signal and Synthesis in action](https://github.com/hybridmachine/DSP/blob/master/Docs/Signals%20And%20Synthesis%20in%20Action%20Video%20Thumbnail.png)](https://youtu.be/gREGf9_4zzQ "S&S in action") ## High Pass Filter: ![Screenshot](Docs/HighPassExample.png)