Estimation of prediction error matrix
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i have error matrix er(:,:,n)=[I -w]*y, y is rxd signal,w tap weight . i want to find estimation of error matrix Ree=E[er*er'] i finding that by Ree=Ree+(er(:,:,n)*er(:,:,n)')/N, n=1:N is it right? i'm getting teoplitzs matrix,but rank is not coming one ,nor the ratio of min/max eig is in the range 0.05 . Pls tell me how to find estimation of product of vector and it;s hermition?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Polynomials finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!