Contents     Functions         Previous Next     PDF Index

5.8  Non-parametric transfer function

Response data structures are the classical format to store non-parametric transfer functions. Multi-dim curve can also be used.

For a linear system at a given frequency ω, the response vector {y} at NS sensor locations to a vector {u} of NA inputs is described by the NS by NA rectangular matrix of Frequency Responses (FRF)

 
    (5.33)

The SDT stores frequencies at which the FRF are evaluated as a column vector w

 
    (5.34)

and SISO FRFs Hij are stored as columns of the matrix xf where each row corresponds to a different frequency (indicated in w). By default, it is assumed that the correspondence between the columns of xf and the sensors and actuator numbers is as follows. The NS transfer functions from actuator 1 to the NS sensors are stored as the first NS columns of xf, then the NS transfer functions of actuator 2, etc.

 
    (5.35)

Further characterization of the properties of a given set of FRFs is given by a structure detailed under Response data section.

Frequency response functions corresponding to parametric models can be generated in the xf format using qbode (transformation from ss and tf formats), nor2xf, or res2xf. These functions use robustness/speed trade-offs that are different from algorithms implemented in other MATLAB toolboxes and are more appropriate for applications in structural dynamics.


©1991-2019 by SDTools
Previous Up Next