|
CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
Provides some transfer functions. More...
Functions | |
| def | identity |
| Linear function that can be used as a Component's transfer function. More... | |
| def | quadratic |
| Quadratic function that can be used as a Component's transfer function. More... | |
| def | power_law |
| Power law that can be used as a Component's transfer function. More... | |
Provides some transfer functions.
| def CompoundPye.src.Components.transfer_functions.identity | ( | x, | |
gain = 1.0 |
|||
| ) |
Linear function that can be used as a Component's transfer function.
| def CompoundPye.src.Components.transfer_functions.power_law | ( | x, | |
| a, | |||
b = 1, |
|||
c = 0, |
|||
d = 0 |
|||
| ) |
Power law that can be used as a Component's transfer function.
| def CompoundPye.src.Components.transfer_functions.quadratic | ( | x, | |
a = 1, |
|||
b = 0 |
|||
| ) |
Quadratic function that can be used as a Component's transfer function.