This diagram does the simulation of the Chua's chaotic system.
Over the past few years, this system have been many studed to detail synchronization principles of chaotic systems.
He is originally realized with the electronic circuit shown in the following figure.
This circuit is composed with passive elements (L,C1,C2,R) and with an active nonlinear element
(a diode).
It is described by the following system of equations of continuous state variables :
,
,
,
and renaming state variables, the new system of nonlinear equations is :
//**coef of chua's function**// m0 = -8/7 m1 = -5/7 //**init. conditions of state variables**// ci = [1.6;0;-1.6] //**sampling period**// Tsampl = 1e-2 //**final time simulation**// Tfin = 60