Sine Decoder is a Tools application developed by Andrei_Krasnodar, but with the best Android emulator-LDPlayer, you can download and play Sine Decoder on your computer.
Running Sine Decoder on your computer allows you to browse clearly on a large screen, and controlling the application with a mouse and keyboard is much faster than using touchscreen, all while never having to worry about device battery issues.
With multi-instance and synchronization features, you can even run multiple applications and accounts on your PC.
And file sharing makes sharing images, videos, and files incredibly easy.
Download Sine Decoder and run it on your PC. Enjoy the large screen and high-definition quality on your PC!
The application calculates the amplitude A and period T of the sine that passes through 3 given points x[0] ,x[1], x[2]x[i]= A * sin( 2*PI*i/T + Fi )
Calculation Fi is trivial
Limitations :
1) Algorithm does no calculate sine if it's impossible
For example { 2 1 1 } and so on
2) T>2
There are many harmonics which pass through points {1 -1 1 }
3) x[1] <> 0
There are many sines which pass through points {1 0 -1 }
It is impossible to find sine which pass through points { x 0 y } where x <> -y