constant_input: Constant Input Current Function

Description Usage Arguments Details Value Examples

View source: R/firing_rate_equations.R

Description

Constant current function applied to the system:

Usage

1
constant_input(t, current, t_start = -Inf, t_end = Inf)

Arguments

t

Numeric time vector.

current

Current

t_start

Initial time at which the input current is applied to the system.

t_end

Final time at which the input current is applied to the system.

Details

I(t) = I_0

Value

Current function

Examples

1
constant_input(t, current = 3, t_start = 0, t_end = 30)(t = 1:10)

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