代码搜索结果
找到约 2,356 项符合
Measurement 的代码
measure.c
/*------------------------------------------------------------------------------
MEASURE.C: Remote Measurement Recorder using the C51 COMPILER
Copyright 1990-2000 Keil Software, Inc.
-----------
measure.c
/*------------------------------------------------------------------------------
MEASURE.C: Remote Measurement Recorder using the C51 COMPILER
Copyright 1990-2003 Keil Software, Inc.
-----------
measure.c
/*------------------------------------------------------------------------------
MEASURE.C: Remote Measurement Recorder using the C51 COMPILER
Copyright 1990-2003 Keil Software, Inc.
-----------
measure.c
/*------------------------------------------------------------------------------
MEASURE.C: Remote Measurement Recorder using the C51 COMPILER
Copyright 1990-2003 Keil Software, Inc.
-----------
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 $*
.
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 $*
.
data_matrix.m
% This function get an EEG measurement, devide it to epoches of 1 seconds
% with an overlap of o .5 second. than organize it in the columns of a
% matrix S.
function [S]=data_matrix (a)
% a=1:1
unitconverter.desktop
[Desktop Entry]
Comment[]=A program to convert between various units of measurement
Exec=unitconverter
Icon=unitconverter/Example
Type=Application
Name[]=Unit Converter
kf_mcda_update.m
%KF_MCDA_UPDATE KF Monte Carlo Data Association Update
%
% Syntax:
% [S,C] = EKF_MCDA_UPDATE(S,Y,H,R,TP,CP,CD)
%
% In:
% S - 1xN cell array containing particle structures
% Y - Measurement as
ukf_nmcda_update.m
%UKF_NMCDA_PREDICT UKF/NMCDA Update step
%
% Syntax:
% [S,EV_STRS] = ukf_nmcda_update(S,Y,t,h,R,CP,CD,pb,alpha,beta,param)
%
% In:
% S - Struct array 1xNP of particles
% Y - Dx1 measurement v