frfplot

Plot MotionSolve Frequency Response Functions (FRFs) computed from XML and related A,B,C,D state matrices.

Attention: Valid only with Altair Product Integration Extension

Syntax

frfplot()

frfplot(xml)

frfplot(xml,few)

frfplot(xml,few,red)

Inputs

xml
XML file names (without extension).
Type: char
Dimension: cell
few
Frequency exponent window in a 2-element vector form.
Type: double
Dimension: vector
red
Reduction option (not supported yet). Default: 0 (no reduction).
Type: double
Dimension: scalar

Examples

Example with results from a landing gear model.

fftplot({'./LandingGear_Retracted/ldg_retracted';'./LandingGear_Deployed/ldg_deployed'},'Expressions','dxyz',{'DXleft';'DYleft';'DZleft'},[0.2,10],[0.5,2.5]);

Comments

This function creates a comparison plot of MotionView results in frequency domain by computing FRF between multiple plant outputs and plant inputs (leveraging A,B,C,D state matrices output).