CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
LowpassFilter is a Component with a predefined transfer function, turning it into a low-pass filter. More...
Public Member Functions | |
def | __init__ |
Initializes a LowpassFilter-object. More... | |
LowpassFilter is a Component with a predefined transfer function, turning it into a low-pass filter.
def CompoundPye.src.Components.lowpass_filter.LowpassFilter.__init__ | ( | self, | |
time_const_RC, | |||
time_const_output, | |||
debug = False |
|||
) |
Initializes a LowpassFilter-object.
time_const_RC | Time constant as in a electrical low-pass filter. |
dt | Based on wikipedia's description of a low-pass filter, the time-step dt is required for the transfer function. |