pyeeg.simulate.linear_coupling

pyeeg.simulate.linear_coupling(readouts, connectivity, phases=None)

Linear projection of node readouts through the connectivity matrix.

Parameters:
  • readouts (array_like) – The node readouts. Shape (N,).

  • connectivity (array_like) – The connectivity matrix. Shape (N, N).

  • phases (array_like, optional) – Ignored; accepted for a uniform coupling-function interface.

Returns:

input – The coupling input to each node. Shape (N,).

Return type:

ndarray