simulate_qif: Simulate QIF Neurons

Description Usage Arguments

View source: R/RcppExports.R

Description

Simulate QIF Neurons

Usage

1
2
3
4
5
6
7
8
simulate_qif(
  params,
  init_state,
  times,
  input,
  neurons = 10000L,
  sel_neurons = 300L
)

Arguments

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.


aldomann/neuronsim documentation built on Jan. 28, 2021, 12:51 p.m.