Spendu(N, T, theta0, theta1, lambda, omega, sigma, Step = FALSE, Output = FALSE)
-pi < theta0 < pi
.Step = TRUE
ploting step by step.Output = yes
write a output to an Excel (.csv).lambda
: damping and omega
: own pulsation), as well as the initial conditions.
Stochastic perturbations of the pendulum equation, and random excitations force of such systems by White noise e(t)
, with delta-type correlation functions
E(e(t)e(t+h))=sigma*deltat(h)
: $$x'' + 2*lambda*x' +omega^2 * sin(x) = e(t)$$
where lambda,sigma >= 0
and omega > 0
.
To observe the evolution of the portrait of phase when the initial conditions are modified:
Sharosc
stochastic harmonic oscillator, Svandp
stochastic Van der Pol oscillator, Srayle
stochastic Rayleigh oscillator,
SSCPP
stochastic system with a cylindric phase plane, Sosadd
stochastic oscillator with additive noise.## theta0= 3, theta1 = 0, lambda=0.1, omega=2, sigma=0.1
Spendu(N=5000, T=50, theta0=3, theta1=0, lambda=0.1, omega=2, sigma=0.1)
Run the code above in your browser using DataLab