corinfinite / brp-pacu

An audio analysis tool to configure any sound system with an equalizer. It compares the output of the system to the input of the system and allows you to use this data to perform final equalization by matching the results with actual DSP/EQ.
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Averaging is done on GUI rendering #29

Open corinfinite opened 7 years ago

corinfinite commented 7 years ago

Averaging on the output trace is done when the GUI updates. If the GUI updates more frequently the trace will appear smoother. If the GUI updates less frequently the trace will appear less well behaved. This is not desirable.

Averaging should be done as part of calculating the auto spectra and cross spectrum. Resolving this will be part of resolving #18