#include <analogfilter.h>
Inheritance diagram for AnalogFilter:
|
Constructs a new analog filter.
|
|
Frees the memory. |
|
Adds one input channel. |
|
Calculates a new filter kernel for the given number of data points.
Implemented in GaussianAnalogFilter, TriangularAnalogFilter, and UserAnalogFilter. |
|
Filter a response signal of the neural microcircuit.
Implements FilterFunction. |
|
Resets the information stored within the filter. Implements FilterFunction. |
|
Sets the number of input channels.
|
|
This function is called after parameters are updated. Reimplemented from FilterFunction. Reimplemented in UserAnalogFilter. |