Feeds
질문
How to obtain the two-dimensional DCT matrix?
Matlab has the function to calculate the DFT matrix, D = dctmtx(n), such that B=dct(A)=D*A. Now I want to do two-dimensional DCT...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to reproduce the real system state when I know the idss model of the system from the matlab function pem
1. I generated an artificial state space system as follows: L=2^16; A =[0 1; -0.9 1.9]; H=[1 0]; q=0.5; r=0.8; x ...
거의 11년 전 | 답변 수: 0 | 0
0
답변답변 있음
How to understand the K matrix and the noisevariance of a state space model
I think I can answer this question by myself now. The state space model in pem is considered as an innovation forms. Thus, th...
How to understand the K matrix and the noisevariance of a state space model
I think I can answer this question by myself now. The state space model in pem is considered as an innovation forms. Thus, th...
거의 11년 전 | 0
| 수락됨
질문
How to understand the K matrix and the noisevariance of a state space model
My goal is to execute the Kalman filter using the raw measured temperature values. Since the system model, the measurement noise...
11년 초과 전 | 답변 수: 1 | 0