This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user