phishman3579/android-compass

Low Pass Filter is not implemented?

yuhang-lin opened this issue · 4 comments

LowPassFilter is created but not implemented.

There is a private function LowPassFilter(), but it's empty.

It's a public static function.
public static float[] filter(float[] input, float[] prev)

Oh sorry I didn't realize that private function is actually the constructor of the class.