代码搜索结果
找到约 2,425 项符合
Measurement 的代码
monitors.mco
/*
*/
#define int1 signed
#define int2 signed
#define int4 signed
#define uint8 unsigned
#define uint4 unsigned
#define uint2 unsigned
#define uint1 unsigned
decl
ukf_hfun.m
function [y] = ukf_hfun(x,u,n,t);
% PURPOSE : Measurement model function fpr UKF.
% INPUTS : - x: Hidden state
% : - u: control vector
% - n: Measurement noise
% - t
timetr.m
% timetr.m
% Scope: This MATLAB macro computes GPS time of transmission from time of
% measurement (reception) for a satellite pseudorange measurement;
%
readme.txt
这是一个远程温度计
MCU: AT89S52
温度传感器: DS18B20
晶振: 12MHz
使用串口连接,在PC端使用"超级终端"打开
设置如下:
波特率: 4800
数据位: 8
奇偶校验: 无
停止位: 1
数据流控制: 无
电路图见Thermometer-SCH.jpg
该程序的编写参照了Keil UV2自带的便子
见EXAMPLES
test_robot_wifi.m
% Demo illustrating localization of a robot by particle filter.
% WiFi measurements are modeled by a Ray-Tracing engine allowing up to 3 walls'reflexion. Particle
% filter help to correct odometry'
ekf_sine_d2h_dx2.m
% Hessian of the measurement model function in the random sine signal demo
% Copyright (C) 2007 Jouni Hartikainen
%
% This software is distributed under the GNU General Public
% Licence (version 2 o
aironet.c
/*
*************************************************************************
* Ralink Tech Inc.
* 5F., No.36, Taiyuan St., Jhubei City,
* Hsinchu County 302,
* Taiwan, R.O.C.
*
* (c) Copyright
constrained_weighted_nlos_ireative.m
%
% 2007.4.1
clc;
clear;
n=4; % the number of base stations
m=100; % the number of measurements
delta=60; % variance of measurement noise
ukf_hfun.m
function [y] = ukf_hfun(x,u,n,t);
% PURPOSE : Measurement model function fpr UKF.
% INPUTS : - x: Hidden state
% : - u: control vector
% - n: Measurement noise
% - t
readmeasurement.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% ReadMeasurement, Read Measurement from external measurement file
fid = fopen(Project_Measurement_Filename,'rt');
if fid