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_frf_inverse.frf_inverse

Signature

def sdynpy.signal_processing.sdynpy_frf_inverse.frf_inverse(frf_matrix, method='standard', response_weighting_matrix=None, reference_weighting_matrix=None, regularization_weighting_matrix=None, regularization_parameter=None, cond_num_threshold=None, num_retained_values=None)

Computes the inverse of an FRF matrix for source estimation problems.

Parameters

Returns

Raises

Notes

This function solves the inverse problem for the supplied FRF matrix. All of the inverse methods use the SVD (or modified SVD) to compute the pseudo-inverse.

References

.. [1] Wikipedia, “Moore-Penrose inverse”. https://en.wikipedia.org/wiki/Moore–Penrose_inverse .. [2] A.N. Tithe, D.J. Thompson, The quantification of structure-borne transmission pathsby inverse methods. Part 2: Use of regularization techniques, Journal of Sound and Vibration, Volume 264, Issue 2, 2003, Pages 433-451, ISSN 0022-460X, Thite & Thompson (2003). .. [3] Wikipedia, “Ridge regression”. Ridge regression

References
  1. Thite, A. N., & Thompson, D. J. (2003). The quantification of structure-borne transmission paths by inverse methods. Part 2: Use of regularization techniques. Journal of Sound and Vibration, 264(2), 433–451. 10.1016/s0022-460x(02)01203-8