This commit is contained in:
xyy
2026-06-03 14:04:49 +08:00
parent 22cab5e36d
commit 218c0aa666
2 changed files with 88 additions and 53 deletions

View File

@@ -71,7 +71,7 @@ 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.20; // 默认0.35秒,避开早期扰动
public double FitStartTime { get; set; } = 0.25; // 默认0.35秒,避开早期扰动
public double FitEndTime { get; set; } = 0.60;
@@ -92,6 +92,6 @@ public class CalibrationCoefficients
public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 33.8;
public double ThermalConductivityCorrection { get; set; } = 36.8;
public double ThermalDiffusivityCorrection { get; set; } = 19.9;
}