Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagniuc authored Mar 7, 2022
1 parent c40ce04 commit 410f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signal processing with Spectral Forecast

This Javascript 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 and it was initially used on matrices. It can also be used on other multidimensional mathematical objects. Here, a novel utility is demonstrated for signals by using the equation on vectors. This new use on 1-dimensional objects was published [here](https://www.wiley.com/en-ie/Algorithms+in+Bioinformatics:+Theory+and+Implementation-p-9781119697992). <b>Signal processing with Spectral Forecast</b> - is a demo application designed in Javascript, that is able to mix two signals (<i>A</i> and <i>B</i>) in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on a value <i>d</i>, called a distance. This distance <i>d</i> can be arbitrary chosen between zero and a value Max(d), which is defined as the maximum value found above the two vectors that represent these signals.
This Javascript 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 and it was initially used on matrices. It can also be used on other multidimensional mathematical objects. Here, a novel utility is demonstrated for signals by using the equation on vectors. This new use on 1-dimensional objects was published [here](https://www.wiley.com/en-ie/Algorithms+in+Bioinformatics:+Theory+and+Implementation-p-9781119697992). <b>Signal processing with Spectral Forecast</b> - is a demo application designed in Javascript, that is able to mix two signals (<i>A</i> and <i>B</i>) in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on a value <i>d</i>, called a distance. This distance <i>d</i> can be arbitrary chosen between zero and a value Max(d), which is defined as the maximum value found above the two vectors that represent these signals. Note that the construction and theory behind the chart of this application can be found [here](/~https://github.com/Gagniuc/World-smallest-js-chart-v1.0).

Live demo: https://gagniuc.github.io/Signal-processing-with-Spectral-Forecast/

Expand Down

0 comments on commit 410f2b8

Please sign in to comment.