Simulation-based Optimal Design of α-β-γ-δ Filter

Size: px
Start display at page:

Download "Simulation-based Optimal Design of α-β-γ-δ Filter"

Transcription

1 International Journal of Automation and Computing 7(2), May 2010, DOI: /s Simulation-based Optimal Design of α-β-γ-δ Filter Chun-Mu Wu 1 Paul P. Lin 2 Zhen-Yu Han 3 Shu-Rong Li 3 1 Department of Mechanical and Automation Engineering, Kao Yuan University, aiwan 821, aiwan, China 2 College of Engineering, Cleveland State University, Cleveland Ohio , USA 3 College of Information and Control Engineering, China University of Petroleum, Dongying , China Abstract: he existing third-order tracker known as α-β-γ filter has been used for target tracking and predicting for years. he filter can track the target s position and velocity, but not the acceleration. o extend its capability, a new fourth-order target tracker called α-β-γ-δ filter is proposed. he main objective of this study was to find the optimal set of filter parameters that leads to minimum position tracking errors. he tracking errors between using the α-β-γ filter and the α-β-γ-δ filter are compared. As a result, the new filter exhibits significant improvement in position tracking accuracy over the existing third-order filter, but at the expense of computational time in search of the optimal filter. o reduce the computational time, a simulation-based optimization technique via aguchi method is introduced. Keywords: Filter design, simulation-based optimization, aguchi methods, position tracking, velocity tracking, acceleration tracking. 1 Introduction Since the introduction of the α-β filter for target tracking used in radar systems [1], there have been many derivations of the optimal relationship between the tracking parameters for the second-order and third-order of the α-β filter [2 4]. Later, a new parameter called tracking index to characterize the behaviors of α-β-γ filters was developed [5]. In 2002, an optimal design of α-β-γ filters was studied [6] in which a constrained parameter optimization problem was formulated, where α, β, and γ were bounded to lie within the stability volume. More specifically, the study found the optimal ranges, but not the optimal values, for the α, β, and γ parameters. Unlike the α-β filter, the α-β-γ filter is capable of tracking an accelerating target without steady-state error [6]. More specifically, the third-order filter can predict the target s next position and velocity based on the current and past positions, velocities, and accelerations. o further predict the acceleration, a fourth-order filter called α-β-γδ filter will have to be developed. For the new filter, an additional state called jerk which is a time derivative of acceleration will need to be observed. he addition of jerk, however, greatly complicates the searching for the optimal filter parameters (i.e., α, β, γ, and δ). raditionally, the Monte Carlo method has been widely used for simulations. It is, however, very time consuming and therefore inefficient. In contrast, the aguchi method provides an efficient way to evaluate the contribution of each factor, and find the optimal set of factors that will optimize the output value. It is worth noting that the aguchi method requires only some pre-selected input-output data which can be the experimental data. he method is therefore best suited in a pure data-driven environment where the object or target s function is not known in advance. From that perspective, the traditional optimization techniques that require a well-defined objective function are not considered in this study. Conceptually speaking, the new filter acts like an observer that predicts the next value of Manuscript received February 23, 2009; revised July 27, 2009 each state (such as position, velocity, and acceleration). his paper is organized as follows. Section 2 introduces the derivations of the proposed α-β-γ-δ filter. Section 3 gives the performance comparisons between α-β-γ filter and α-β-γ-δ filter via numerical simulations of tracking a highly nonlinear function. Section 4 briefly introduces the aguchi method, followed by simulation-based optimal design by means of the aguchi method described in Section 5. Section 6 gives the conclusions that state the advantages of the proposed new fourth-order filter. Notations. X p, X s, X o: Predicted position, smoothed position, observed position. V p, V s, V o: Predicted velocity, smoothed velocity, observed velocity. a p, a s, a o: Predicted acceleration, smoothed acceleration, observed acceleration. J s, J o: Smoothed jerk, observed jerk. α, β, γ, δ: Filter parameters. : ime step. f: racking frequency. t: ime elapsed in simulation. t start: Starting time in simulation. t max: Maximum time allowed in simulation. L mean: Mean squared error. L max: Maximum absolute error. n: Number of steps. 2 Derivations of the α-β-γ-δ filter he α-β-γ-δ filter is a fourth-order tracker capable of predicting the object s next position, velocity, and acceleration by tracking the current and past positions, velocities, accelerations, and jerks. x p(k + 1) = x s(k) + v s(k) a s(k) J s(k) (1) v p(k + 1) = v s(k) + a s(k) J s(k) (2) a p(k + 1) = a s(k) + J s(k) (3)

2 248 International Journal of Automation and Computing 7(2), May 2010 where is time step or time increment, and subscripts p and s denote the predicted and smoothed state values, respectively. he smoothed parameters are very dependent on the discrepancy between the observed and predicted values, and the filter parameters (α, β, γ, and δ). Note that an additional state called jerk is used here for the smoothing purpose. x s(k) = x p(k) + α[x o(k) x p(k)] (4) v s(k) = v p(k) + β [xo(k) xp(k)] (5) a s(k) = a p(k) + γ [xo(k) xp(k)] 2 2 (6) J s(k) = J s(k 1) + δ [xo(k) xp(k)] (7) 6 3 where subscript o denotes the observed state values. In mathematics and signal processing, Z-transform converts a discrete time-domain signal, which is a sequence of real or complex numbers, into a complex frequency-domain representation. It is like a discrete equivalent of the Laplace transform. Just as analog filters are designed using the Laplace transform, recursive digital filters are developed with a parallel technique called the Z-transform. he overall strategy of these two transforms is the same: probe the impulse response with sinusoids and exponentials to find the system s poles and zeros. he Laplace transform deals with differential equations, the s-domain, and the s-plane. Correspondingly, the Z-transform deals with difference equations, the z-domain, and the z-plane. However, the two techniques are not a mirror image of each other; the s- plane is arranged in a rectangular coordinate system, while the z-plane uses a polar format. Applying the Z-transform to (1) through (7) and solving for the ratio x p/x o leads to the transfer function in z-domain as shown in (8). he roots of the characteristic polynomial (CP) (i.e., the denominator of the transfer function) are required to lie within the unit circle to guarantee stability). Jury s stability test [7] yields the constraints on the α, β, γ, and δ parameters for the α-β-γ-δ filter as follows. 0 < α < 2 (9) 0 < β < 13 (4 2α) (10) 6 0 < γ < 4αβ (2 α) (11) 0 < δ < 24(2 α). (12) For the comparison purpose, the constraints on the α-β-γ filter are 0 < α < 2 (13) 0 < β < 4 2α (14) 0 < γ < 4αβ (2 α). (15) In comparison with the α-β-γ filter, the α-β-γ-δ filter has a large constraint range for the additional parameter δ, and the range for β is more than doubled. his indeed, makes the search for the optimal parameter values much more time consuming. 3 Comparisons between α-β-γ and α-βγ-δ filters via numerical simulations 3.1 racking error calculation o compare the position tracking errors between using the α-β-γ filter and α-β-γ-δ filter, the following nonlinear function is chosen: x t = A t cos(2πft) (16) y t = B t sin(2πft) (17) z t = 1 lg(t 3 5t + 1) (18) where f is the tracking frequency, t is time, and A t and B t are defined by A t = 2.5(1 + t ) (19) t max B t = 1.5(1 + t t max ) (20) where t max is the preset maximum time for the simulation. he α-β-γ-δ tracker requires four time steps for initiation. j s(4) = a s(4) = x p(4) = x s(4) = x o(4) v s(4) = xo(4) xo(3) xo(4) + xo(2) 2xo(4) 2 xo(4) xo(1) 3(xo(3) xo(2)) 3. In comparison, the α-β-γ tracker requires only three time steps for initiation. a s(4) = x p(4) = x s(4) = x o(4) v s(4) = xo(4) xo(3) xo(4) + xo(2) 2xo(3) 2. he tracking error is quantified in terms of mean squared error (L mean) and maximum absolute error (L max) as shown below: n (x p(i) x o(i)) 2 L mean = i=1 n (21) L max = max x p(i) x o(i), i = 1, 2,, n (22) n = (tmax tstart). G(z) = xp x o = (α + β + γ + δ 4 36 )z3 + ( 3α 2β + δ 9 )z2 + (3α + β γ + δ )z α 4 36 z 4 + (α + β + γ + δ )z3 + ( 3α 2β + δ + 9 6)z2 + (3α + β γ + (8) δ 4)z + (1 α). 4 36

3 C. M. Wu et al. / Simulation-based Optimal Design of α-β-γ-δ Filter Numerical simulation A simulation was performed for each type of error. he ranges for α, β, γ, and δ parameters are [ ], [ ], [ ], and [0.1 45], respectively. he low and high ends of each range are determined by checking with the constraints listed in (9) (12). he increment for each of the four parameter values was chosen as 0.1. Each error was calculated with four different time steps (i.e., = 0.4, 0.2, 0.1, and 0.05), where t start = 2.5s. and t max = 100 s. he corresponding tracking parameters (i.e., α, β, γ, and δ) were recorded where the minimum of L mean and that of L max were found. A set of parameter combinations was discarded whenever it violates the constraints. he time step plays an important role in tracking error. Figs. 1 and 2 show the difference between using = 0.4 and = 0.05 with the α-β-γ-δ filter. he tracking error between the two filters in terms of L mean and L max are compared and shown in ables 1 and 2. he accuracy improvement shown in each table is the use of α-β-γ-δ filter without optimal search versus the use of α-β-γ filter without optimal search, based on L mean and L max, respectively. ables 1 and 2 clearly indicate that the α-β-γ-δ filter consistently outperforms the α-β-γ filter for every given time step. As expected, the tracking error monotonically decreases with decreased time step. In other words, the tracking accuracy improves as the time step decreases. When examining the accuracy improvement listed in able 1, it may appear that the trend is reversed between at = 0.4 s. and = 0.2 s. his is because the accuracy improvement percentage is the result of using the α-β-γ-δ filter in comparison with that of using the α-β-γ filter. Closely comparing the magnitudes of L mean between the two cases when using the α-β-γ-δ filter, one will find that the tracking errors greatly reduced from e-004 to e-005. In other words, the tracking accuracy improves by more than four times when the time step is reduced by half. In addition to tracking errors, the computational time has also been studied, and the result is shown in able 3. he computational time listed in this table is the time needed to calculate the two types of errors without optimal searches. Fig.1 racking plot at = 0.4 with the α-β-γ-δ filter able 3 Computational time comparison between the α-β-γ filter and α-β-γ-δ filter ime Number α-β-γ filter without α-β-γ-δ filter without step of steps optimal search optimal search s s s s s s s s Fig.2 racking plot at = 0.05 with the α-β-γ-δ filter able 3 clearly shows that the proposed α-β-γ-δ filter is much more computationally expensive than the α-βγ filter. his is mainly due to the additional parameter δ and its wide range. o reduce the optimum searching time, a simulation-based optimization technique by means of aguchi method is employed. able 1 racking error comparison on L mean between the α-β-γ filter and α-β-γ-δ filter ime α-β-γ filter without α-β-γ-δ filter without Accuracy 0.4 L mean = e-004 (α = 1.3, β = 1.0, γ = 4.3) L mean = e-004 (α = 0.4, β = 2.7, γ = 1.8, δ = 4.2) 15.4% 0.2 L mean = e-005 (α = 1.4, β = 0.9, γ = 5.9) L mean = e-005 (α = 0.3, β = 3.2, γ = 2.1, δ = 9.7) 11.3% 0.1 L mean = e-005 (α = 1.5, β = 0.8, γ = 7.8) L mean = e-005 (α = 0.2, β = 3.5, γ = 1.4, δ = 15.1) 19.7% 0.05 L mean = e-006 (α = 1.6, β = 0.7, γ = 9.0) L mean = e-006 (α = 0.2, β = 3.6, γ = 1.4, δ = 16.5) 31.8% able 2 racking error comparison on L max between the α-β-γ filter and α-β-γ-δ filter ime α-β-γ filter without α-β-γ-δ filter without Accuracy 0.4 L max = (α = 1.2, β = 0.8, γ = 4.7) L max = (α = 0.3, β = 2.6, γ = 1.3, δ = 8.4) 8.4% 0.2 L max = (α = 1.6, β = 0.6, γ = 9.4) L max = (α = 0.1, β = 3.6, γ = 0.7, δ = 22.9) 10.8% 0.1 L max = (α = 1.6, β = 0.7, γ = 10.7) L max = (α = 0.1, β = 3.8, γ = 1.3, δ = 8.4) 18.6% 0.05 L max = (α = 1.6, β = 0.7, γ = 11.0) L max = (α = 0.1, β = 3.8, γ = 0.7, δ = 22.6) 35.7%

4 250 International Journal of Automation and Computing 7(2), May Introduction to aguchi method aguchi methods are a statistical process that perturbs a parameter in order to study its influence on the overall output. aguchi methods strength lies in their ability to extract relatively large amounts of information from limited experiments (fractional factorial compared to full factorial). he basic tools used to obtain the information are orthogonal arrays and linear graphs. he former is more useful, and therefore will be elaborated more. An orthogonal array contains the number of experimental runs, the number of levels of each input factor or parameter (such as two levels: high and low), and the number of columns in the array. In an orthogonal array, every input factor is placed in one of the columns. A linear graph contains the relationship of input factor interactions. aguchi has created a transformation of the repetition data to another value, which is a measure of the variation present. his transformation is the signal-to-noise (S/N) ratio [8,9]. By examining the S/N ratios, the significant factors can be identified. he following four steps summarize the procedure for using the aguchi s orthogonal array. Step 1. Find the appropriate orthogonal array. For illustration purposes, able 4 shows a popular orthogonal array, L 27 (3 13 ), the subscript 27 stands for 27 experiment runs, the 3 stands for three levels (1 for low, 2 for medium, and 3 for high), and the superscript 13 stands for 13 columns which are for control factors and their interactions. More specifically, columns 1, 2, 4, and 7 are reserved for the control factors (such as α, β, γ, and δ) and the remaining columns are reserved for the factors interactions. able 4 aguchi s orthogonal array L 27(3 13 ) Run No. Column No Step 2. Construct the orthogonal array. Starting with the first control factor (column 1) in able 4, the values for the first nine experiments or cases are set at the low end (i.e., the lowest in the specified range), whereas the values for the next nine are set at the middle (i.e., the mean), and the remaining other nine are set at the high end (i.e., the highest). he process is repeated for each of the other parameters. Step 3. Find the corresponding output. For each experiment run, the corresponding output is recorded. hus, for the case of L 27(3 13 ), a total of 27 experiment runs are to be recorded. Step 4. Perform aguchi analysis. When performing aguchi analysis, the S/N ratio for each experiment run is computed and recorded. he S/N ratio is an indication of significance. here are three commonly-used types of S/N ratios: the-larger-thebetter, the-nominal-the-better, and the-smaller-the-better, depending on the type of design objective. For instance, the formula for calculating the S/N ratio for the-smallerthe-better type [8] is n η = 10lg[ yi 2 i=1 n ] (23) where n is the number of experiment runs, and y i is the corresponding output value for each run. 5 Simulation-based optimal design by means of aguchi method 5.1 Finding the optimal set of parameters In this study, the aguchi method was applied to optimal design of the α-β-γ-δ filter. Each of the four control factors (i.e., α, β, γ, and δ) has seven levels. hus, there are a total of 2401 experiment runs based on full-factorial design. Note that fractional-factorial design is often used in aguchi method in order to reduce the number of experiment runs. However, it was not considered in this study due to the fear of missing critical parameter combinations. Besides, computation of 2401 runs is not considered excessive. he seven levels used in the aguchi s orthogonal array are α : [0.05, 0.1, 0.2, 0.4, 0.8, 1.6, 1.9] β : [0.1, 0.6, 0.9, 1.35, 2.0, 3.5, 3.9] γ : [0.1, 0.4, 0.8, 1.3, 3.2, 6.4, 15.9] δ : [4, 6, 9,14, 20, 30, 45]. As can be seen, the levels do not need to be equally spaced. he selected level values, however, should satisfy all the constraints in order for the S/N ratios to be calculated. he optimal design objective is to minimize the target s position tracking errors (L mean and L max). he S/N ratio for the-smaller-the-better is calculated by [ ] 1 n η = 10 lg (x p(i) x o(i)) 2. (24) n i=0 All the S/N ratios are compared, and the experiment run is recorded for the highest η value. It should be noted that

5 C. M. Wu et al. / Simulation-based Optimal Design of α-β-γ-δ Filter 251 the η value is the-higher-the-better even though the formula is for the-smaller-the-better. his is simply because a negative sign has been added in front of the formula. he parameter design of aguchi method works well only with dimensional constraints. he constraints derived by satisfying the Jury s stability test are, however, a mixture of dimensional and functional constraints. his implies that some experiment runs may violate the constraints. When this occurs, a very large value of (x p(i) x o(i)) is assigned, which leads to a large negative number that will be automatically discarded. It is worthwhile to note that the parameter design in the aguchi method only finds the set of control factors (i.e., the experiment run) that achieves the optimum design objective. However, the optimal design solution does not necessarily reside at one of the 2401 runs. o address this concern, the selected best experiment run (or parameter combination) is further examined. 5.2 Parameter fine-tuning he parameters of the selected set of run can be finetuned. If, for instance, the best level for parameter α was found at level 4, the best parameter level could actually lie between levels 3 and 4 or between levels 4 and 5. o find the exact parameter level, the η values at levels 3, 4, and 5 are fitted to a second-order curve from which the parameter level corresponding to the highest η value can be found. Note that each parameter level has its corresponding parameter value. he process is repeated for every parameter. his parameter fine-tuning technique is, of course, based on the assumption that the number of levels for each parameter is appropriate. A detailed description of simulation-based design optimization can be found in [10]. he tracking errors are compared for each type of error with and without optimal searches. he results are listed in ables 5 and 6. ables 5 and 6 indicate that the optimized α-β-γ-δ filter sacrifices little in L mean error, but much more in L max error except when the time step is 0.2 or 0.4. he fine-tuning seems to affect only the β and γ values. In most cases, β was the only parameter needed to be fine-tuned. his is because β was found to be the most sensitive or significant factor in the orthogonal array. his finding also suggests that it is more desirable to increase the number of levels for β. he ability to identify the most significant parameter provides a direct means to further improve the output performance without having to increase the number of levels for each parameter. his leads to less experimental runs or less computational time. he computational time for the α-β-γ-δ filter is greatly reduced, as shown in able 7. able 7 Computational time for the α-β-γ-δ filter with and without optimal search ime α-β-γ-δ filter without α-β-γ-δ filter with step optimal search optimal search s s s s s s s s It is interesting to note that even though the α-β-γ-δ filter with optimal search requires additional vigorous search for the δ parameter, its computational time is comparable to that for the α-β-γ filter without optimal search. able 8 shows the comparison. able 8 Comparison of computational time between using the α-β-γ filter without optimal search and the α-β-γ-δ filter with optimal search ime α-β-γ filter without α-β-γ-δ filter with step optimal search optimal search s s s s s s s s able 5 racking error comparison on L mean with and without optimal searches ime α-β-γ-δ filter without α-β-γ-δ filter with Accuracy 0.4 L mean = e-004 L mean = e-004 (α = 0.4, β = 2.7, γ = 1.8, δ = 4.2) (α = 0.4, β = , γ = 1.3, δ = 4) 1.68% 0.2 L mean = e-005 L mean = e-005 (α = 0.3, β = 3.2, γ = 2.1, δ = 9.7) (α = 0.2, β = , γ = 1.3, δ = 9) 2.56% L mean = e-005 L mean = e-005 (α = 0.2, β = 3.5, γ = 1.4, δ = 15.1) (α = 0.2, β = , γ = 1.36, δ = 14) L mean = e-006 L mean = e-006 (α = 0.2, β = 3.6, γ = 1.4, δ = 16.5) (α = 0.2, β = , γ = 1.3, δ = 14) able 6 racking error comparison on L max with and without optimal searches 4.41% 3.13% ime α-β-γ-δ filter without α-β-γ-δ filter with Accuracy 0.4 L max = (α = 0.3, β = 2.6, γ = 1.3, δ = 8.4) L max = (α = 0.1, β = , γ = 0.4, δ = 9) 1.34 % 0.2 L max = (α = 0.1, β = 3.6, γ = 0.7, δ = 22.9) L max = (α = 0.2, β = , γ = 1.3, δ = 14) 8.07 % 0.1 L max = (α = 0.1, β = 3.8, γ = 1.3, δ = 8.4) L max = (α = 0.2, β = , γ = 1.3, δ = 14) 21.69% 0.05 L max = (α = 0.1, β = 3.8, γ = 0.7, δ = 22.6) L max = (α = 0.2, β = 3.772, γ = 1.3, δ = 14) 33.33%

6 252 International Journal of Automation and Computing 7(2), May 2010 able 9 racking error comparison on L mean between α-β-γ filter without optimal search and α-β-γ-δ filter with optimal search ime α-β-γ filter without α-β-γ-δ filter with Accuracy L mean = e-004 L mean = e-004 (α = 1.3, β = 1.0, γ = 4.3) (α = 0.4, β = , γ = 1.3, δ = 4) L mean = e-005 L mean = e-005 (α = 1.4, β = 0.9, γ = 5.9) (α = 0.2, β = , γ = 1.3, δ = 9) L mean = e-005 L mean = e-005 (α = 1.5, β = 0.8, γ = 7.8) (α = 0.2, β = , γ = 1.36, δ = 14) L mean = e-006 L mean = e-006 (α = 1.6, β = 0.7, γ = 9.0) (α = 0.2, β = , γ = 1.3, δ = 14) % 9.05% % % able 10 racking error comparison on L max between α-β-γ filter without optimal search and α-β-γ-δ filter with optimal search ime step α-β-γ filter without optimal search α-β-γ-δ filter with optimal search Accuracy improvement 0.4 L max = (α = 1.2, β = 0.8, γ = 4.7) L max = (α = 0.1, β = , γ = 0.4, δ = 9) 7.17% 0.2 L max = (α = 1.6, β = 0.6, γ = 9.4) L max = (α = 0.2, β = , γ = 1.3, δ = 14) 3.60% 0.1 L max = (α = 1.6, β = 0.7, γ = 10.7) L max = (α = 0.2, β = , γ = 1.3, δ = 14) 0.98% 0.05 L max = (α = 1.6, β = 0.7, γ = 11.0) L max = (α = 0.2, β = 3.772, γ = 1.3, δ = 14) 14.29% In addition to the comparable computational time, the tracking accuracy between the two filters are compared and shown in ables 9 and 10. he results tabulated in ables 9 and 10 clearly demonstrate the superiority of the new α-β-γ-δ filter with optimal search over the existing α-β-γ filter without optimal search in terms of tracking accuracy, and yet the new filter only takes a little more computational time. 6 Conclusions he proposed new α-β-γ-δ filter has been described and compared with the existing α-β-γ filter. he biggest advantage of using the new filter is its ability to quickly track and predict the targets in a pure data-driven environment, such as missile tracking and interception where the function of the target s moving path is unknown. he simulation results indicated that the new filter offers significant improvement over the existing one in terms of position tracking accuracy. he only drawback of the filter is the expensive computational time, which has been addressed with the presented simulation-based optimization technique by means of aguchi method. he optimal solution found from the traditional aguchi method is limited to pre-selected parameter combinations (i.e., preset parameter levels). he technique presented in this paper is capable of fine-tuning the solution between two identified levels. hus, it is essentially an extension of the existing aguchi method. Evolution algorithms (EAs) [11] are a wide class of randomized problem solvers based on principles of biological evolution. hey have been used in many computational areas such as optimization, learning, and others [12,13]. However, they were not considered in this study because they generally take more time to find the optimal solution than the presented simulation-based optimization technique that is based on the extended aguchi method. Overall, this study shows that the proposed new α-β-γ-δ filter in conjunction with the simulation-based optimization technique is superior to the existing α-β-γ filter in terms of target tracking accuracy. With the technique, the time needed to search for the optimal parameter values was greatly reduced. It is worthwhile to note that the new filter not only results in better position tracking accuracy, but also provides the ability to track the object s acceleration which the existing α-β-γ filter is incapable of. he new filter guarantees tracking stability since all the parameter constraints were yielded from the Jury s stability test. his means that the constraints as described in (9) (12) remain the same regardless of the application (i.e., the moving path). In other words, the presented formulation for the new filter and the optimal design methodology by means of the aguchi method remain valid even if the tracking data changes. References [1] J. Sklansky. Optimizing the Dynamic Parameter of a rackwhile-scan System, New Jersey, USA: RCA Laboratories, Princeton, [2]. R. Benedict, G. W. Bordner. Synthesis of an optimal set of radar track-while-scan smoothing equations. IRE ransactions on Automatic Control, vol. 7, no. 4, pp , [3] H. R. Simpson. Performance measure and optimization condition for a third-order sample-data tracker. IEEE ransactions on Automatic Control, vol. 8, no. 2, pp , [4] S. R. Neal. Discussions on parametric relations for the α-β-γ filter predictor. IEEE ransactions on Automatic Control, vol. 12, no. 3, pp , [5] P. R. Kalata. he tracking index: A generalized parameter for α-β and the α-β-γ trackers. IEEE ransactions on Aerospace and Electronic Systems, vol. AES-20, no. 2, pp , [6] D. enne,. Singh. Characterizing performance of α-β-γ filters. IEEE ransactions on Aerospace and Electronic Systems, vol. 38, no. 3, pp , 2002.

7 C. M. Wu et al. / Simulation-based Optimal Design of α-β-γ-δ Filter 253 [7] K. Ogata. Discrete-ime Control Systems, Engelwood Cliffs, New Jersey, USA: Prentice-Hall Inc., [8] M. S. Phadke. Quality Engineering Using Robust Design, Prentice-Hall Inc., pp , [9] P. J. Ross. aguchi echniques for Quality Engineering, 2nd Edition, New York, USA: McGraw-Hill Inc., [10] P. P. Lin, K. Jules. Fast multidisciplinary design optimization via aguchi method and soft computing. AIAA Journal of Aerospace Computing, Information and Communication, vol. 3, no. 6, pp , [11] A. E. Eiben, G. Rundolph. heory of evolutionary algorithms: A bird s eye view. heoretical Computer Science, vol. 229, no. 1 2, pp. 3 9, [12] S. C. Chian, K. C. an, A. Al Mamum. Evolutionary multiobjective portfolio optimization in practical context. International Journal of Automation and Computing, vol. 5, no. 1, pp , [13] P. S. Oliveto, J. He, X. Yao. ime complexity of evolutionary algorithms for combinatorial optimization: A decade of results. International Journal of Automation and Computing, vol. 4, no. 3, pp , Chun-Mu Wu received the B. Sc. and M. Sc. degrees from amkang University, aiwan, China, and Ph. D. degree from National Cheng Kung University, aiwan, China. He is currently an associate professor in Department of Mechanical and Automation Engineering at Kao Yuan University, aiwan, China. His research interests include numerical analysis, heat transfer analysis, automation engineering, and system monitoring. wtm@cc.kyu.edu.tw Paul P. Lin received the B. Sc. degree from atung University, aiwan, the M. Sc. degree from University of Florida, USA, and Ph. D. degree from University of Rhode Island, USA. He is currently an associate dean of College of Engineering and a professor of mechanical engineering at Cleveland State University, USA. He is a fellow of American Society of Mechanical Engineers (ASME) and the recipient of many awards including 2009 Cleveland Engineering Society Leadership Award. His research interests include intelligent systems, fault diagnosis, robotics, optimization, and optical inspection. p.lin@csuohio.edu (Corresponding author) Zheng-Yu Han received the B. Sc. degree from China University of Petroleum, China in He is currently a Ph. D. candidate at the College of Information and Control Engineering, China University of Petroleum. His research interests include optimal control and robotics, especially the control of robots and trajectory planning. hanzhenyu0315@gmail.com Shu-Rong Li received the B. Sc. degree from Shandong University, China in 1987, and M.Sc. and Ph.D. degrees from Chinese Academy of Sciences, China in 1990 and He is currently a professor at the College of Information and Control Engineering, China University of Petroleum, China. His research interests include nonlinear system, optimal control, and robotics. lishuron@hdpu.edu.cn

Research Article Simplified Robotics Joint-Space Trajectory Generation with a via Point Using a Single Polynomial

Research Article Simplified Robotics Joint-Space Trajectory Generation with a via Point Using a Single Polynomial Robotics Volume, Article ID 75958, 6 pages http://dx.doi.org/.55//75958 Research Article Simplified Robotics Joint-Space Trajectory Generation with a via Point Using a Single Polynomial Robert L. Williams

More information

A Hybrid Time-delay Prediction Method for Networked Control System

A Hybrid Time-delay Prediction Method for Networked Control System International Journal of Automation and Computing 11(1), February 2014, 19-24 DOI: 10.1007/s11633-014-0761-1 A Hybrid Time-delay Prediction Method for Networked Control System Zhong-Da Tian Xian-Wen Gao

More information

Design and Stability Analysis of Single-Input Fuzzy Logic Controller

Design and Stability Analysis of Single-Input Fuzzy Logic Controller IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 30, NO. 2, APRIL 2000 303 Design and Stability Analysis of Single-Input Fuzzy Logic Controller Byung-Jae Choi, Seong-Woo Kwak,

More information

H-infinity Model Reference Controller Design for Magnetic Levitation System

H-infinity Model Reference Controller Design for Magnetic Levitation System H.I. Ali Control and Systems Engineering Department, University of Technology Baghdad, Iraq 6043@uotechnology.edu.iq H-infinity Model Reference Controller Design for Magnetic Levitation System Abstract-

More information

Modeling nonlinear systems using multiple piecewise linear equations

Modeling nonlinear systems using multiple piecewise linear equations Nonlinear Analysis: Modelling and Control, 2010, Vol. 15, No. 4, 451 458 Modeling nonlinear systems using multiple piecewise linear equations G.K. Lowe, M.A. Zohdy Department of Electrical and Computer

More information

Excerpt from the Proceedings of the COMSOL Conference 2010 Boston

Excerpt from the Proceedings of the COMSOL Conference 2010 Boston Excerpt from the Proceedings of the COMSOL Conference 21 Boston Uncertainty Analysis, Verification and Validation of a Stress Concentration in a Cantilever Beam S. Kargar *, D.M. Bardot. University of

More information

Toward Effective Initialization for Large-Scale Search Spaces

Toward Effective Initialization for Large-Scale Search Spaces Toward Effective Initialization for Large-Scale Search Spaces Shahryar Rahnamayan University of Ontario Institute of Technology (UOIT) Faculty of Engineering and Applied Science 000 Simcoe Street North

More information

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Ufuk Bakirdogen*, Matthias Liermann** *Institute for Fluid Power Drives and Controls (IFAS),

More information

Center-based initialization for large-scale blackbox

Center-based initialization for large-scale blackbox See discussions, stats, and author profiles for this publication at: http://www.researchgate.net/publication/903587 Center-based initialization for large-scale blackbox problems ARTICLE FEBRUARY 009 READS

More information

Internal Model Control of A Class of Continuous Linear Underactuated Systems

Internal Model Control of A Class of Continuous Linear Underactuated Systems Internal Model Control of A Class of Continuous Linear Underactuated Systems Asma Mezzi Tunis El Manar University, Automatic Control Research Laboratory, LA.R.A, National Engineering School of Tunis (ENIT),

More information

9.6 Predictor-Corrector Methods

9.6 Predictor-Corrector Methods SEC. 9.6 PREDICTOR-CORRECTOR METHODS 505 Adams-Bashforth-Moulton Method 9.6 Predictor-Corrector Methods The methods of Euler, Heun, Taylor, and Runge-Kutta are called single-step methods because they use

More information

A Genetic Algorithm Approach for Doing Misuse Detection in Audit Trail Files

A Genetic Algorithm Approach for Doing Misuse Detection in Audit Trail Files A Genetic Algorithm Approach for Doing Misuse Detection in Audit Trail Files Pedro A. Diaz-Gomez and Dean F. Hougen Robotics, Evolution, Adaptation, and Learning Laboratory (REAL Lab) School of Computer

More information

An Observer for Phased Microphone Array Signal Processing with Nonlinear Output

An Observer for Phased Microphone Array Signal Processing with Nonlinear Output 2010 Asia-Pacific International Symposium on Aerospace Technology An Observer for Phased Microphone Array Signal Processing with Nonlinear Output Bai Long 1,*, Huang Xun 2 1 Department of Mechanics and

More information

Improved Kalman Filter Initialisation using Neurofuzzy Estimation

Improved Kalman Filter Initialisation using Neurofuzzy Estimation Improved Kalman Filter Initialisation using Neurofuzzy Estimation J. M. Roberts, D. J. Mills, D. Charnley and C. J. Harris Introduction It is traditional to initialise Kalman filters and extended Kalman

More information

Fuzzy Mathematics and Logic for Multisource Data Association and Target Tracking (Phase II)

Fuzzy Mathematics and Logic for Multisource Data Association and Target Tracking (Phase II) Fuzzy Mathematics and Logic for Multisource Data Association and Target Tracking (Phase II) September 998 Center for Multisource Information Fusion The State University of New York at Buffalo Buffalo,

More information

Trajectory planning and feedforward design for electromechanical motion systems version 2

Trajectory planning and feedforward design for electromechanical motion systems version 2 2 Trajectory planning and feedforward design for electromechanical motion systems version 2 Report nr. DCT 2003-8 Paul Lambrechts Email: P.F.Lambrechts@tue.nl April, 2003 Abstract This report considers

More information

An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control

An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control 21 American Control Conference Marriott Waterfront, Baltimore, MD, USA June 3-July 2, 21 WeC14.1 An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control Qing Liu and Douglas

More information

A Recurrent Neural Network for Solving Sylvester Equation With Time-Varying Coefficients

A Recurrent Neural Network for Solving Sylvester Equation With Time-Varying Coefficients IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL 13, NO 5, SEPTEMBER 2002 1053 A Recurrent Neural Network for Solving Sylvester Equation With Time-Varying Coefficients Yunong Zhang, Danchi Jiang, Jun Wang, Senior

More information

Independent Component Analysis for Redundant Sensor Validation

Independent Component Analysis for Redundant Sensor Validation Independent Component Analysis for Redundant Sensor Validation Jun Ding, J. Wesley Hines, Brandon Rasmussen The University of Tennessee Nuclear Engineering Department Knoxville, TN 37996-2300 E-mail: hines2@utk.edu

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström PREDICTIO ERROR METHODS Torsten Söderström Department of Systems and Control, Information Technology, Uppsala University, Uppsala, Sweden Keywords: prediction error method, optimal prediction, identifiability,

More information

Fair and Square Computation of Inverse -Transforms of Rational Functions

Fair and Square Computation of Inverse -Transforms of Rational Functions IEEE TRANSACTIONS ON EDUCATION, VOL. 55, NO. 2, MAY 2012 285 Fair and Square Computation of Inverse -Transforms of Rational Functions Marcos Vicente Moreira and João Carlos Basilio Abstract All methods

More information

Design Artificial Nonlinear Controller Based on Computed Torque like Controller with Tunable Gain

Design Artificial Nonlinear Controller Based on Computed Torque like Controller with Tunable Gain World Applied Sciences Journal 14 (9): 1306-1312, 2011 ISSN 1818-4952 IDOSI Publications, 2011 Design Artificial Nonlinear Controller Based on Computed Torque like Controller with Tunable Gain Samira Soltani

More information

Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization

Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization DAMANPREET SINGH, J.S. DHILLON Department of Computer Science & Engineering Department of Electrical

More information

Transient Response of a Second-Order System

Transient Response of a Second-Order System Transient Response of a Second-Order System ECEN 830 Spring 01 1. Introduction In connection with this experiment, you are selecting the gains in your feedback loop to obtain a well-behaved closed-loop

More information

Fault Detection and Diagnosis of an Electrohydrostatic Actuator Using a Novel Interacting Multiple Model Approach

Fault Detection and Diagnosis of an Electrohydrostatic Actuator Using a Novel Interacting Multiple Model Approach 2011 American Control Conference on O'Farrell Street, San Francisco, CA, USA June 29 - July 01, 2011 Fault Detection and Diagnosis of an Electrohydrostatic Actuator Using a Novel Interacting Multiple Model

More information

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER Zhen Zhen 1, Jun Young Lee 2, and Abdus Saboor 3 1 Mingde College, Guizhou University, China zhenz2000@21cn.com 2 Department

More information

Linear Feedback Control Using Quasi Velocities

Linear Feedback Control Using Quasi Velocities Linear Feedback Control Using Quasi Velocities Andrew J Sinclair Auburn University, Auburn, Alabama 36849 John E Hurtado and John L Junkins Texas A&M University, College Station, Texas 77843 A novel approach

More information

Image Interpolation Using Kriging Technique for Spatial Data

Image Interpolation Using Kriging Technique for Spatial Data Image Interpolation Using Kriging Technique for Spatial Data Firas Ajil Jassim, Fawzi Hasan Altaany Abstract Image interpolation has been used spaciously by customary interpolation techniques. Recently,

More information

CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS

CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS 134 CHAPTER 6 A STUDY ON DISC BRAKE SQUEAL USING DESIGN OF EXPERIMENTS 6.1 INTRODUCTION In spite of the large amount of research work that has been carried out to solve the squeal problem during the last

More information

A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS

A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS AAS 6-135 A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS Andrew J. Sinclair,JohnE.Hurtado, and John L. Junkins The concept of nonlinearity measures for dynamical systems is extended to estimation systems,

More information

Nature inspired optimization technique for the design of band stop FIR digital filter

Nature inspired optimization technique for the design of band stop FIR digital filter Nature inspired optimization technique for the design of band stop FIR digital filter Dilpreet Kaur, 2 Balraj Singh M.Tech (Scholar), 2 Associate Professor (ECE), 2 (Department of Electronics and Communication

More information

Sensitivity Analysis of Coupled Resonator Filters

Sensitivity Analysis of Coupled Resonator Filters IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 47, NO. 10, OCTOBER 2000 1017 Sensitivity Analysis of Coupled Resonator Filters Smain Amari, Member, IEEE Abstract

More information

Stable IIR Notch Filter Design with Optimal Pole Placement

Stable IIR Notch Filter Design with Optimal Pole Placement IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL 49, NO 11, NOVEMBER 2001 2673 Stable IIR Notch Filter Design with Optimal Pole Placement Chien-Cheng Tseng, Senior Member, IEEE, and Soo-Chang Pei, Fellow, IEEE

More information

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty T.Srinivasarao, 2 P.Mallikarajunarao Department of Electrical Engineering, College of Engineering (A), Andhra University,

More information

ANALYSIS OF STEADY-STATE EXCESS MEAN-SQUARE-ERROR OF THE LEAST MEAN KURTOSIS ADAPTIVE ALGORITHM

ANALYSIS OF STEADY-STATE EXCESS MEAN-SQUARE-ERROR OF THE LEAST MEAN KURTOSIS ADAPTIVE ALGORITHM ANALYSIS OF SEADY-SAE EXCESS MEAN-SQUARE-ERROR OF HE LEAS MEAN KUROSIS ADAPIVE ALGORIHM Junibakti Sanubari Department of Electronics Engineering, Satya Wacana University Jalan Diponegoro 5 60, Salatiga,

More information

Case Studies of Logical Computation on Stochastic Bit Streams

Case Studies of Logical Computation on Stochastic Bit Streams Case Studies of Logical Computation on Stochastic Bit Streams Peng Li 1, Weikang Qian 2, David J. Lilja 1, Kia Bazargan 1, and Marc D. Riedel 1 1 Electrical and Computer Engineering, University of Minnesota,

More information

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator International Core Journal of Engineering Vol.3 No.6 7 ISSN: 44-895 A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator Yanna Si Information Engineering College Henan

More information

A Comparative Study on Fault Detection and Self- Reconfiguration

A Comparative Study on Fault Detection and Self- Reconfiguration Cleveland State University EngagedScholarship@CSU ETD Archive 010 A Comparative Study on Fault Detection and Self- Reconfiguration Ning Ge Cleveland State University Follow this and additional works at:

More information

Closed-form Solutions to the Matrix Equation AX EXF = BY with F in Companion Form

Closed-form Solutions to the Matrix Equation AX EXF = BY with F in Companion Form International Journal of Automation and Computing 62), May 2009, 204-209 DOI: 101007/s11633-009-0204-6 Closed-form Solutions to the Matrix Equation AX EX BY with in Companion orm Bin Zhou Guang-Ren Duan

More information

Chapter 6: Derivative-Based. optimization 1

Chapter 6: Derivative-Based. optimization 1 Chapter 6: Derivative-Based Optimization Introduction (6. Descent Methods (6. he Method of Steepest Descent (6.3 Newton s Methods (NM (6.4 Step Size Determination (6.5 Nonlinear Least-Squares Problems

More information

Generalized projective synchronization of a class of chaotic (hyperchaotic) systems with uncertain parameters

Generalized projective synchronization of a class of chaotic (hyperchaotic) systems with uncertain parameters Vol 16 No 5, May 2007 c 2007 Chin. Phys. Soc. 1009-1963/2007/16(05)/1246-06 Chinese Physics and IOP Publishing Ltd Generalized projective synchronization of a class of chaotic (hyperchaotic) systems with

More information

Recursive Least Squares for an Entropy Regularized MSE Cost Function

Recursive Least Squares for an Entropy Regularized MSE Cost Function Recursive Least Squares for an Entropy Regularized MSE Cost Function Deniz Erdogmus, Yadunandana N. Rao, Jose C. Principe Oscar Fontenla-Romero, Amparo Alonso-Betanzos Electrical Eng. Dept., University

More information

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Session 3220 Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Raymond G. Jacquot, Jerry C. Hamann, John E. McInroy Electrical Engineering Department, University

More information

Riccati difference equations to non linear extended Kalman filter constraints

Riccati difference equations to non linear extended Kalman filter constraints International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Riccati difference equations to non linear extended Kalman filter constraints Abstract Elizabeth.S 1 & Jothilakshmi.R

More information

Input Constraints Sliding Mode Control Based on RBF Network Compensation Mengya Hou 1,a, Huanqiang Chen 2,b

Input Constraints Sliding Mode Control Based on RBF Network Compensation Mengya Hou 1,a, Huanqiang Chen 2,b International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 5) Input Constraints Sliding Mode Control Based on RBF Network Compensation Mengya Hou,a, Huanqiang Chen,b Jiangxi

More information

An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification

An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification International Journal of Automation and Computing 6(2), May 2009, 137-144 DOI: 10.1007/s11633-009-0137-0 An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification

More information

Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools

Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools International Journal of Automation and Computing 8(4), November 2011, 437-444 DOI: 10.1007/s11633-011-0601-5 Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools

More information

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model BULGARIAN ACADEMY OF SCIENCES CYBERNEICS AND INFORMAION ECHNOLOGIES Volume No Sofia Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model sonyo Slavov Department of Automatics

More information

Design of Nearly Constant Velocity Track Filters for Brief Maneuvers

Design of Nearly Constant Velocity Track Filters for Brief Maneuvers 4th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 20 Design of Nearly Constant Velocity rack Filters for Brief Maneuvers W. Dale Blair Georgia ech Research Institute

More information

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network JIANG Hai University of Chinese Academy of Sciences National Astronomical Observatories, Chinese Academy of Sciences

More information

The Newton-Raphson method accelerated by using a line search - comparison between energy functional and residual minimization

The Newton-Raphson method accelerated by using a line search - comparison between energy functional and residual minimization Physics Electricity & Magnetism fields Okayama University Year 2004 The Newton-Raphson method accelerated by using a line search - comparison between energy functional and residual minimization Koji Fujiwara

More information

Estimating Probability of Detection Curves Related to Eddy Current Sender Receiver Probes

Estimating Probability of Detection Curves Related to Eddy Current Sender Receiver Probes 5 th European-American Workshop on Reliability of NDE Lecture 9 Estimating Probability of Detection Curves Related to Eddy Current Sender Receiver Probes Anders ROSELL 1, 2, Gert PERSSON 2, Håkan WIRDELIUS

More information

Genetic Algorithm: introduction

Genetic Algorithm: introduction 1 Genetic Algorithm: introduction 2 The Metaphor EVOLUTION Individual Fitness Environment PROBLEM SOLVING Candidate Solution Quality Problem 3 The Ingredients t reproduction t + 1 selection mutation recombination

More information

A Robust Controller for Scalar Autonomous Optimal Control Problems

A Robust Controller for Scalar Autonomous Optimal Control Problems A Robust Controller for Scalar Autonomous Optimal Control Problems S. H. Lam 1 Department of Mechanical and Aerospace Engineering Princeton University, Princeton, NJ 08544 lam@princeton.edu Abstract Is

More information

State Estimation of Linear and Nonlinear Dynamic Systems

State Estimation of Linear and Nonlinear Dynamic Systems State Estimation of Linear and Nonlinear Dynamic Systems Part I: Linear Systems with Gaussian Noise James B. Rawlings and Fernando V. Lima Department of Chemical and Biological Engineering University of

More information

Research Article. World Journal of Engineering Research and Technology WJERT.

Research Article. World Journal of Engineering Research and Technology WJERT. wjert, 2015, Vol. 1, Issue 1, 27-36 Research Article ISSN 2454-695X WJERT www.wjert.org COMPENSATOR TUNING FOR DISTURBANCE REJECTION ASSOCIATED WITH DELAYED DOUBLE INTEGRATING PROCESSES, PART I: FEEDBACK

More information

ASIGNIFICANT research effort has been devoted to the. Optimal State Estimation for Stochastic Systems: An Information Theoretic Approach

ASIGNIFICANT research effort has been devoted to the. Optimal State Estimation for Stochastic Systems: An Information Theoretic Approach IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 42, NO 6, JUNE 1997 771 Optimal State Estimation for Stochastic Systems: An Information Theoretic Approach Xiangbo Feng, Kenneth A Loparo, Senior Member, IEEE,

More information

Optimal Polynomial Control for Discrete-Time Systems

Optimal Polynomial Control for Discrete-Time Systems 1 Optimal Polynomial Control for Discrete-Time Systems Prof Guy Beale Electrical and Computer Engineering Department George Mason University Fairfax, Virginia Correspondence concerning this paper should

More information

Kalman Filters with Uncompensated Biases

Kalman Filters with Uncompensated Biases Kalman Filters with Uncompensated Biases Renato Zanetti he Charles Stark Draper Laboratory, Houston, exas, 77058 Robert H. Bishop Marquette University, Milwaukee, WI 53201 I. INRODUCION An underlying assumption

More information

Optimization of Phase-Locked Loops With Guaranteed Stability. C. M. Kwan, H. Xu, C. Lin, and L. Haynes

Optimization of Phase-Locked Loops With Guaranteed Stability. C. M. Kwan, H. Xu, C. Lin, and L. Haynes Optimization of Phase-Locked Loops With Guaranteed Stability C. M. Kwan, H. Xu, C. Lin, and L. Haynes ntelligent Automation nc. 2 Research Place Suite 202 Rockville, MD 20850 phone: (301) - 590-3155, fax:

More information

Digital Signal Processing Prof. T. K. Basu Department of Electrical Engineering Indian Institute of Technology, Kharagpur

Digital Signal Processing Prof. T. K. Basu Department of Electrical Engineering Indian Institute of Technology, Kharagpur Digital Signal Processing Prof. T. K. Basu Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 6 Z-Transform (Contd.) Discussing about inverse inverse Z transform,

More information

High Accuracy Multi-color Pyrometry for High Temperature Surfaces

High Accuracy Multi-color Pyrometry for High Temperature Surfaces High Accuracy Multi-color Pyrometry for High Temperature Surfaces L.D. Cassady and E.Y. Choueiri Electric Propulsion and Plasma Dynamics Laboratory(EPPDyL) Mechanical and Aerospace EngineeringDepartment

More information

Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR)

Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR) Control of Neutralization Process in Continuous Stirred Tank Reactor (CSTR) Dr. Magan P. Ghatule Department of Computer Science, Sinhgad College of Science, Ambegaon (Bk), Pune-41. gmagan@rediffmail.com

More information

A New Nonlinear Filtering Method for Ballistic Target Tracking

A New Nonlinear Filtering Method for Ballistic Target Tracking th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 9 A New Nonlinear Filtering Method for Ballistic arget racing Chunling Wu Institute of Electronic & Information Engineering

More information

Decisions on Multivariate Time Series: Combining Domain Knowledge with Utility Maximization

Decisions on Multivariate Time Series: Combining Domain Knowledge with Utility Maximization Decisions on Multivariate Time Series: Combining Domain Knowledge with Utility Maximization Chun-Kit Ngan 1, Alexander Brodsky 2, and Jessica Lin 3 George Mason University cngan@gmu.edu 1, brodsky@gmu.edu

More information

Output Feedback Control for a Class of Nonlinear Systems

Output Feedback Control for a Class of Nonlinear Systems International Journal of Automation and Computing 3 2006 25-22 Output Feedback Control for a Class of Nonlinear Systems Keylan Alimhan, Hiroshi Inaba Department of Information Sciences, Tokyo Denki University,

More information

Design and Realization of Quantum based Digital Integrator

Design and Realization of Quantum based Digital Integrator International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 449-454 International Research Publication House http://www.irphouse.com Design and Realization

More information

Vibration Testing. an excitation source a device to measure the response a digital signal processor to analyze the system response

Vibration Testing. an excitation source a device to measure the response a digital signal processor to analyze the system response Vibration Testing For vibration testing, you need an excitation source a device to measure the response a digital signal processor to analyze the system response i) Excitation sources Typically either

More information

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING

PERIODIC KALMAN FILTER: STEADY STATE FROM THE BEGINNING Journal of Mathematical Sciences: Advances and Applications Volume 1, Number 3, 2008, Pages 505-520 PERIODIC KALMAN FILER: SEADY SAE FROM HE BEGINNING MARIA ADAM 1 and NICHOLAS ASSIMAKIS 2 1 Department

More information

Constrained State Estimation Using the Unscented Kalman Filter

Constrained State Estimation Using the Unscented Kalman Filter 16th Mediterranean Conference on Control and Automation Congress Centre, Ajaccio, France June 25-27, 28 Constrained State Estimation Using the Unscented Kalman Filter Rambabu Kandepu, Lars Imsland and

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 9 Initial Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the he ime-frequency Concept []. Review of Fourier Series Consider the following set of time functions {3A sin t, A sin t}. We can represent these functions in different ways by plotting the amplitude versus

More information

898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER X/01$ IEEE

898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER X/01$ IEEE 898 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 17, NO. 6, DECEMBER 2001 Short Papers The Chaotic Mobile Robot Yoshihiko Nakamura and Akinori Sekiguchi Abstract In this paper, we develop a method

More information

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances Journal of Mechanical Engineering and Automation (): 6- DOI: 593/jjmea Cramér-Rao Bounds for Estimation of Linear System oise Covariances Peter Matiso * Vladimír Havlena Czech echnical University in Prague

More information

1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control

1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control 1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control Ming-Hui Lee Ming-Hui Lee Department of Civil Engineering, Chinese

More information

V(t) = Total Power = Calculating the Power Spectral Density (PSD) in IDL. Thomas Ferree, Ph.D. August 23, 1999

V(t) = Total Power = Calculating the Power Spectral Density (PSD) in IDL. Thomas Ferree, Ph.D. August 23, 1999 Calculating the Power Spectral Density (PSD) in IDL Thomas Ferree, Ph.D. August 23, 1999 This note outlines the calculation of power spectra via the fast Fourier transform (FFT) algorithm. There are several

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

RLS filter approach for linear distributed canning industry optimization

RLS filter approach for linear distributed canning industry optimization RLS filter approach for linear distributed canning industry optimization Author Sternheim Misuraca, M. R. Degree in Electronics Engineering, University of Buenos Aires, Argentina Project Engineer, Sistemas

More information

CERTAIN ALGEBRAIC TESTS FOR ANALYZING APERIODIC AND RELATIVE STABILITY IN LINEAR DISCRETE SYSTEMS

CERTAIN ALGEBRAIC TESTS FOR ANALYZING APERIODIC AND RELATIVE STABILITY IN LINEAR DISCRETE SYSTEMS CERTAIN ALGEBRAIC TESTS FOR ANALYZING APERIODIC AND RELATIVE STABILITY IN LINEAR DISCRETE SYSTEMS Ramesh P. and Manikandan V. 2 Department of Electrical and Electronics Engineering, University College

More information

APPLICATION OF GREY RELATIONAL ANALYSIS TO MACHINING PARAMETERS DETERMINATION OF WIRE ELECTRICAL DISCHARGE MACHINING

APPLICATION OF GREY RELATIONAL ANALYSIS TO MACHINING PARAMETERS DETERMINATION OF WIRE ELECTRICAL DISCHARGE MACHINING APPLICATION OF GREY RELATIONAL ANALYSIS TO MACHINING PARAMETERS DETERMINATION OF WIRE ELECTRICAL DISCHARGE MACHINING J.T. Huang 1 and Y.S. Liao 1 Department of Automatic Engineering, Kaoyuan Institute

More information

Gaussian process for nonstationary time series prediction

Gaussian process for nonstationary time series prediction Computational Statistics & Data Analysis 47 (2004) 705 712 www.elsevier.com/locate/csda Gaussian process for nonstationary time series prediction Soane Brahim-Belhouari, Amine Bermak EEE Department, Hong

More information

A Method of HVAC Process Object Identification Based on PSO

A Method of HVAC Process Object Identification Based on PSO 2017 3 45 313 doi 10.3969 j.issn.1673-7237.2017.03.004 a a b a. b. 201804 PID PID 2 TU831 A 1673-7237 2017 03-0019-05 A Method of HVAC Process Object Identification Based on PSO HOU Dan - lin a PAN Yi

More information

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 5, SEPTEMBER 2001 1215 A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing Da-Zheng Feng, Zheng Bao, Xian-Da Zhang

More information

Research Article Stabilizing of Subspaces Based on DPGA and Chaos Genetic Algorithm for Optimizing State Feedback Controller

Research Article Stabilizing of Subspaces Based on DPGA and Chaos Genetic Algorithm for Optimizing State Feedback Controller Mathematical Problems in Engineering Volume 2012, Article ID 186481, 9 pages doi:10.1155/2012/186481 Research Article Stabilizing of Subspaces Based on DPGA and Chaos Genetic Algorithm for Optimizing State

More information

State Estimation using Moving Horizon Estimation and Particle Filtering

State Estimation using Moving Horizon Estimation and Particle Filtering State Estimation using Moving Horizon Estimation and Particle Filtering James B. Rawlings Department of Chemical and Biological Engineering UW Math Probability Seminar Spring 2009 Rawlings MHE & PF 1 /

More information

Experimental design. Matti Hotokka Department of Physical Chemistry Åbo Akademi University

Experimental design. Matti Hotokka Department of Physical Chemistry Åbo Akademi University Experimental design Matti Hotokka Department of Physical Chemistry Åbo Akademi University Contents Elementary concepts Regression Validation Design of Experiments Definitions Random sampling Factorial

More information

A Novel Finite Time Sliding Mode Control for Robotic Manipulators

A Novel Finite Time Sliding Mode Control for Robotic Manipulators Preprints of the 19th World Congress The International Federation of Automatic Control Cape Town, South Africa. August 24-29, 214 A Novel Finite Time Sliding Mode Control for Robotic Manipulators Yao ZHAO

More information

An Adaptive Sensor Array Using an Affine Combination of Two Filters

An Adaptive Sensor Array Using an Affine Combination of Two Filters An Adaptive Sensor Array Using an Affine Combination of Two Filters Tõnu Trump Tallinn University of Technology Department of Radio and Telecommunication Engineering Ehitajate tee 5, 19086 Tallinn Estonia

More information

Adaptive Control Based on Incremental Hierarchical Sliding Mode for Overhead Crane Systems

Adaptive Control Based on Incremental Hierarchical Sliding Mode for Overhead Crane Systems Appl. Math. Inf. Sci. 7, No. 4, 359-364 (23) 359 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/.2785/amis/743 Adaptive Control Based on Incremental Hierarchical

More information

EKF and SLAM. McGill COMP 765 Sept 18 th, 2017

EKF and SLAM. McGill COMP 765 Sept 18 th, 2017 EKF and SLAM McGill COMP 765 Sept 18 th, 2017 Outline News and information Instructions for paper presentations Continue on Kalman filter: EKF and extension to mapping Example of a real mapping system:

More information

Effect of Fractional Order in Vertical Pole Motion Sucheta Moharir 1, Narhari Patil 2

Effect of Fractional Order in Vertical Pole Motion Sucheta Moharir 1, Narhari Patil 2 Effect of Fractional Order in Vertical Pole Motion Sucheta Moharir 1, Narhari Patil 2 1 St.Vincent Pallotti College of Engineering and Technology, Nagpur (Maharashtra), India 2 Shri Sant Gajanan Maharaj

More information

1330. Comparative study of model updating methods using frequency response function data

1330. Comparative study of model updating methods using frequency response function data 1330. Comparative study of model updating methods using frequency response function data Dong Jiang 1, Peng Zhang 2, Qingguo Fei 3, Shaoqing Wu 4 Jiangsu Key Laboratory of Engineering Mechanics, Nanjing,

More information

Tracking Control of a Class of Differential Inclusion Systems via Sliding Mode Technique

Tracking Control of a Class of Differential Inclusion Systems via Sliding Mode Technique International Journal of Automation and Computing (3), June 24, 38-32 DOI: 7/s633-4-793-6 Tracking Control of a Class of Differential Inclusion Systems via Sliding Mode Technique Lei-Po Liu Zhu-Mu Fu Xiao-Na

More information

Visual Tracking via Geometric Particle Filtering on the Affine Group with Optimal Importance Functions

Visual Tracking via Geometric Particle Filtering on the Affine Group with Optimal Importance Functions Monday, June 22 Visual Tracking via Geometric Particle Filtering on the Affine Group with Optimal Importance Functions Junghyun Kwon 1, Kyoung Mu Lee 1, and Frank C. Park 2 1 Department of EECS, 2 School

More information

Passive Control of Overhead Cranes

Passive Control of Overhead Cranes Passive Control of Overhead Cranes HASAN ALLI TARUNRAJ SINGH Mechanical and Aerospace Engineering, SUNY at Buffalo, Buffalo, New York 14260, USA (Received 18 February 1997; accepted 10 September 1997)

More information

CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator

CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator CompensatorTuning for Didturbance Rejection Associated with Delayed Double Integrating Processes, Part II: Feedback Lag-lead First-order Compensator Galal Ali Hassaan Department of Mechanical Design &

More information

Local Approximation of the Efficient Frontier in Robust Design

Local Approximation of the Efficient Frontier in Robust Design Local Approximation of the Efficient Frontier in Robust Design Jinhuan Zhang, Graduate Assistant Department of Mechanical Engineering Clemson University Margaret M. Wiecek, Associate Professor Department

More information

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling

Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling ISSN 746-7233, England, UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 4, pp. 289-298 Acceleration of Levenberg-Marquardt method training of chaotic systems fuzzy modeling Yuhui Wang, Qingxian

More information

Fast Estimation of the Statistics of Excessive Backlogs in Tandem Networks of Queues.

Fast Estimation of the Statistics of Excessive Backlogs in Tandem Networks of Queues. Fast Estimation of the Statistics of Excessive Backlogs in Tandem Networks of Queues. M.R. FRATER and B.D.O. ANDERSON Department of Systems Engineering Australian National University The estimation of

More information

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate www.scichina.com info.scichina.com www.springerlin.com Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate WEI Chen & CHEN ZongJi School of Automation

More information