Proper Implicit Discretization of Arbitrary-Order Robust Exact Differentiators

Richard Seeber
2024-08-01
Abstract:This paper considers the implicit Euler discretization of Levant's arbitrary order robust exact differentiator in presence of sampled measurements. Existing implicit discretizations of that differentiator are shown to exhibit either unbounded bias errors or, surprisingly, discretization chattering despite the use of the implicit discretization. A new, proper implicit discretization that exhibits neither of these two detrimental effects is proposed by computing the differentiator's outputs as appropriately designed linear combinations of its state variables. A numerical differentiator implementation is discussed and closed-form stability conditions for arbitrary differentiation orders are given. The influence of bounded measurement noise and numerical approximation errors is formally analyzed. Numerical simulations confirm the obtained results.
Numerical Analysis,Systems and Control
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper explores the implicit Euler discretization problem of Levant's arbitrary-order Robust Exact Differentiator (RED) in the presence of sampled measurements. Existing implicit discretization methods either exhibit unbounded bias errors or, despite using implicit discretization techniques, still suffer from discretization chattering. To address this, the paper proposes a new, suitable implicit discretization method (referred to as Implicit Robust Exact Differentiator, IRED), which generates the output by computing an appropriate linear combination of the differentiator state variables, thereby avoiding the aforementioned adverse effects. ### Main Contributions 1. **New Implicit Discretization Method**: A suitable implicit Euler discretization method (IRED) is proposed, which neither produces discretization chattering nor exhibits bias errors. 2. **Stability Conditions**: Based on the recently proposed Lyapunov function for continuous-time differentiators, closed-form stability conditions for discrete-time implementations of arbitrary differentiation orders are provided. 3. **Numerical Implementation**: Numerical implementation methods are discussed, and an implementation in MATLAB/Simulink toolbox is provided. 4. **Performance Validation**: The effectiveness of the proposed method is validated through numerical simulations and compared with existing methods. ### Background and Motivation In many control-related engineering applications, differentiating measured signals is an important task. Levant's Robust Exact Differentiator (RED) can differentiate exactly in the absence of measurement noise and is robust in the presence of noise. However, actual measurements are typically in the form of sampled signals, necessitating the study of discrete-time implementations of RED. Existing explicit discretization methods (such as forward Euler discretization) maintain the asymptotic accuracy of the continuous-time differentiator but introduce discretization chattering, increasing differentiation errors. Implicit discretization techniques theoretically avoid such chattering, but existing implicit discretization methods still suffer from bias errors or chattering issues. ### Methods and Results 1. **Implicit Robust Exact Differentiator (IRED)**: - A new implicit discretization method is proposed, generating the output by computing an appropriate linear combination of the differentiator state variables. - Closed-form stability conditions and differentiation error bounds for arbitrary differentiation orders are provided. - It is proven that under these conditions, the differentiator can converge within finite time. 2. **Numerical Implementation**: - Specific steps for numerical implementation are provided, including state updates and output computation. - Key equations are approximately solved using the Newton method or other root-finding algorithms. 3. **Performance Validation**: - The effectiveness of the proposed method is validated through numerical simulations. - Comparisons with existing methods demonstrate the advantages of IRED in avoiding chattering and bias errors. ### Conclusion The paper proposes a new implicit discretization method (IRED) that, when handling arbitrary-order robust exact differentiators, neither produces discretization chattering nor exhibits bias errors. Additionally, the paper provides closed-form stability conditions and differentiation error bounds, and validates their effectiveness through numerical simulations.