public StallDetectorF(float threshold, double stall_time) : base(threshold, stall_time) { filter = new LowPassFilterF(); init_filter(); }