代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/188503/8535637
c predict_x86.c
/* predict_ref.h, Low-level Architecture neutral prediction
* (motion compensated reconstruction) routines */
/* (C) 2003 Andrew Stevens */
/* These modifications are free software; you can redist
www.eeworm.com/read/285309/8851300
c mp4_predict.c
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/285309/8851338
h mp4_predict.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/380767/9128768
gif kf_predict-correct.gif
www.eeworm.com/read/380183/9158325
asv f_initiate_predict.asv
function [z_rt, s_rt]=f_initiate_predict(x_current,p_current);
%新航迹下一时刻的预测
model_try;%给模型参数赋值
hh=[eye(9),eye(9),eye(9),eye(9),eye(9),eye(9)]';%计算I阵
pp=[p_current(:,1:9),zeros(9),zeros(9),zeros(9
www.eeworm.com/read/380183/9158473
m f_initiate_predict.m
function [z_rt, s_rt]=f_initiate_predict(x_current,p_current);
%新航迹下一时刻的预测
model_try;%给模型参数赋值
hh=[eye(9),eye(9),eye(9),eye(9),eye(9),eye(9)]';%计算I阵
pp=[p_current(:,1:9),zeros(9),zeros(9),zeros(9
www.eeworm.com/read/379933/9172205
m ukf_predict1.m
%UKF_PREDICT1 Nonaugmented (Additive) UKF prediction step
%
% Syntax:
% [M,P] = UKF_PREDICT1(M,P,[a,Q,param,alpha,beta,kappa,mat])
%
% In:
% M - Nx1 mean state estimate of previous step
% P - N
www.eeworm.com/read/175483/9545246
c mp4_predict.c
/********************************************************************************
* *
* This code has been developed by Project Mayo. This software is an *
* implementation
www.eeworm.com/read/175483/9545288
h mp4_predict.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/169946/9829881
c mp4_predict.c
#include
#include "mp4_vars.h"
#include "mp4_predict.h"
/**
*
**/
static void rescue_predict();
void dc_recon(int block_num, short * dc_value)
{
if (mp4_state->hd