CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.Components.lowpass_filter.LowpassFilter Class Reference

LowpassFilter is a Component with a predefined transfer function, turning it into a low-pass filter. More...

Inheritance diagram for CompoundPye.src.Components.lowpass_filter.LowpassFilter:
CompoundPye.src.Components.lowpass_filter.LowpassFilter2

Public Member Functions

def __init__
 Initializes a LowpassFilter-object. More...
 

Detailed Description

LowpassFilter is a Component with a predefined transfer function, turning it into a low-pass filter.

Constructor & Destructor Documentation

def CompoundPye.src.Components.lowpass_filter.LowpassFilter.__init__ (   self,
  time_const_RC,
  time_const_output,
  debug = False 
)

Initializes a LowpassFilter-object.

Parameters
time_const_RCTime constant as in a electrical low-pass filter.
dtBased on wikipedia's description of a low-pass filter, the time-step dt is required for the transfer function.

The documentation for this class was generated from the following file: