Skip to content

Commit 9b01ba9

Browse files
authored
Update README.md
1 parent 86897b4 commit 9b01ba9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Spectral Forecast equation (VB6 app 1.0)
2-
3-
Spectral Forecast equation (VB6 app 1.0) - is a demo application designed in Visual Basic 6.0.
1+
# Intro
42

3+
One can look at this project as an advertisement for 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 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).
54

6-
One can look at this project as an advertisement for 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.
7-
5+
# Spectral Forecast equation (VB6 app 1.0)
86

9-
This application can combine 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> is defined from zero to the maximum value found above the two vectors that represent these signals. Note that <i>Spectral Forecast equation (VB6 app <b>1.0</b>)</i> has an issue with the autoredraw setting in the case of Form1. 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+
Spectral Forecast equation (VB6 app 1.0) - is a demo application designed in Visual Basic 6.0. This application can combine 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> is defined from zero to the maximum value found above the two vectors that represent these signals. Note that <i>Spectral Forecast equation (VB6 app <b>1.0</b>)</i> has an issue with the autoredraw setting in the case of Form1. 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.
108

119

1210
![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)