Pārlūkot izejas kodu

修改参数估计

wyq 1 gadu atpakaļ
vecāks
revīzija
72950b87ce
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      XdCxRhDW.Core/Api/Cpu参估/XcorrUtils.cs

+ 1 - 1
XdCxRhDW.Core/Api/Cpu参估/XcorrUtils.cs

@@ -51,7 +51,7 @@ namespace XdCxRhDW.Core.Api
             await Task.Run(() =>
             {
                 cafp.StartInfo.FileName = Path.Combine(cafp.StartInfo.WorkingDirectory, "xcorr\\XcorrCpu.exe");
-                cafp.StartInfo.Arguments = $"\"{xs.file1}\" \"{xs.file2}\" {(Int64)(xs.samplingRate)} {xs.dtCenter} {xs.dtRange} {xs.dfRange} {xs.smpStart} {xs.smpCount} {xs.snrThreshold}";
+                cafp.StartInfo.Arguments = $"0 \"{xs.file1}\" \"{xs.file2}\" {(Int64)(xs.samplingRate)} {xs.dtCenter} {xs.dtRange} {xs.dfRange} {xs.smpStart} {xs.smpCount} {xs.snrThreshold}";
                 cafp.StartInfo.CreateNoWindow = true;
                 cafp.StartInfo.RedirectStandardError = true;
                 cafp.StartInfo.RedirectStandardOutput = true;