This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
#include "utilities.h"
#include "filter.h"
#include "delaysum.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | aureservoir |
Data Structures | |
class | aureservoir::SimBase< T > |
abstract base class for simulation algorithms More... | |
class | aureservoir::SimStd< T > |
standard simulation algorithm as in Jaeger's initial paper More... | |
class | aureservoir::SimLI< T > |
algorithm with leaky integrator neurons More... | |
class | aureservoir::SimBP< T > |
algorithm with bandpass style neurons as in Wustlich and Siewert More... | |
class | aureservoir::SimFilter< T > |
algorithm with general IIR-Filter neurons More... | |
class | aureservoir::SimFilter2< T > |
algorithm with IIR-Filter before neuron nonlinearity More... | |
class | aureservoir::SimFilterDS< T > |
IIR-Filter neurons with additional delay&sum readout. More... | |
class | aureservoir::SimSquare< T > |
algorithm with additional squared state updates More... | |
Enumerations | |
enum | aureservoir::SimAlgorithm { aureservoir::SIM_STD, aureservoir::SIM_SQUARE, aureservoir::SIM_LI, aureservoir::SIM_BP, aureservoir::SIM_FILTER, aureservoir::SIM_FILTER2, aureservoir::SIM_FILTER_DS } |