波形比对算法迁移成功
This commit is contained in:
@@ -302,8 +302,8 @@ public class WaveformAligner {
|
||||
int maxWindows = Math.min(availableWindows1, availableWindows2);
|
||||
|
||||
// 限制最大窗口数为100(对应C代码中的MAX_DATA_NUM常量)
|
||||
if (maxWindows > 100) {
|
||||
maxWindows = 100;
|
||||
if (maxWindows > 50) {
|
||||
maxWindows = 50;
|
||||
}
|
||||
|
||||
result.setCalNum(maxWindows);
|
||||
|
||||
Reference in New Issue
Block a user