FILTER(k,Var,Mean) = (Var << 16 - Mean)>> k + Mean
求教一下各位工程师,这个算法实现了什么功能?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
FILTER(k,Var,Mean) = (Var << 16 - Mean)>> k + Mean
求教一下各位工程师,这个算法实现了什么功能?