Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.signal_processing.sdynpy_lrm.frf_local_model

Signature

def sdynpy.signal_processing.sdynpy_lrm.frf_local_model(references, responses, abscissa, f_out=None, bandwidth=None, transient=True, modelset=[[1, 1, 0], [1, 1, 1], [1, 1, 2]], export_ratio=0.1, max_parallel=512, print_time=True)

Local modeling FRF estimator for MIMO systems. This function can be called directly or using frf.timedata2frf(...,method=‘LRM’) or frf.fft2frf(...,method=‘LRM’).

Parameters

Returns

Notes

To improve noise and transient removal, recommend increasing bandwidth

To reduce computation time, recommend decreasing f_out resolution, increasing export_ratio, or decreasing bandwidth. For very large systems, if freezing occurs, reduce max_parallel.

For more information, see “A practitioner’s guide to local FRF estimation”, K. Coletti. This function uses the MISO parameterization