Tool/software: TI C/C++ Compiler
Hi,
I am learning the lab0013_traffic_monitoring_16xx examples,I have the following questions about gTrack.
1. In gtrack_gateCreateLim function, we compute the gating volume, gating volume can be estimated as the volume of the Ellipsoid.
a = range variance, b = angle variance, c = radial velocity variance , v = (4*pi/3)*a*b*c,
question 1:
why the constant volume expansion factor gConst need be powered by 2/3?
2. 1. In gtrack_gateCreateLim function,
question 2:
what The calculation principle of limiters?
In other words, why Orthogonal projections onto Range is the RSS of the first column of W ? and s[0]= 2*sqrtf(w[0]*w[0] + w[3]*w[3] + w[6]*w[6]) = Orthogonal projections onto Range ?
In fact, I don't know what it means for EC to do the Cholesky decomposition and then invert it?