Skip to content

Commit 21ae074

Browse files
authored
Update README.md
1 parent 63ef1fd commit 21ae074

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
@@ -2,7 +2,7 @@
22

33
This project uses my own mathematical model published in the journal [Chaos](https://aip.scitation.org/doi/10.1063/1.5120818). The model is called Spectral Forecast. The Spectral Forecast equation is a part of the Spectral Forecast model. The Spectral Forecast equation was initially used on matrices and can be used on other multidimensional mathematical objects. Here, a new utility is demonstrated for signals by using the equation on vectors of the same size. This new use on 1-dimensional objects was published [here](https://www.wiley.com/en-ie/Algorithms+in+Bioinformatics:+Theory+and+Implementation-p-9781119697992).
44

5-
# Spectral Forecast equation (VB6 app 1.0)
5+
# Spectral Forecast equation in VB6 (1.0)
66

77
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.
88

0 commit comments

Comments
 (0)