Can I have $Q = R = I$ as covariance matrices for a kalman filter? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Partial differentiation of vector to find Jacobian (extended Kalman filter)Kalman Filter to determine position and attitude from 6DOF IMU (accelerometer + gyroscope)How to estimate variances for Kalman filter from real sensor measurements without underestimating process noise.How to handle the noise covariance matrices in a basic Kalman Filter setup?Extended Kalman Filter destablizingHow to determine the transition probability in Sequential Importance Sampling (SIS) for Particle FilterKalman filter using accelerometer and system dyanamical modelDo I understand these expressions correctly (Kalman filter)?How to obtain kalman filter?LQG with bias rejection for quadcopter attitude control
How can I define good in a religion that claims no moral authority?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Does Parliament hold absolute power in the UK?
First use of “packing” as in carrying a gun
does high air pressure throw off wheel balance?
Is every episode of "Where are my Pants?" identical?
Why did all the guest students take carriages to the Yule Ball?
How to delete random line from file using Unix command?
Derivation tree not rendering
Are my PIs rude or am I just being too sensitive?
Why does this iterative way of solving of equation work?
Can smartphones with the same camera sensor have different image quality?
Am I ethically obligated to go into work on an off day if the reason is sudden?
How many people can fit inside Mordenkainen's Magnificent Mansion?
Difference between "generating set" and free product?
Road tyres vs "Street" tyres for charity ride on MTB Tandem
Wall plug outlet change
rotate text in posterbox
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
What force causes entropy to increase?
Semisimplicity of the category of coherent sheaves?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
What's the point in a preamp?
Can I have $Q = R = I$ as covariance matrices for a kalman filter?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Partial differentiation of vector to find Jacobian (extended Kalman filter)Kalman Filter to determine position and attitude from 6DOF IMU (accelerometer + gyroscope)How to estimate variances for Kalman filter from real sensor measurements without underestimating process noise.How to handle the noise covariance matrices in a basic Kalman Filter setup?Extended Kalman Filter destablizingHow to determine the transition probability in Sequential Importance Sampling (SIS) for Particle FilterKalman filter using accelerometer and system dyanamical modelDo I understand these expressions correctly (Kalman filter)?How to obtain kalman filter?LQG with bias rejection for quadcopter attitude control
$begingroup$
Assume that we have no noise in our system. We using a low pass filter to filer away some peaks in the measurements.
But our goal is just to estimate the state $X_k$. Can we set the $Q_k$ and $R$ to the identity matrix $I$? Or do we need to compute $Q_k$ and $R$?
We can assume that we have no noise from our process.
We know $A, B, C, X_0, P_0, U_k, Y_k, H$ but not $Z_k, W_k$
control-theory optimal-control linear-control kalman-filter
$endgroup$
|
show 2 more comments
$begingroup$
Assume that we have no noise in our system. We using a low pass filter to filer away some peaks in the measurements.
But our goal is just to estimate the state $X_k$. Can we set the $Q_k$ and $R$ to the identity matrix $I$? Or do we need to compute $Q_k$ and $R$?
We can assume that we have no noise from our process.
We know $A, B, C, X_0, P_0, U_k, Y_k, H$ but not $Z_k, W_k$
control-theory optimal-control linear-control kalman-filter
$endgroup$
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59
|
show 2 more comments
$begingroup$
Assume that we have no noise in our system. We using a low pass filter to filer away some peaks in the measurements.
But our goal is just to estimate the state $X_k$. Can we set the $Q_k$ and $R$ to the identity matrix $I$? Or do we need to compute $Q_k$ and $R$?
We can assume that we have no noise from our process.
We know $A, B, C, X_0, P_0, U_k, Y_k, H$ but not $Z_k, W_k$
control-theory optimal-control linear-control kalman-filter
$endgroup$
Assume that we have no noise in our system. We using a low pass filter to filer away some peaks in the measurements.
But our goal is just to estimate the state $X_k$. Can we set the $Q_k$ and $R$ to the identity matrix $I$? Or do we need to compute $Q_k$ and $R$?
We can assume that we have no noise from our process.
We know $A, B, C, X_0, P_0, U_k, Y_k, H$ but not $Z_k, W_k$
control-theory optimal-control linear-control kalman-filter
control-theory optimal-control linear-control kalman-filter
edited Mar 25 at 10:37
Daniel Mårtensson
asked Mar 25 at 10:10
Daniel MårtenssonDaniel Mårtensson
993419
993419
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59
|
show 2 more comments
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3161599%2fcan-i-have-q-r-i-as-covariance-matrices-for-a-kalman-filter%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3161599%2fcan-i-have-q-r-i-as-covariance-matrices-for-a-kalman-filter%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Why do you have to filter out peaks if there is no noise acting on the system?
$endgroup$
– Kwin van der Veen
Mar 25 at 13:10
$begingroup$
@KwinvanderVeen It can be disturbance from the microcontroller. I know that $R$ can be found by $R = cov(Y_k)$ when $Y_k$ is steady state. But how about $Q$?
$endgroup$
– Daniel Mårtensson
Mar 25 at 14:12
$begingroup$
Q is the prior variance ( or sometimes they call it the initial variance ) of the state. If you know everything else, it can be estimated using prediction error decomposition but that's a time-series methodology. ( see Andrew Harvey's blue book ) .I'm not familiar with how they would do it in control field which could be something totally different.
$endgroup$
– mark leeds
Mar 26 at 5:30
$begingroup$
@markleeds it's very difficult to find Q in reality for an unknow process ? Can I then set $Q=0$?
$endgroup$
– Daniel Mårtensson
Mar 26 at 13:24
$begingroup$
Hi: I would think, even in the control field, you should give it a prior ( in bayesian framework ) or estimate it ( classical framework ). Setting it to zero says that the state has no prior variance so, no, I don't think that's the approach to take. Hopefully someone else can chime in. But check out Harvey's blue book because, if everything else is known, it's not that hard to estimate it.
$endgroup$
– mark leeds
Mar 27 at 16:59