report_test_xml


Purpose

Generate spreadsheet XML of test results

Syntax

results = report_test_xml(st[,sg][,TAM][,FEM][,FILENAME][,'nofile']['thresh_self',THRESH_SELF][,'thresh_cross',THRESH_CROSS][,'percent',PERCENT])

Description

REPORT_TEST_XML uses two imat_shp functions, ST (Test Shapes),SG (FEM shapes), and the test analysis model TAM to generate post-test matrices Ott, Otg, MACtt, MACtg, Test-Analysis Comparison Tables, Modal Parameter Summary tables, and optionally effective mass fraction tables for the test and FEM shapes.

If only ST is supplied, MACtt will be generated.

If ST, and SG are supplied, MACtt, MACtg, CtableMACtg, and Summary Tables will be generated.

If TAM.mass is not supplied, orthogonality sheets Ott, Otg, and Orthogonality comparison tables will not be generated.

If FEM is supplied, the effective mass tables will be generated.

INPUTS:
ST

imat_shp (usually test shapes)

SG imat_shp (usually FEM shapes)
TAM

Pretest TAM matrices

TAM.aset = imat_ctrace containing test DOF

TAM.mass = mass matrix reduced to test DOF

FEM imat_fem containing FEM for use in effective mass calculation
FILENAME Output filename
THRESH_SELF Self MAC/orthogonality threshold values (default [0.9999 0.1 0.05])
THRESH_CROSS Cross MAC/orthogonality threshold values (default [0.9 0.5 0.2])
PERCENT Specifies the frequency range percentage on either side of each best fit analysis mode frequency to include in the RSS calculation. The default is 10%.
'nofile' Do not export results to a file
OUTPUTS:
RESULTS.Ott

ST (TAM) self orthogonality (ortho(st,TAM.mass,TAM.aset))

RESULTS.Otg ST-SG cross-orthogonality (ortho(st,sg,TAM.mass,TAM.aset))
RESULTS.MACtt

ST self-MAC (ortho(st,TAM.aset))

RESULTS.MACtg

ST-SG cross-MAC (ortho(st,sg,TAM.aset))

RESULTS.CTableOtg

Correlation table based on Otg

RESULTS.CTableMACtg

Correlation table based on MACtg

 

Examples

>> results = report_test_xml(st,sg,TAM,’modal_test_results.xml’)

See Also

ortho, correlation_table, imat_shp, report_tam_xml, effmass