필터 지우기
필터 지우기

Kalman filter design for impedance measurement data

조회 수: 3 (최근 30일)
Slade Wilson
Slade Wilson 2016년 6월 17일
Hello, I am trying to implement Kalman fiter to remove some Gaussian white noise. I have succesfully implemented moving average filter but I would like to compare them. Lets assume that I have nominal values for model parameters:
Re = 917.5;
Ri = 629.0;
Cm = 3.42e-9;
while model is described with
Z = Re*(1+1i*w*Ri*Cm)./(1+1i*w*(Re+Ri)*Cm);
w = 2*pi*f;
f = linspace(10e3, 100e3, 100);
Then I would like to add some noise:
rng(0,'twister');
a = -1;
b = 1;
r = (b-a).*rand(100,1) + a;
Can anyone help me with Kalman filter code for white noise cancellation? Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 State-Space Control Design and Estimation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by