Sample matrix inversion

From HandWiki

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