Goonstation 13 - Modules - TypesVar Details

/datum/digital_filter

Provide support for IIR filters to perform all your standard filtering needs! Previous inputs and outputs of the function will be summed together and output

https://en.wikipedia.org/wiki/Infinite_impulse_response

Vars

a_coefficientsfeedback (scalars for sumation of previous results)
b_coefficientsfeedforward (scalars for sumation of previous inputs)

Var Details

a_coefficients

feedback (scalars for sumation of previous results)

b_coefficients

feedforward (scalars for sumation of previous inputs)