rusefi-1/firmware/util/math
Matthew Kennedy 1a55085bb6
Software knock detection (#1730)
* s

* science

* set pin mode

* turn stuff off so it fits

* filtering maybe

* filtering actually works

* generate filter parameters internally

* shorter window

* guard behind enable flag

* use checked in filter

* add biquad reset

* tracing

* const

* exec order

* do it from a thread

* smaller buffer, comment

* configure with header

* only for proteus

* oops

* unused

* not needed

* guards

* pin config

* don't need that include

* precook filter steady state

* define sample rate

* config enable switch
2020-08-28 21:13:50 -04:00
..
biquad.cpp Software knock detection (#1730) 2020-08-28 21:13:50 -04:00
biquad.h Software knock detection (#1730) 2020-08-28 21:13:50 -04:00
crc.c
crc.h
deadband.h short term fuel trim: part 2 (#1405) 2020-05-07 08:52:32 -04:00
interpolation.cpp funny that THIS would happen 2020-05-23 22:11:09 -04:00
interpolation.h fix warnings (#1282) 2020-04-12 09:39:14 -04:00
pid.cpp Stefan, I want to drink from the same fountain of patience 2020-07-12 15:00:44 -04:00
pid.h PidIndustrial does not limit iTerm fix #1599 2020-07-11 15:30:40 -04:00
pid_cic.md