What is meant by 16-bit real integer and a 16-bit imaginary integer?

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