Universite-Gustave-Eiffel / NoiseCapture

Android App dedicated to the measurement of environmental noise.
http://noise-planet.org/fr/noisecapture.html
GNU General Public License v3.0
88 stars 45 forks source link

Better spectrum analysis and computation of LCeq #390

Closed nicolas-f closed 3 months ago

nicolas-f commented 10 months ago

With #336

Increase the quality of analysis by replacing the Tukey FFT by digital filters with subsampling. Real time FFT (visualisation only) could have a lesser cpu priority.

A benchmark comparison with last release would show the increase in processing power requested by such feature.

nicolas-f commented 3 months ago

Done in #392