Next Article in Journal
Analysis and Improvement of Fireworks Algorithm
Next Article in Special Issue
Correction: A No Reference Image Quality Assessment Metric Based on Visual Perception. Algorithms 2016, 9, 87
Previous Article in Journal
Problems on Finite Automata and the Exponential Time Hypothesis
Previous Article in Special Issue
A Pilot-Pattern Based Algorithm for MIMO-OFDM Channel Estimation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An On-Line Tracker for a Stochastic Chaotic System Using Observer/Kalman Filter Identification Combined with Digital Redesign Method

1
Department of Computer Science and Multimedia Design, Taiwan Shoufu University, No. 168, Nanshi Li, Madou District, Tainan City 72153, Taiwan
2
Department of Computer Science and Information Engineering, Asia University, No. 500, Lioufeng Rd, Wufeng, Taichung 41354, Taiwan
*
Author to whom correspondence should be addressed.
Algorithms 2017, 10(1), 25; https://doi.org/10.3390/a10010025
Submission received: 15 November 2016 / Revised: 8 February 2017 / Accepted: 9 February 2017 / Published: 15 February 2017

Abstract

:
This is the first paper to present such a digital redesign method for the (conventional) OKID system and apply this novel technique for nonlinear system identification. First, the Observer/Kalman filter Identification (OKID) method is used to obtain the lower-order state-space model for a stochastic chaos system. Then, a digital redesign approach with the high-gain property is applied to improve and replace the observer identified by OKID. Therefore, the proposed OKID combined with an observer-based digital redesign novel tracker not only suppresses the uncertainties and the nonlinear perturbations, but also improves more accurate observation parameters of OKID for complex Multi-Input Multi-Output systems. In this research, Chen’s stochastic chaotic system is used as an illustrative example to demonstrate the effectiveness and excellence of the proposed methodology.

1. Introduction

In the past decade, many system identification techniques have been developed and applied to identify a state-space model for modal parameter identification of large flexible space structures [1]. Theoretically, for a nonlinear system with precise differential equations, a higher-order linear model always gives a better approximation than a lower-order one. Therefore, how to pre-specify an appropriate lower-order system and its initial parameters to identify a nonlinear system scheme is quite important and technically challenging.
Recalling a well-known early approach for system identification based on the concept of minimum realization, Kalman proposed a state-space model of the lowest possible dimension among all realizable systems and constructed effective linear state-variable models from input-output data [2]. After that, the Observer/Kalman filter Identification (OKID) technique is an extension of an eigensystem realization algorithm (ERA) that permits efficient identification of large flexible structures [3]. Based on the concepts of stochastic estimation and techniques of deterministic Markov parameter identification, OKID directly generates a local linear state-space model for the underlying nonlinear system. The OKID method also shows a valuable tool for model linearization, which has proven to be an effective lower-order identification in spacecraft identification problems [4,5] and a stochastic chaotic hybrid system [6].
The digital redesign method is applied to discretize a continuous-time control system, which has been widely used in industries and proven successful for several control strategies [7]. The desirable observer design approach of the redesign system is to use the minimum error energy concept to minimize the performance index and obtain an optimal observer so that the estimated error compared with the original dynamics signal can be minimized and quickly convergent [8].
This is the first paper to present such a digital redesign method for the (conventional) OKID system. The developed methodology was realized on the nonlinear system and showed the proposed method is about 10 times more accurate than the only OKID algorithm. In our experiment, the OKID algorithm is proposed to provide a lower-order identification system for Chen’s chaos system, and the digital redesign method is implemented to redesign the OKID system. By comparing the original signal with the estimated signal, the observer gain of the redesigned system could be obtained. The experimental result showed the combined method possesses a more accurate and robust system identification capability than the only OKID Algorithm. Our research shows a novel low-order observer-based digital redesign tracker for the equivalent chaotic system, and that it is theoretically possible to asymptotically track the stochastic chaos system with zero error.

2. OKID Formulation

2.1. Basic Observer Equation

The discrete-time, state-space model of the multivariable linear system can be represented in the following
x ( k + 1 ) = G x ( k ) + H u ( k ) ,
y ( k ) = C x ( k ) + D u ( k ) ,
where x ( k ) n ,   y ( k ) p , and u ( k ) m are state, output, and control input vectors, respectively; G n × n ,   H n × m , and C p × n are system, input, and output matrices, respectively, and D is transmission matrix of input function u ( k ) .
By adding and subtracting an observer term F y ( k ) [5] to the right-hand side of the x ( k + 1 ) function in Equation (2), yield the observer equation
x ( k + 1 ) = G x ( k ) + H u ( k ) + F y ( k ) F y ( k ) = ( G + F C ) x ( k ) + ( H + F D ) u ( k ) F y ( k ) = G ¯ x ( k ) + H ¯ ν ¯ ( k )
where x ( k ) is considered as an observer state vector,
G ¯ = G + F C ,   H ¯ = [ H + F D , F ] ,   ν ¯ ( k ) = [ u ( k ) y ( k ) ] ,
and F is an n × p arbitrary matrix that can be used to make the matrix G ¯ as stable as desired. Therefore, the Markov parameters ( G ¯ , H ¯ ) of the system in Equation (3) will be referred to as the observer Markov parameters. The mathematical development here can be interpreted as the point of view of [4] as attempting to place all the eigenvalues of G ¯ at the origin.
Consider the case where G ¯ is asymptotically stable so that for some sufficiently large q , G ¯ q 0   for all time steps k q .
x ( k + 1 ) = G ¯ x ( k ) + H ¯ ν ( k ) , x ( k + 2 ) = G ¯ x ( k + 1 ) + H ¯ ν ( k + 1 ) ,         = G ¯ 2 x ( k + 1 ) + G ¯ H ¯ ν ( k ) + H ¯ ν ( k + 1 ) ,       ……       …… x ( k + q ) = G ¯ x ( k + q 1 ) + H ¯ ν ( k + q 1 ) ,    = G ¯ q x ( k ) + G ¯ q 1 H ¯ ν ( k ) + G ¯ q 2 H ¯ ν ( k + 1 ) + + H ¯ ν ( k + p 1 )
Substituting x ( k + q ) in Equation (2) with Equation (4), results in
y ( k + q ) = C x ( k + q ) + D u ( k + q ) = C G ¯ q x ( k ) + C G ¯ q 1 H ¯ ν ¯ ( k ) + + C H ¯ ν ¯ ( k + q 1 ) + D u ( k + q ) .
The set of Equation (5) for a sequence of k = 0 , , l 1 can be written as
y ¯ = C G ¯ q x + Y ¯ V ¯
where C is a unit matrix, G ¯ q is a constant,
y ¯ = [ y ( q )   y ( q + 1 ) . y ( l 1 )   ] T
  x = [ x ( 0 )   x ( 1 ) . x ( l q 1 )   ] T
Y ¯ = [ D   C H ¯   C G ¯ H ¯ . C G ¯ ( q 1 ) H ¯   ]
and
V ¯ = [ u ( q ) u ( q + 1 ) u ( l 1 ) ν ¯ ( q 1 ) ν ¯ ( q ) ν ¯ ( l 2 ) ν ¯ ( q 2 ) ν ¯ ( q 1 ) ν ¯ ( l 3 ) ν ¯ ( 0 ) ν ¯ ( 1 ) ν ¯ ( l q 1 ) ] .
Since G ¯ q will be approximated to zero, thus Equation (6) will be simplified to
y ¯ = Y ¯ V ¯
From Equation (9), the least-squares solution Y ¯ is obtained
Y ¯ = y ¯ V ¯ + ,
where V ¯ + is the pseudo-inverse of the matrix V ¯ .
The matrices y ¯ and V ¯ are subsets of y and ν ¯ , respectively, produced by deleting the first q columns. For nonzero unknown initial conditions, Equation (9) must be used in order to eliminate the effect of initial conditions because the initial conditions become negligible when they are multiplied by G ¯ q . In other words, the initial conditions have negligible influence on the measured data after q time steps. When there are both system and measurement noises present, the elimination of initial condition dependence makes the system response become stationary, a fact which is used later to obtain the steady-state Kalman filter gain.

2.2. Computation of Markov Parameters

The observer Markov parameters include the system Markov parameters and the observer gain Markov parameters. The system Markov parameters are used to compute the system matrices [ G ^ , H ^ , C ^ , D ] , whereas the observer gain Markov parameters are used to determine the observer gain F .

2.2.1. System Markov Parameters

To recover the system Markov parameters in Y from the observer Markov parameters in Y ¯ , partition Y ¯ as
Y ¯ = [ D C H ¯ C G ¯ H ¯ C G ¯ ( q 1 ) H ¯ ] = [ Y ¯ 0 Y ¯ 1 Y ¯ 2 Y ¯ q ]
By derivation, the general relationship between the actual system Markov parameters and the observer Markov parameters is
D = Y 0 = Y ¯ 0 ,
Y k = Y ¯ k ( 1 ) i = 1 k Y ¯ i ( 2 ) Y k i ;   for   k = 1 ,   2 , , q ,
Y k = i = 1 q Y ¯ i ( 2 ) Y k i ;   for   k = q + 1 , , .

2.2.2. Observer Gain Markov Parameters

To identify the observer gain F , first recover the sequence of parameters
Y k 0 = C G k 1 F ,    k = 1 ,   2 ,   3 , ,
By induction, the general relationship is
Y 1 0 = C F = Y ¯ 1 ( 2 ) ,
Y k 0 = Y ¯ k ( 2 ) i = 1 k 1 Y ¯ i ( 2 ) Y k i 0 ,   for   k = 2 ,   3 , , q ,
Y k 0 = i = 1 q Y ¯ i ( 2 ) Y k i 0 ,   for   k = q + 1 , , .
Form the Hankel matrix from the combined Markov parameters associated with the system and observer as
H ¯ ( k 1 ) = [ ϒ k ϒ k + 1 ϒ k + β 1 ϒ k + 1 ϒ k + 2 ϒ k + β ϒ k + α 1 ϒ k + α ϒ k + α + β 2 ] ,
The ERA processes the factorization of the block data matrix in (19), started for k = 1 , via the singular value decomposition H ¯ ( 0 ) = V S T , where the columns of matrices V and S are orthonormal and is a rectangular matrix
= [ n ˜ 0 0 0 ] ,
where n ˜ = d i a g [ σ 1 ,   σ 2 , , σ n min ,   σ n min + 1 , , σ n ˜ ] with monotonically non-increasing σ 1 σ 2 σ n min σ n min + 1 σ n ˜ 0. Simultaneous realizations of the system and observer by the ERA are given as
G ^ = n min 1 / 2 V n min T H ¯ ( 1 ) S n min n min 1 / 2 ,
[ H ^   F ] = F i r s t   ( m + p )   c o l u m n s   o f   n min 1 / 2 S n min T ,
C ^ = F i r s t   p   r o w s   o f   V n min n min 1 / 2 .
In practice, the primary purpose of introducing an OKID method is that the constructed observer satisfies the least-squares solution; if the data length is sufficiently long, and the order of the observer is sufficiently large, the truncation error is negligible. The low order of this model is forced to be n m i n = q p [5].
Therefore, when the residual is a white sequence of the Kalman filter residual, the observer gain F converges to the steady-state Kalman filter gain such that F = K , where K is the Kalman filter gain.

3. Digital Redesign of Full-Order Observer

Consider a linear observable continuous-time system described as
x ˙ c ( t ) = A x c ( t ) + B u c ( t ) ,   x c ( t 0 ) = x 0 ,
y c ( t ) = C x c ( t ) ,
where x c ( t ) n , u c ( t ) m , and y c ( t ) p , A , B and C are system matrices with appropriate dimensions. One method of estimating the unmeasured state is to construct a full-order model of the plant dynamics. The following derivation follows from [8]
x ^ ˙ c ( t ) = A x ^ c ( t ) + B u c ( t ) ,
To derive the dynamics of the observer, we consider feeding back the difference between the actual output and the estimated output, and correcting the model continuously with this error signal. The equation is as follows
x ^ ˙ c ( t ) = A x ^ c ( t ) + B u c ( t ) + L c [ y c ( t ) C x ^ c ( t ) ] ,
x ˜ ˙ c ( t ) = [ A x c ( t ) + B u c ( t ) ] { A x ^ c ( t ) + B u c ( t ) + L c [ y c ( t ) C x ^ c ( t ) ] }    = A [ x c ( t ) x ^ c ( t ) ] L c C [ x c ( t ) x ^ c ( t ) ] = ( A L c C ) [ x c ( t ) x ^ c ( t ) ] = ( A L c C ) x ˜ c ( t ) .
Hence, the problem reduces designing an observer so that the error dynamics have their eigenvalues on the far left side of the complex s-plane, so the convergence to the original dynamics can be fast. Since the desirable observer design approach is to use the minimum error energy, an optimal design technique with a minimizing performance index is used.
In general, an optimal design of controllers for a given controllable and observable linear system is defined as shown in Equations (24) and (25), and the optimal state-feedback control law minimizes the performance index
J =   0   e 2 h t [ x c ( t ) T Q x c ( t ) + u c ( t ) T R u c ( t ) ] d t
with Q 0 , R > 0 , and h 0 are obtained as
u c ( t ) = K c x c ( t )
where the optimal feedback gain is K c = R 1 B T P , with P being the positive definite and symmetric solution of the following Riccati equation [9]
( A + h I n ) T P + P ( A + h I n ) P B R 1 B T P + Q = 0.
In a closed loop, the optimal control linear system has the form of
x ˙ c ( t ) = ( A B K c ) x c ( t ) ,   x c ( 0 ) = x 0 .
Comparing Equations (32) and (28), we can see that
( A L c C ) T = A T C T L c T ,
which has the structure as a state-feedback controller. This is the dual property of linear systems, where the observer gain can be determined as the dual of the feedback controller gain. Thus, the optimal observer gain L c can be found by designing the optimal control gain K c for the dual system, via A = A T and B = C T , so that L c = K c T ; or equivalently, L c = P C T R 1 , where P is the positive definite and symmetric solution of the Riccati equation
( A + h I n ) P + P ( A + h I n ) T P C T R 1 C P + Q = 0.
Now, since a continuous-time observer for the system presented in Figure 1 is defined in Equation (27), the next step is to find a digital observer for the system. First, define the discrete-time observer error as
x ˜ d ( k T ) x d ( k T ) x ^ d ( k T ) ,
Therefore, the discrete-time error dynamics match the continuous-time error dynamics at each sampling instant x ˜ d ( k T ) x ˜ c ( t ) | t = k T , or, equivalently, assuming that the continuous-time observer is asymptotically stable, and the original state and the digital state match x ^ d ( k T ) x ^ c ( t ) | t = k T x c ( t ) | t = k T .
Using the duality once again, one can find the discrete-time error dynamics of Equation (28) as follows
x ˜ d ( k T + T ) = ( G ^ M N ) x ˜ d ( k T )
where
G ^ = e A T ,
M = ( G ^ I ) A 1 L c ,
N = ( I + C ^ M ) 1 C ^ G ^ .
Further defining L ^ d = M ( I + C ^ M ) 1 , one can write M N = L ^ d C ^ G ^ and with substituting Equation (35) into Equation (36), it becomes
x d ( k T + T ) x ^ d ( k T + T ) = ( G ^ L ^ d C ^ G ^ ) [ x d ( k T ) x ^ d ( k T ) ] .
By substituting the following identities into Equation (37)
x d ( k T + T ) = G ^ x d ( k T ) + H ^ u d ( k T ) ,
y d ( k T ) = C ^ x d ( k T ) ,
C ^ G ^ x d ( k T ) = C ^ x d ( k T + T ) C ^ H ^ u d ( k T ) = y d ( k T + T ) C ^ H ^ u d ( k T ) ,
and solving the result for x ^ d ( k T ) , one obtains the new digitally redesigned observer for (27)
x ^ d ( k T + T ) = G ^ d x ^ d ( k T ) + H ^ d u d ( k T ) + L ^ d y d ( k T + T ) ,
or
x ^ d ( k T ) = G ^ d x ^ d ( k T T ) + H ^ d u d ( k T T ) + L ^ d y d ( k T )
where
L ^ d = ( G ^ I n ) A 1 L c [ I n + C ^ ( G ^ I n ) A 1 L c ] 1 ,
G ^ d = G ^ L ^ d C ^ G ^ ,
H ^ d = H ^ L ^ d C ^ H ^ ,
The full-order observer-based sampled-data system is shown in Figure 2.

4. Effective Design Procedures for a Stochastic Chaotic System

The structure of the effective design procedure steps are shown as follows:
Step 1.
Perform the off-line system identification scheme to obtain both system and observer-gain Markov parameters of the OKID model.
(i)
Compute the observer Markov parameters. Choose a value of q that determines the number of observer Markov parameters from the given set of input-output data, and then compute the least-squares solution of the Markov parameter matrix Y ¯ in Equation (10).
(ii)
Identify both system and observer-gain Markov parameters. Use the Markov parameters identified in (i) above, and Equations (14) and (18) to determine the combined system and observer-gain Markov parameters. Moreover, set up the Hankel matrix H ¯ ( 0 ) and H ¯ ( 1 ) as shown in Equation (19).
(iii)
Realize a state-space model of the system and the corresponding observer gain from the identified sequence of the system and observer-gain Markov parameters by using the ERA method to obtain the desired discrete system realization G ^ , H ^ , C ^ , and F in Equations (21)–(23), where the non-causal term D is assumed to be zero.
Step 2.
Set the full-order observer-based sampled-data system for the OKID combined with a digital redesign method.
(i)
Find the optimal observer gain L c . Select appropriate weighting matrices { Q , R } in Equation (34).
(ii)
By using the new digitally redesigned observer form, obtain the desired discrete system realization G ^ d , H ^ d , and L ^ d in Equation (38).

5. An Illustrative Example

Chen’s stochastic chaotic system is described by [10,11],
{ x ˙ 1 ( t ) = a ( x 2 ( t ) x 1 ( t ) ) + w 1 , k ( t ) x ˙ 2 ( t ) = ( c a ) x 1 ( t ) x 1 ( t ) x 3 ( t ) + c x 2 ( t ) + w 2 , k ( t ) x ˙ 3 ( t ) = x 1 ( t ) x 2 ( t ) b x 3 ( t ) + w 3 , k ( t )
where the white noise process, w i , k ( k T ) = [ w 1 , k ( k T ) ,   w 2 , k ( k T ) ,   w 3 , k ( k T ) ] T , has zero mean and covariance; cov ( w i , k ) = d i a g [ 0.02 ,   0.02 ,   0.02 ] , where w i , k ( t ) = w i , k ( k T ) for k T t < ( k + 1 ) T , k nonnegative integer; the goal is to determine a sampling period T for the computation of a piecewise constant signal. This system has the attractor and time series shown in Figure 3 where a = 35, b = 3, and c = 28 without noises.
In the simulation, the sampling period T f = 0.005 s, final simulation time t f = 60 s, and initial conditions used are x 1 ( 0 ) = 10 ,   x 2 ( 0 ) = 0 ,   x 3 ( 0 ) = 37.
Case 1: OKID Method
Based on OKID method, where q = 1 , n min = q p = 3 , information data l = 600 ; apply a singular value decomposition to H ¯ ( 0 ) to have = d i a g [ 13.7793 ,   6 . 3290 ,   3 . 0489 ,   1 . 8062 × 10 15 , , 8.7938 × 10 19 ] 24 × 24 and n min = d i a g [ 13.7793 ,   6 . 3290 ,   3 . 0489 ] . Then, compute system and observer-gain form in Equations (21)–(23) and matrices as
G ^ = [ 1.0888 0.0106 0.1086 0.0054 0.9985 0.0121 0.1407 0.0132 0.8965 ] ,   H ^ = [ 0.3069 0.0980 0.0374 0.4161 0.0802 0.3939 0.0097 0.0007 0.0146 ] ,
C ^ = [ 0.0796 0.0295 0.8471 0.8069 0.0394 0.3114 0.0847 0.8928 0.0208 ] ,   F = [ 0.6431 1.4053 0.0714 0.0850 0.1182 1.1103 1.0287 0.0777 0.0454 ] .
Finally, simulations of the stochastic chaotic trajectories of Chen’s system, and computation of observer Markov parameters are obtained, as shown in Figures 4a, 5a and 6a; and data of output error y ˜ d i ( t ) , are shown in Figure 4b, 5b and 6b.
Case 2: OKID Combined with a Digital Redesign Observer Method
Based on the new digitally redesigned observer form in Equation (38), the system and observer gain matrices are:
A c = [ 18.4700 2.1597 21.8221 0.8592 0.2809 2.5970 28.3021 2.6347 20.1827 ] ,   L c = [ 1.0018 0.0001 0.0003 0.0001 1.0000 0.0001 0.0003 0.0001 0.9980 ] × 10 4 ,   C = I 3 ,   Q = 10 8 I 3 ,   R = I 3 ,
G ^ d = [ 0.0099 0.0253 0.0005 0.0007 0.0025 0.0213 0.0254 0.0016 0.0005 ] ,   H ^ d = [ 0.0133 0.0029 0.0103 0.0019 0.0004 0.0013 0.0078 0.0024 0.0016 ] ,   L ^ d = [ 0.4673 1.2700 0.0429 0.0432 0.1184 1.1159 1.2140 0.0868 0.0418 ] .
Finally, simulations of the stochastic chaotic trajectories of Chen’s system and computation of digital redesign observer parameters are obtained, as shown in Figures 7a, 8a and 9a, and data of output error y ˜ d i ( t ) , are shown in Figures 7b, 8b and 9b.
The error range of the outputs values ( y ˜ 1 ( t ) , y ˜ 2 ( t ) , y ˜ 3 ( t ) ) of the OKID and OKID combined with a digital redesign method individually are shown in Table 1.

6. Conclusions

A new methodology of the OKID combined with an observer-based digital redesign tracker for a stochastic chaotic system has been proposed in this paper. The developed methodology was realized on Chen’s chaos system and showed the proposed method is about 10 times more accurate than the OKID-only algorithm. The main contributions of this paper are (i) A novel low-order observer-based digital redesign tracker for the equivalent chaotic system is theoretically possible to asymptotically track the stochastic chaos system with zero error; (ii) The developed scheme proposed speeds up the parameter identification process and could be utilized for on-line control system identification. In the future, we will extend this OKID combined with an observer-based digital redesign method to a variety of stochastic chaotic system controls.

Acknowledgments

This work was supported by the National Science Council of the Republic of China under contract MOST 104-2221-E-468-008-. The sponsorship period is 1 August 2015 to 31 July 2015. This fund is expired and could not ever support the costs to publish in open access.

Author Contributions

Tseng-Hsu Chien conceived and designed the experiments; Yeong-Chin Chen performed the experiments, analyzed the data, and wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Juang, J.N.; Phan, M.Q.; Horta, L.G.; Longman, R.W. Identification of observer/Kalman filter Markov parameters: Theory and experiments. J. Guid. Control Dyn. 1993, 16, 320–329. [Google Scholar] [CrossRef]
  2. Ho, B.L.; Kalman, R.E. Effective construction of linear state-variable models from input-output data. In Proceedings of the 3rd Annual Allerton Conference on Circuit and System Theory, Monticello, IL, USA, 20–22 October 1965; pp. 449–459.
  3. Phan, M.; Horta, L.G.; Juang, J.N.; Longman, R.W. Linear System Identification via an Asymptotically Stable Observer; Technical Report NASA TP 3164; National Research Council, NASA Langley Research Center: Hampton, VA, USA, 1992.
  4. Juang, J.N.; Pappa, R.S. Effects of noise on modal parameters identified by the eigensystem realization algorithm. J. Guid. Control Dyn. 1986, 3, 294–303. [Google Scholar] [CrossRef]
  5. Juang, J.N. Applied System Identification; Prentice-Hall: Englewood Cliffs, NJ, USA, 1994; pp. 176–182. [Google Scholar]
  6. Chien, T.H.; Tsai, J.S.H.; Guo, S.M.; Chen, G. Lower-order state-space self-tuning control for a stochastic chaotic hybrid system. IMA J. Math. Control Inf. 2007, 24, 219–234. [Google Scholar] [CrossRef]
  7. Guo, S.M.; Shieh, L.S.; Chen, G.; Lin, C.F. Effective chaotic orbit tracker: A prediction-based digital redesign approach. IEEE Trans. Circuits Syst. I Fund. Theory Appl. 2000, 47, 1557–1570. [Google Scholar]
  8. Wang, H.P.; Tsai, J.S.H.; Yi, Y.I.; Shieh, L.S. Lifted digital redesign of observer-based tracker for a sampled-data system. Int. J. Syst. Sci. 2004, 35, 255–271. [Google Scholar] [CrossRef]
  9. Anderson, B.D.O.; Moore, J.B. Optimal Filtering; Prentice-Hall: Englewood Cliffs, NJ, USA, 1979. [Google Scholar]
  10. Chen, G.; Ueta, T. Yet another chaotic attractor. Int. J. Bifurc. Chaos 1999, 9, 1465–1466. [Google Scholar] [CrossRef]
  11. Yu, X.; Xia, Y. Detecting unstable periodic orbits in Chen’s chaotic attractor. Int. J. Bifurc. Chaos 2000, 10, 1987–1991. [Google Scholar] [CrossRef]
Figure 1. A continuous-time system with a full-order observer.
Figure 1. A continuous-time system with a full-order observer.
Algorithms 10 00025 g001
Figure 2. Practically implemented full-order observer for the sampled-data linear system.
Figure 2. Practically implemented full-order observer for the sampled-data linear system.
Algorithms 10 00025 g002
Figure 3. (a) The deterministic chaotic attractor of Chen’s system, plotted in the x 3 x 1 x 2 space; (b) the deterministic chaotic time series of Chen’s system.
Figure 3. (a) The deterministic chaotic attractor of Chen’s system, plotted in the x 3 x 1 x 2 space; (b) the deterministic chaotic time series of Chen’s system.
Algorithms 10 00025 g003
Figure 4. (a) Trajectories of y 1 ( t ) and y ^ 1 ( t ) ; (b) Data of output error y ˜ 1 ( t ) .
Figure 4. (a) Trajectories of y 1 ( t ) and y ^ 1 ( t ) ; (b) Data of output error y ˜ 1 ( t ) .
Algorithms 10 00025 g004
Figure 5. (a) Trajectories of y 2 ( t ) and y ^ 2 ( t ) ; (b) Data of output error y ˜ 2 ( t ) .
Figure 5. (a) Trajectories of y 2 ( t ) and y ^ 2 ( t ) ; (b) Data of output error y ˜ 2 ( t ) .
Algorithms 10 00025 g005
Figure 6. (a) Trajectories of y 3 ( t ) and y ^ 3 ( t ) ; (b) Data of output error y ˜ 3 ( t ) .
Figure 6. (a) Trajectories of y 3 ( t ) and y ^ 3 ( t ) ; (b) Data of output error y ˜ 3 ( t ) .
Algorithms 10 00025 g006
Figure 7. (a) Trajectories of y 1 ( t ) and y ^ 1 ( t ) ; (b) Data of output error y ˜ 1 ( t ) .
Figure 7. (a) Trajectories of y 1 ( t ) and y ^ 1 ( t ) ; (b) Data of output error y ˜ 1 ( t ) .
Algorithms 10 00025 g007
Figure 8. (a) Trajectories of y 2 ( t ) and y ^ 2 ( t ) ; (b) Data of output error y ˜ 2 ( t ) .
Figure 8. (a) Trajectories of y 2 ( t ) and y ^ 2 ( t ) ; (b) Data of output error y ˜ 2 ( t ) .
Algorithms 10 00025 g008
Figure 9. (a) Trajectories of y 3 ( t ) and y ^ 3 ( t ) ; (b) Data of output error y ˜ 3 ( t ) .
Figure 9. (a) Trajectories of y 3 ( t ) and y ^ 3 ( t ) ; (b) Data of output error y ˜ 3 ( t ) .
Algorithms 10 00025 g009
Table 1. The error range of the outputs values ( y ˜ 1 ( t ) , y ˜ 2 ( t ) , y ˜ 3 ( t ) ) of the OKID and OKID combined digital redesign method.
Table 1. The error range of the outputs values ( y ˜ 1 ( t ) , y ˜ 2 ( t ) , y ˜ 3 ( t ) ) of the OKID and OKID combined digital redesign method.
MethodThe Error Range of the Outputs Values
y ˜ 1 ( t ) y ˜ 2 ( t ) y ˜ 3 ( t )
OKID±0.3±0.5±0.02
OKID combined digital redesign±0.03±0.05±0.002

Share and Cite

MDPI and ACS Style

Chien, T.-H.; Chen, Y.-C. An On-Line Tracker for a Stochastic Chaotic System Using Observer/Kalman Filter Identification Combined with Digital Redesign Method. Algorithms 2017, 10, 25. https://doi.org/10.3390/a10010025

AMA Style

Chien T-H, Chen Y-C. An On-Line Tracker for a Stochastic Chaotic System Using Observer/Kalman Filter Identification Combined with Digital Redesign Method. Algorithms. 2017; 10(1):25. https://doi.org/10.3390/a10010025

Chicago/Turabian Style

Chien, Tseng-Hsu, and Yeong-Chin Chen. 2017. "An On-Line Tracker for a Stochastic Chaotic System Using Observer/Kalman Filter Identification Combined with Digital Redesign Method" Algorithms 10, no. 1: 25. https://doi.org/10.3390/a10010025

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop