SiReNe Simulation Software  1.0
SireneComponents.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * SiReNe software version 1.0
3  * Copyright © 2018-2020, INRIA, CNRS, Université de Lorraine. All rights reserved.
4  *
5  * Authors : N. AZEVEDO CARVALHO, S. CONTASSOT-VIVIER, L. BUHRY and D. MARTINEZ
6  * Version : 1.0
7  * Years : 2018-2020
8  *
9  * Authors : W. RAPHA, E. HUGUES, D. MARTINEZ and Y. BONIFACE
10  * Version : 0.1
11  * Years : 2002-2009
12  *
13  * License : GNU General Public License, version 2
14  *
15  * This program is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU General Public License as
17  * published by the Free Software Foundation; either version 2 of the
18  * License, or (at your option) any later version.
19  *
20  * This program is distributed in the hope that it will be useful, but
21  * WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23  * General Public License for more details.
24  *
25  ******************************************************************************/
33 #ifndef SIRENE_COMPONENTS_H
34 #define SIRENE_COMPONENTS_H
35 
36 /*******************************************************************************
37  * Components of SiReNe software
38  ******************************************************************************/
39 #include "Sirene.h"
40 #include "BezierInterpolation.h"
41 #include "Displays.h"
42 #include "InputCurrents.h"
43 #include "MSN.h"
44 #include "Memory.h"
45 #include "NumericalMethods.h"
46 #include "RandGenerConnect.h"
47 #include "Spikes.h"
48 #include "SynapticCurrent.h"
49 #include "Updates.h"
50 
51 #endif
RandGenerConnect.h
Pseudo-random connectivity generator and post-synaptic neurons update.
Updates.h
Update functions of neurons and models.
Spikes.h
Spike processing functions.
SynapticCurrent.h
Synaptic current model.
BezierInterpolation.h
Bézier curve interpolation for spike detection.
NumericalMethods.h
Numerical methods used to compute the network evolution at each time-step.
Displays.h
Display functions for neurons and models.
InputCurrents.h
Different input currents of the neurons.
Memory.h
Memory management functions.
Sirene.h
Main inlcude file of the SiReNe Software.
MSN.h
MSN neural network.