Тесты фильтрования

Оно добавляют задержку и сдвиг по фазе надо чет думать
This commit is contained in:
2025-11-10 07:50:18 +03:00
parent 79ff2667c4
commit 4491f11b3d
21 changed files with 471 additions and 87 deletions

View File

@@ -38,6 +38,10 @@ ADC_Set_Channel_Value(ADC3, 6, ReadInputArray(0,2));
ADC_Set_Channel_Value(ADC3, 7, ReadInputArray(0,3));
ADC_Set_Channel_Value(ADC3, 8, ReadInputArray(0,4));
ADC_Set_Channel_Value(ADC3, 10, ReadInputArray(0,5));
__HAL_TIM_SET_AUTORELOAD(&adc_tim, ReadInputArray(1, 0));
// USER APP INPUT END
}