DLPU057A March 2018 – April 2022
The low pass filter is used to smoothen any sharp changes in temperature. The operation of the low pass filter is based on 2 constants: Strength and Quantization step. There are two stages of operation – Filtering and Quantization.
New output temperature T1(n + 1) = g * T2(n + 1) - (1 - g)*T1(n)
If T1(n + 1) >Last used Active Temperature (round down)
Active Temperature(Used for dimming) = T1(n + 1) - modulo(T1(n + 1), Qstep)
Else (round up)
Active Temperature(Used for dimming) = T1(n + 1) - modulo(T1(n + 1), Qstep) + Qstep