代码搜索:KALMAN
找到约 2,142 项符合「KALMAN」的源代码
代码结果 2,142
www.eeworm.com/read/391568/8396908
c kalman.c
/*
Tracking of rotating point.
Rotation speed is constant.
Both state and measurements vectors are 1D (a point angle),
Measurement is the real point angle + gaussian noise.
The re
www.eeworm.com/read/291333/8425059
c kalman.c
/*
Tracking of rotating point.
Rotation speed is constant.
Both state and measurements vectors are 1D (a point angle),
Measurement is the real point angle + gaussian noise.
The re
www.eeworm.com/read/389692/8507626
c kalman.c
/* Copyright 1994-2002 The MathWorks, Inc. */
/* $Revision: 1.13 $ $Date: 2002/06/17 12:46:59 $ $Author: eyarrow $ */
/* get the data to be used in kalman filter algorithm */
/* off-line only
www.eeworm.com/read/188887/8510035
m kalman.m
% kalman filtering
load initial_track s; % y:initial data,s:data with noise
T=0.1;
% yp denotes the sample value of position
% yv denotes the sample value of velocity
% Y=[yp(n);yv(n)];
% e
www.eeworm.com/read/433018/8552424
cpp kalman.cpp
#include
#include
#include
#include
#include
void main()
{
clrscr();
float tv[25],pv[25],mv[25],pe[25],me[25],temp; //declaration of t
www.eeworm.com/read/430338/8755584
c kalman.c
/* Copyright 1994-2002 The MathWorks, Inc. */
/* $Revision: 1.13 $ $Date: 2002/06/17 12:46:59 $ $Author: eyarrow $ */
/* get the data to be used in kalman filter algorithm */
/* off-line only
www.eeworm.com/read/286461/8763494
m kalman.m
function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag,T)
%SFUNTMPL General M-file S-function template
% The following outlines the general structure of an S-function.
%
global Q R x_1 P_1 delta P h Y out
www.eeworm.com/read/385445/8804787
m kalman.m
%VD arithmetic
clear;
T=2;
num=50;
N1=400/T;N2=600/T;N3=610/T;N4=660/T;N5=900/T;
x=zeros(N5,1);
y=zeros(N5,1);
vx=zeros(N5,1);
vy=zeros(N5,1);
x(1)=2000;y(1)=10000;
vx(1)=0;vy(1)=-15;
ax=0
www.eeworm.com/read/384713/8849994
aps kalman.aps
www.eeworm.com/read/384713/8849998
plg kalman.plg
Build Log
--------------------Configuration: Kalman - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\HUANGH