This commit is contained in:
xyy
2026-06-02 20:13:30 +08:00
parent dea0d29d18
commit 9d59b439eb
3 changed files with 17 additions and 12 deletions

View File

@@ -68,8 +68,11 @@ public class TestParameters
public double FitStartTime { get; set; } = 0.01; // 默认0.35秒,避开早期扰动
public double FitEndTime { get; set; } = 0.1;
//public double FitStartTime { get; set; } = 0.01; // 默认0.35秒,避开早期扰动
//public double FitEndTime { get; set; } = 0.1;
public double FitStartTime { get; set; } = 0.20; // 默认0.35秒,避开早期扰动
public double FitEndTime { get; set; } = 0.60;
@@ -89,6 +92,6 @@ public class CalibrationCoefficients
public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 0.606;
public double ThermalConductivityCorrection { get; set; } = 36.8;
public double ThermalDiffusivityCorrection { get; set; } = 19.9;
}