From 3ec9dc154c79b015a249509e84b2768bc52ec6e3 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期一, 21 四月 2025 10:58:21 +0800 Subject: [PATCH] 增加首页图标 --- WinFrmUI/IBox.WinFrmUI/Untity/FilterKalman.cs | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/WinFrmUI/IBox.WinFrmUI/Untity/FilterKalman.cs b/WinFrmUI/IBox.WinFrmUI/Untity/FilterKalman.cs index 20180ff..38154b9 100644 --- a/WinFrmUI/IBox.WinFrmUI/Untity/FilterKalman.cs +++ b/WinFrmUI/IBox.WinFrmUI/Untity/FilterKalman.cs @@ -1,10 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace IBox.WinFrmUI +锘縩amespace IBox.WinFrmUI { public class FilterKalman { @@ -26,12 +20,12 @@ /// </summary> public FilterKalman(double R, double Q, double A, double B, double H) { - this.R = R; - this.Q = Q; + this.R = R; + this.Q = Q; - this.A = A; - this.B = B; - this.H = H; + this.A = A; + this.B = B; + this.H = H; this.cov = double.NaN; this.x = double.NaN; -- Gitblit v1.9.3