nnmt.network_properties.delay_dist_matrix¶
-
nnmt.network_properties.delay_dist_matrix(network, freqs=None)[source]¶ Calcs matrix of delay distribution specific pre-factors at given freqs.
See
nnmt.network_properties._delay_dist_matrix()for details.Parameters: - networkNetwork object
The network for which to calcluate the delay distribution matrix, with
network_params: Delay, Delay_sd, delay_distanalysis_params: freqs, optional
- freqsarray_like, optional
The frequencies for which to calculate the delay distribution matrix in Hz. Can alternatively be contained in the
analysis_paramsof network.
Returns: - np.ndarray
Matrix of delay distribution specific pre-factors at frequency omegas.