Contents     Functions         Previous Next     PDF Index

5.7  Parametric transfer function

Except for the id_poly and qbode functions, the SDT does not typically use the numerous variants of the ARMAX model that are traditional in system identification applications and lead to the ratio of polynomials called transfer function format (tf) in other MATLAB Toolboxes. In modal analysis, transfer functions refer to the functions characterizing the relation between inputs and outputs. The tf format thus corresponds to the parametric representations of sets of transfer functions in the form of a ratio of polynomials

 
    (5.31)

The SDT stacks the different numerator and denominator polynomials as rows of numerator and denominator matrices

 
    (5.32)

Other MATLAB toolboxes typically only accept a single common denominator (den is a single row). This form is also accepted by qbode which is used to predict FRFs at a number of frequencies in the non-parametric xf format).

The id_poly function identifies polynomial representations of sets of test functions and res2tf provides a transformation between the pole/residue and polynomial representations of transfer functions.


©1991-2019 by SDTools
Previous Up Next