Software Manual Owner manual

SimplIQ Software Manual 13BFilters
MAN-SIMSW (Ver. 1.4)
14-9
The value of KV[N] parameters for N = 12…47 is not important.
Float2Par indicates the following function:
Function y = Float2Par(x)
A = x * 1024
S1 = floor(A);
S2 = 32768 * (A - 21)
Y = S1 * 65536 + S2
Be aware that the KV[N] manual programming is not required because the Composer
program performs it manually.