Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
3 answers
193 views

Generating a sinusoid sound signal in Java

Is there any legroom left for optimization (without switching to C)? ...
user3233089's user avatar
1 vote
2 answers
441 views

Calculating the energy of a signal

I have a program to read signal data from 120 files in a folder and performing the energy of the signal. It works correctly, but execution time is more than 20 mins, so there may be a problem with ...
user3602066's user avatar
6 votes
2 answers
237 views

Performance of speech enhancement code for Android app

I wrote a speech enhancement code for an Android App. The algorithm runs on 256 size frames of voice samples. On my PC the code runs per about 5ms per frame, while on my Nexsus 5 it more like 50ms per ...
Hillel's user avatar
  • 161