
#include "Util/SimTime.H"#include "GenericUtils/GenericFactory.H"#include "GenericUtils/CreateFunctor.H"

Go to the source code of this file.
Classes | |
| class | NeuralDecoder |
| class | NeuralDecoderDerived< Derived > |
| class | HoldDecoder |
| A decoder that just passes through the data, possibly with a delay. More... | |
| class | HistDecoder |
| A histogram (non overlapping) decoder, spike count. More... | |
| class | RectDecoder |
| A decoder using a sliding rectangular window, or moving average. More... | |
| class | ExpDecoder |
| A Exponential rate decoder. More... | |
| class | AlphaDecoder |
| A Rate decoder using an alpha function. More... | |
Class declaration for neural decoders, which expect as input a spike train, and outputs a decoded signal such as a spike density function, inter spike interval etc...
Definition in file NeuralDecoder.H.
1.6.3