That calculation (Max + 1/4 Min) is intended as a quick and dirty method of calculating the magnitude of the signal without resorting to floating point maths. If you have the CPU power then sqrt(maxmax + minmin) will give you a far better solution.
1 Like