代码搜索:predict

找到约 2,271 项符合「predict」的源代码

代码结果 2,271
www.eeworm.com/read/103989/7119200

html structbayesian__filter_1_1information__scheme_1_1linear__predict__byproducts.html

Bayes++ Bayesian Filtering Classes: Bayesian_f
www.eeworm.com/read/250980/12372067

m demo_ekf_filter.m

function demo_ekf_filter() %function demo_ekf_filter() % Simple demo of the various Kalman filter update equations and the numerical % Jacobian function. The numerical_Jacobian function computes th
www.eeworm.com/read/380183/9158317

asv f_immjpda_new.asv

%计算目标号为target_no的目标的immjpda滤波信息 %2004.1.9更新 function [x_jpda,p_jpda,x_immjpda,p_immjpda,u_output]=f_immjpda_new(state_dm,target_no,flag,prob,mes,mes_total,x1,p1,u_input,vv,pd,pg,lmd) %v:跟踪门体积(需计算-长
www.eeworm.com/read/380183/9158346

m untitled2www.m

function [x_jpda,p_jpda,x_immjpda,p_immjpda,u_output]=f_immjpda_new(state_dm,target_no,flag,prob,mes,mes_total,x1,p1,u_input,vv,pd,pg,lmd) model_number=6; %模型参数按列存放,各个模型的fai(j)是9×9矩阵,g(j)是9×3矩阵,q(j
www.eeworm.com/read/380183/9158359

asv f_immjpda_new2.asv

%计算目标号为target_no的目标的immjpda滤波信息 %2004.1.9更新 function [x_jpda,p_jpda,x_immjpda,p_immjpda,u_output]=f_immjpda_new(state_dm,target_no,flag,prob,mes,mes_total,x1,p1,u_input,vv,pd,pg,lmd) %v:跟踪门体积(需计算-长
www.eeworm.com/read/380183/9158423

m f_immjpda_new.m

%计算目标号为target_no的目标的immjpda滤波信息 %2004.1.9更新 function [x_jpda,p_jpda,x_immjpda,p_immjpda,u_output]=f_immjpda_new(state_dm,target_no,flag,prob,mes,mes_total,x1,p1,u_input,v,pd,pg,lmd) %v:跟踪门体积(需计算-长方
www.eeworm.com/read/380183/9158460

m f_immjpda_new2.m

%计算目标号为target_no的目标的immjpda滤波信息 %2004.1.9更新 function [x_jpda,p_jpda,x_immjpda,p_immjpda,u_output]=f_immjpda_new(state_dm,target_no,flag,prob,mes,mes_total,x1,p1,u_input,vv,pd,pg,lmd) %v:跟踪门体积(需计算-长
www.eeworm.com/read/379751/9178646

win makefile.win

#You must ensure nmake.exe, cl.exe, link.exe are in system path. #VCVARS32.bat #Under dosbox prompt #nmake -f Makefile.win PYTHON_INC = c:\python25\include PYTHON_LIB = c:\python25\libs\python25.lib
www.eeworm.com/read/371849/9533333

win makefile.win

#You must ensure nmake.exe, cl.exe, link.exe are in system path. #VCVARS32.bat #Under dosbox prompt #nmake -f Makefile.win PYTHON_INC = c:\python25\include PYTHON_LIB = c:\python25\libs\python25.lib
www.eeworm.com/read/351022/10687579

makefile

CXX? = g++ CFLAGS = -Wall -O3 -D _DENSE_REP all: svm-train svm-predict svm-scale svm-predict: svm-predict.c svm.o $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm svm-train: svm-train.c svm.