Source: GitHub
Tools for computing inverses of frequency response functions
Functions¶
| Name | Summary |
|---|---|
compute_tikhonov_modified_singular_values | Computes the modified singular values that would be seen in Tikhonov regularization. This is only intended for visualization purposes only. |
frf_inverse | Computes the inverse of an FRF matrix for source estimation problems. |
pinv_by_tikhonov | Computes the pseudo-inverse of an FRF matrix via Tikhonov regularization |
pinv_by_truncation | Computes the pseudo-inverse of an FRF matrix where a fixed number of singular values are retained for the inverse |