Sample matrix inversion: Difference between revisions

From testwiki
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 R with its estimate. Using K N-dimensional samples X1,X2,,XK, an unbiased estimate of RX, the N×N correlation matrix of the array signals, may be obtained by means of a simple averaging scheme:

R^X=1Kk=1KXkXkH,

where H is the conjugate transpose. The expression of the theoretically optimal weights requires the inverse of RX, and the inverse of the estimates matrix is then used for finding estimated optimal weights.

References