Function: ADD_DYNPurpose. Introduces, in parallel to a given system, additional dynamics so that a dynamic feedback relative to the original system can be viewed as a proportional feedback relative to the extended system. Synopsis. sys1 = add_dyn(sys0,dyn); [a1,b1,c1,d1] = add_dyn(a0,b0,c0,d0,dyn); Description. If the original system sys0
corresponds to the state-space representation (A , B , C , D),
(diag(dyn) is denoted Ω), the augmented system
sys1 is given by Applying the static feedback gain This function must be used with dyn2sta and sta2dyn. This set of three functions permits the designer to tune dynamic feedback gains using fb_tun (which treats proportional feedback gains) or to design dynamic controllers using fb_prop (devoted to proportional gain design). Alternatively, for the same purpose, the three functions add_dyn, dyn2sta, sta2dyn can be replaced by add_obs , dfb2obs, obs2dfb. Input arguments.
Output arguments.
|