|
rusEFI
The most advanced open source ECU
|
#include <lua_biquad.h>

Public Member Functions | |
| float | filter (float input) |
| void | configureLowpass (float samplingFrequency, float cutoffFrequency) |
Data Fields | |
| Biquad | delegate |
| bool | isFirstValue = true |
Definition at line 6 of file lua_biquad.h.
Definition at line 17 of file lua_biquad.h.
Referenced by configureRusefiLuaHooks().


Definition at line 9 of file lua_biquad.h.
Referenced by configureRusefiLuaHooks().


| Biquad LuaBiQuad::delegate |
Definition at line 7 of file lua_biquad.h.
Referenced by configureLowpass(), and filter().
| bool LuaBiQuad::isFirstValue = true |
Definition at line 22 of file lua_biquad.h.
Referenced by configureLowpass(), and filter().