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

Holds the class HighpassFilter, which is a Component with a predefined transfer function to turn it into a high-pass filter. More...

Classes

class  HighpassFilter
 Component with a predefined transfer function turning it into a high-pass filter. More...
 
class  HighpassFilter2
 Similar to HighpassFilter. More...
 

Detailed Description

Holds the class HighpassFilter, which is a Component with a predefined transfer function to turn it into a high-pass filter.

Author
Ilyas Kuhlemann ilyas.nosp@m.p.ku.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Date
09.10.14
Todo:
I'm not happy with the high-pass filter's dependency on the time-step dt! Need to change this! Same for the low pass.