how to implement moving window
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have a question regarding moving window implementation. I have this equation. how to implement/coding it in Matlab where m = window size; k=epoch ?
C = 1/m * (summation(i=1 to m) of V(k-i)*V(k-i)')
where V is the residual between observation and measurement size 3x1
Any advise? Thank you.
2 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Online Estimation 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!