From bdc910031f6c1dfce002dbc1fe491aa5673be9a6 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 31 Mar 2016 14:56:19 +0300 Subject: [PATCH] add noise func --- docs/fft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fft.py b/docs/fft.py index 6f2a9aa..62d0906 100644 --- a/docs/fft.py +++ b/docs/fft.py @@ -41,4 +41,4 @@ def real_sound_weave(freqHz): plot(Fe, N, x, y) -real_sound_weave(4000) \ No newline at end of file +real_sound_weave(4500) \ No newline at end of file