CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
Main Page
User Guide
1. Getting Started
2. Basic Concepts
3. Neurons, Synapses, and Groups
4. Connections
5. Synaptic Plasticity
6. Input
7. Monitoring
8. Saving and Loading
9. MATLAB Offline Analysis Toolbox (OAT)
10. ECJ
11. Regression Suite
12. Advanced Topics
13. pyCARL
Tutorial
1. Basic Concepts
2. 80-20 Random Spiking Network
3. Plasticity
4. Image Processing
5. Motion Energy
6. Simple Weight Tuner
7. Parameter Tuning Interface (PTI)
8. Multi-Compartment Models
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
z
Enumerations
Enumerator
a
c
f
i
m
n
u
w
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Functions
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
Macros
a
c
d
e
g
i
k
l
m
n
p
s
t
u
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Deprecated List
Member
CARLsim::setSTDP
(int grpId, bool isSet)
For clearness, do not use default STDP settings.
Member
CARLsim::setSTDP
(int grpId, bool isSet, STDPType type, float alphaPlus, float tauPlus, float alphaMinus, float tauMinus)
For clearness, please use
CARLsim::setESTDP()
with E-STDP curve struct.
Member
CARLsim::setESTDP
(int grpId, bool isSet)
For clearness, please do not use default STDP settings.
Member
CARLsim::setISTDP
(int grpId, bool isSet)
For clearness, please do not use default STDP settings.
Member
CARLsim::getConductanceAMPA
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceNMDA
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceGABAa
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceGABAb
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::setDefaultSTDPparams
(float alphaPlus, float tauPlus, float alphaMinus, float tauMinus, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
CARLsim::setDefaultESTDPparams
(float alphaPlus, float tauPlus, float alphaMinus, float tauMinus, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
CARLsim::setDefaultISTDPparams
(float betaLTP, float betaLTD, float lambda, float delta, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
PoissonRate::getRatePtrCPU
()
This function is deprecated, as it should not be exposed to the high-level UI API. Use
PoissonRate::getRates
instead.
Member
PoissonRate::getRatePtrGPU
()
This function is deprecated, as it should not be exposed to the high-level UI API. Use
PoissonRate::getRates
instead.
Generated on Sun Jul 19 2020 14:56:45 for CARLsim by
1.8.18