The model implements the Van der Pol oscillator.
der(x0) = x1
der(x1) = mu * ((1 - x0 * x0) * x1) - x0
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The model implements the Van der Pol oscillator.
der(x0) = x1
der(x1) = mu * ((1 - x0 * x0) * x1) - x0