代码搜索结果
找到约 2,425 项符合
Measurement 的代码
das16.c
/*
comedi/drivers/das16.c
DAS16 driver
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef
Copyright (C) 2000 Chris R. Bau
pcmad.c
/*
module/pcmad
hardware driver for Winsystems PCM-A/D12 and PCM-A/D16
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000,2001 David A. Schleef
dt282x.c
/*
modules/dt282x.c
hardware driver for Data Translation DT2821 series
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-8 David A. Schleef
T
perf.h
/*
* lwip/arch/perf.h
*
* Arch-specific performance measurement for lwIP running on mini-os
*
* Tim Deegan , July 2007
*/
#ifndef __LWIP_ARCH_PERF_H__
#define __LWIP
run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
das16.c
/*
comedi/drivers/das16.c
DAS16 driver
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef
Copyright (C) 2000 Chris R. Bau
pcmad.c
/*
module/pcmad
hardware driver for Winsystems PCM-A/D12 and PCM-A/D16
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000,2001 David A. Schleef
dt282x.c
/*
modules/dt282x.c
hardware driver for Data Translation DT2821 series
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1997-8 David A. Schleef
T
run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
kalman_filter.m
function [residual, estimate] = kalman_filter(npts, T, X0, inp, R, nvar)
N = npts;
rn=1;
% read the intial estimate for the state vector
X = X0;
% it is assumed that the measurement vector H=[1,0