Changeset 230 for matlab

Show
Ignore:
Timestamp:
01/15/09 10:53:55 (15 years ago)
Author:
smidl
Message:

mpf_delta - estimation of covariance weight

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • matlab/pmsm/mpf_u_delta_disp.m

    r228 r230  
    1515        hold on; 
    1616        plot(xthE(:,i)','r') 
    17         plot(xthM(:,i+2)','g') 
     17        plot(xthM(:,i+3)','g') 
    1818%       plot(xthV(i,:)','m'); 
    1919    grid on 
    2020end 
    2121 
     22figure(7); plot(abs(xthM(:,3))); 
    2223 
    2324figure(3) 
     
    5556 
    5657hold on; 
    57 di = xthM(:,1+4)'-xth(:,1+2)'; 
     58di = xthM(:,3+3)'-xth(:,1+2)'; 
    5859plot(tm,di,'-') 
    5960MSE_M=di*di'/9000