Description Usage Arguments Value
Simulate Kuramoto model on a ground truth network
1 2 3 4 5 6 7 8 | simulate_kuramoto(
input_matrix,
L,
dt = 0.01,
strength = 0,
phases = NULL,
freqs = NULL
)
|
input_matrix |
The input (ground-truth) adjacency matrix of a graph with 'N' nodes. Must be valid square adjacency matrix. |
L |
Integer length of the desired time series. |
dt |
Float size of timestep for numerical integration. |
strength |
Float coupling strength (prefactor for interaction terms). |
phases |
Vector of of initial phases. |
freqs |
Vector of internal frequencies. |
An N * L array of synthetic time series data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.