From 2f8fad32e3c589b622aeffec2f0e6dc1f3630513 Mon Sep 17 00:00:00 2001 From: Brumi-2021 <86470699+Brumi-2021@users.noreply.github.com> Date: Mon, 8 May 2023 17:12:59 +0200 Subject: [PATCH] Updated Signal Generator (markdown) --- Signal-Generator.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Signal-Generator.md b/Signal-Generator.md index 14f397e..b8ca55d 100644 --- a/Signal-Generator.md +++ b/Signal-Generator.md @@ -23,16 +23,10 @@ Update when unchecked requires the user to drop carrier, then re-start carrier i Stop after 1s limits carrier duration to 1 second ## * White Noise generator options: -From nightly 1st of May 23 fw onwards, we have added 3 White Noise simulation options. We are generating simulated White Noise ,using pseudo random noise generator, 8 bits linear-feedback shift register (LFSR) algorithm, variant Fibonacci. (Following this wiki [link](https://en.wikipedia.org/wiki/Linear-feedback_shift_register)) -* noise signal -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) . - - - Example of the implementation of the first Noise option , n x 20 Khz aprox. + Example of the implementation of a 8 bite Noise option ![image](https://user-images.githubusercontent.com/86470699/235372877-9eecb03d-ac05-46d5-be43-858fb8d4d15a.png)