SpeechAlgorithms
SpeechAlgorithms copied to clipboard
AEC: kalman filter, post error matrix update
I have doubt with the post error matrix update formula ”Rmu = (IL - K @ X.T) * Rm“ . When I derive this formula, Rmu = (IL - K @ X.T) * Rm*(IL - K @ X.T)' + V(near noise). Can you help me?