what is the meaning of sat in algebraic equation?

4.6k Views Asked by At

What's the meaning of sat() in downside equation :

                                  f(x,y)=sat(x-y)

regards,

1

There are 1 best solutions below

1
On BEST ANSWER

I agree with @Momo above - I believe you are talking about the unit saturation function in that: $$\text{sat}(x-y) = \begin{cases} 1, & \text{if} \quad x>1+y \\ x-y, & \text{if} \quad |x-y| \leq 1 \\ -1, & \text{if} \quad x-y < -1 \end{cases}$$