pyeeg.simulate.JRNetwork.simulate
- JRNetwork.simulate(tmax=1.0, P=220, sigma_p=22)
Simulate the network and return the readout of every node.
- Parameters:
- Returns:
outs – The simulated readouts. Shape (nsamples, N). The number of samples is
int(tmax / dt).- Return type:
ndarray