spen_mtx was changed

develop
aleksey_k 2024-03-18 20:38:52 +09:00
parent 85c9b85bba
commit 4007b07f5e
1 changed files with 0 additions and 1 deletions

View File

@ -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);