From 59695f45cbd1b827a914caf269d1dd1f28905623 Mon Sep 17 00:00:00 2001 From: Brumi-2021 <86470699+Brumi-2021@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:57:05 +0200 Subject: [PATCH] Updated Signal Generator (markdown) --- Signal-Generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal-Generator.md b/Signal-Generator.md index 843b1e8..265cf82 100644 --- a/Signal-Generator.md +++ b/Signal-Generator.md @@ -32,7 +32,7 @@ We are generating simulated White Noise ,using pseudo random noise generator, 8 * noise n x 10khz (taps: 7 6; feedback polynomial: x^7 + x^6 + 1 , Periode 127 = 2^n-1,it generates harmonincs aprox every n x 10Khz * noise n x 5khz (taps:8,6,5,4;feedback polynomial: x^8 + x^6 + x^5 + x^4 + 1,Periode 255= 2^n-1, harmonics aprox every n x 5khz -Those GUI title, is indicating that the contents of the FFT spectrum , has harmonics of n x 20khz, or n x 15khz, or n x 10khz. +Those GUI title, is indicating that the contents of the FFT spectrum , has harmonics of n x 20khz, or n x 10khz, or n x 5khz. (so user can select the granularity of the noise harmonics, ideally White noise should have all infinite harmonics) .