代码搜索结果

找到约 738 项符合 Pressure 的代码

warning.rng

This document contains a description of portable OpenSSH's random number collection code. An alternate reading of this text could well be titled "Why I should pressure my system vendor to supply /dev/

pressuredetectrank.m

function [B,A,C,D] = PressureDetectRank(x,fsa,dta,pfa); %PressureDetectRank: Pressure detector based on ranks % % [B,A,C,D] = PressureDetectRank(x,fs,dt,pf); % % x Input signal % fs

contents.m

% BSP Signal Detectors % Version 1.00 JM Jun-2002 % % DetectMaxima - Detect maxima (peaks) in the input signal % DetectMinima - Detect minima in the input signal % ECGDetec

pressuredetectinterbeat.m

function [B,A,C,D] = PressureDetectInterbeat(x,fsa,wla,pfa); %PressureDetectInterbeat: Pressure detector algorithm (ICP & ABP) % % [B, A, C, D] = PressureDetectInterbeat(x,fs,wl,pf); % % x Inpu

pressuredetect.m

function [B,A,C,D] = PressureDetectInterbeat(x,fsa,wla,pfa); %PressureDetect: Pressure detector algorithm (ICP & ABP) % % [B, A, C, D] = PressureDetect(x,fs,wl,pf); % % x Input signal %

variance.c

/* * tslib/plugins/variance.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: variance.c,v 1.3 2002/11/

mousebuts.c

/* * tslib/plugins/mousebuts.c * * Copyright (C) 2003 Cacko Team (http://www.cacko.biz), 2003 * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * Tou

ts_read_raw.c

/* * tslib/src/ts_read_raw.c * * Original version: * Copyright (C) 2001 Russell King. * * Rewritten for the Linux input device API: * Copyright (C) 2002 Nicolas Pitre * * This file is pl

ts_read.c

/* * tslib/src/ts_read.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: ts_read.c,v 1.3 2003/03/04 17:

ranking.m

% RANKING.M (RANK-based fitness assignment) % % This function performs ranking of individuals. % % Syntax: FitnV = ranking(ObjV, RFun, SUBPOP) % % This function ranks individuals represent