From 3885543afa86263eb10697bddeb055f03d30b9c5 Mon Sep 17 00:00:00 2001 From: Brian Tabone Date: Sun, 24 Jun 2018 14:00:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0890d..6480a03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,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. +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 20 milliseconds sections 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/gREGf9_4zzQ "S&S in action")