mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef KL_OUTLIER_H_
|
|
#define KL_OUTLIER_H_
|
|
|
|
float thredhold(float);
|
|
float filter (float ,float ,float* ,float* ,float& ,float& );
|
|
|
|
#endif
|