nnmt.network_properties._delay_dist_matrix¶
-
nnmt.network_properties._delay_dist_matrix(Delay, Delay_sd, delay_dist, omegas)[source]¶ Calcs matrix of delay distribution specific pre-factors at given freqs.
Assumes lower boundary for truncated Gaussian distributed delays to be zero (exact would be dt, the minimal time step).
Parameters: - Delayarray_like
Delay matrix in seconds
- Delay_sdarray_like
Delay standard deviation matrix in seconds.
- delay_dist{‘none’, ‘truncated_gaussian’, ‘gaussian’}
String specifying delay distribution.
- omegasarray_like, optional
The considered angular frequencies in 2*pi*Hz.
Returns: - np.ndarray
Matrix of delay distribution specific pre-factors at frequency omegas.