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