Simulate QIF Neurons
1 2 3 4 5 6 7 8 | simulate_qif(
params,
init_state,
times,
input,
neurons = 10000L,
sel_neurons = 300L
)
|
params |
Named vector of parameters (delta, etabar, J) to pass to the FREs. |
init_state |
Named vector of the initial state (r, v) for the ODE system. |
times |
Time sequence for which output is wanted; the first value of times must be the initial time. |
input |
Input current or stimulus function of the system. |
neurons |
Size of the neuronal ensemble. |
sel_neurons |
Amount of neurons to save on raster data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.