ICSHWI-19486: Fix scaling of protection function waveforms and thresholds
Protection function outputs are multiplied by 100 in firmware for improved fixed-point precision. Divide by 100 when converting to float. The same conversion is done for interlock threshold values.
Moving average filter waveforms also need to be divided by the filter length to get average values.