Skip to content

Commit 8e853ef

Browse files
authored
Update README.md
1 parent ec8ed41 commit 8e853ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project uses my own mathematical model published in the journal [Chaos](htt
44

55
# Spectral Forecast equation in VB6
66

7-
Spectral Forecast equation (VB6 app 1.0) - is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on the value of a so-called distance <i>d</i>. This distance <i>d</i> can be defined from zero to the maximum value found above the two vectors that represent these signals (<i>Max(d)</i>). Note that the implementation of <i>Spectral Forecast equation (VB6 app <b>1.0</b>)</i> has an issue with the autoredraw setting in the case of Form1 (a VB6 specific issue). Thus, certain real-time processing delays can be observed. However, the version 2.0 that can be found [here](https://github.com/Gagniuc/Mix-two-signals-by-using-Spectral-Forecast-in-VB6-app-v2.0) does not pose a problem with autoredraw.
7+
<i>Spectral Forecast equation (VB6 app 1.0)</i> - is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on the value of a so-called distance <i>d</i>. This distance <i>d</i> can be defined from zero to the maximum value found above the two vectors that represent these signals (<i>Max(d)</i>). Note that the implementation of <i>Spectral Forecast equation (VB6 app <b>1.0</b>)</i> has an issue with the autoredraw setting in the case of Form1 (a VB6 specific issue). Thus, certain real-time processing delays can be observed. However, the version 2.0 that can be found [here](https://github.com/Gagniuc/Mix-two-signals-by-using-Spectral-Forecast-in-VB6-app-v2.0) does not pose a problem with autoredraw.
88

99

1010
![screenshot](https://github.com/Gagniuc/Mix-signals-by-using-Spectral-Forecast-v1.0/blob/main/img/Spectral%20Forecast%20in%20VB%20(1).gif?raw=true)

0 commit comments

Comments
 (0)