Scicos Diagram
fr - eng


Master-slave synchronization of Chua's circuit

\epsfig{file=chua_sub_diagr.eps,height=11cm}

Module


Contents

Description

The purpose of this diagram is to do the simulation of a master-slave synchronization of a chaotic system with the subsystems of Chua's circuit.

The Chua's circuit, shown in Fig.1 can be break up in two subsystems G and H.

\begin{figure}\centering
\scalebox{0.7}{%
\input{chua_sub_circuit.pstex_t}}
\end{figure}
Figure 1: Decomposition of Chua's circuit

By doing this, the Chua's circuit should be then represented by a closed loop system.

Synchronization of the chaotic trajectory of the Chua's system is achievable by building a slave system in open loop with the two subsytems G and H, as shown in Fig.2.

\begin{figure}\centering
\scalebox{0.7}{%
\input{chua_sub_system.pstex_t}}
\end{figure}
Figure 2: System of Chua's circuit

Context


//**coef of chua's function**//
m0 = -8/7
m1 = -5/7

//**init. conditions of state variables**//
ci_master = [1.6;0;-1.6]
ci_slave  = [0;0;0]

//**sampling period**//
Tsampl = 1e-2

//**final time simulation**//
Tfin = 30

Scope Results

\begin{figure}\begin{center}
\epsfig{file=chua_sub_scope_1.eps,width=330.00pt}
\end{center}\end{figure}
Figure : Time domain waveforms of state variables : (red line) master system; (blue line) slave system

Used blocks

See Also

Authors

A. Layec