nnmt.lif.delta._mean_input¶
-
nnmt.lif.delta._mean_input(nu, J, K, tau_m, J_ext, K_ext, nu_ext)[source]¶ Calc mean input for lif neurons in fixed in-degree connectivity network.
See
nnmt.lif._general._mean_input()for full documentation.Parameters: - nunp.array
Firing rates of populations in Hz.
- Jnp.array
Weight matrix in V.
- Knp.array
In-degree matrix.
- tau_m[float | 1d array]
Membrane time constant in s.
- J_extnp.array
External weight matrix in V.
- K_extnp.array
Numbers of external input neurons to each population.
- nu_ext1d array
Firing rates of external populations in Hz.
Returns: - np.array
Array of mean inputs to each population in V.