Alexandru Caraus

Results 2 issues of Alexandru Caraus

The circle or rect is displaced when the activity is in full screen. I copied the project over and fixed it in the following way. `public final class TutoShowcase {...

The inverse fft is not computed correctly ``` fun fft1() { // Example data val magnitudeFrame = doubleArrayOf(1.0, 2.0, 3.0, 4.0) val phaseCumulative = doubleArrayOf(0.1, 0.2, 0.3, 0.4) val inputFrame...