From 4007b07f5e88075df6bd410ae6b76f0bbd546548 Mon Sep 17 00:00:00 2001 From: aleksey_k Date: Mon, 18 Mar 2024 20:38:52 +0900 Subject: [PATCH] spen_mtx was changed --- matrix/defects/spen_mtx.js | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix/defects/spen_mtx.js b/matrix/defects/spen_mtx.js index 193b8b7..bc32d11 100644 --- a/matrix/defects/spen_mtx.js +++ b/matrix/defects/spen_mtx.js @@ -29,7 +29,6 @@ export function spen_mtx() { for (let j = 0; j <= num - 1; j++) { lines.harms[j].tolerance = (j + 1) * frq * imp.tolerance(); //устанавливаем коридор обнаружения гармоники - //gtl.log.info("tolerance", lines.harms[j].tolerance); if (lines.harms[j].is_present == true) { deep = Math.round(imp.mod_factor(lines.harms[j].amplitude, lines.harms[j].base) * 100); gtl.log.info("deep", deep);