Current Generation#

This module contains functions for generating various input current waveforms (ramp, step, sinusoidal, etc.).

create_ramp_current(n_pools, t_points, ...)

Create a matrix of ramp currents for multiple pools.

create_step_current(n_pools, t_points, ...)

Create a matrix of step currents for multiple pools.

create_sinusoidal_current(n_pools, t_points, ...)

Create a matrix of sinusoidal currents for multiple pools.

create_sawtooth_current(n_pools, t_points, ...)

Create a matrix of sawtooth currents for multiple pools.

create_trapezoid_current(n_pools, t_points, ...)

Create a matrix of trapezoidal currents for multiple pools.