Sample matrix inversion: Difference between revisions
Jump to navigation
Jump to search
imported>Kallichore Undid revision 1179790347 by 45.146.24.223 (talk); it caused "Failed to parse (syntax error)" |
(No difference)
|
Latest revision as of 19:10, 14 October 2023
Sample matrix inversion (or direct matrix inversion) is an algorithm that estimates weights of an array (adaptive filter) by replacing the correlation matrix with its estimate. Using -dimensional samples , an unbiased estimate of , the correlation matrix of the array signals, may be obtained by means of a simple averaging scheme:
where is the conjugate transpose. The expression of the theoretically optimal weights requires the inverse of , and the inverse of the estimates matrix is then used for finding estimated optimal weights.