This commit is contained in:
nuknal
2024-09-10 15:17:59 +08:00
parent 2fcbc389c6
commit e44bd318ae
5 changed files with 6 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ func (rpc *RPC) RPC() error {
rowVec, colVec, latVec, lonVec, heightVec)
// 设计矩阵 B = [ 20个分子系数 19个分母系数 ] W = 权矩阵 R = 观测结果
method := SolveMethodNelderMead
method := SolveMethod(config.GCONFIG.RPC.Method)
// x = (B^T * W^2 * B)^-1 * (B^T * W^2 * R), 其中 x = [a1..a20 b2..b20]^T
// 行参数